@MrDeyzel Use a color picker - if you've got Photoshop or Illustrator, both feature color pickers that give HEX values for colors. Also, there are color pickers online like kuler.adobe.com that will give HEX for colors (don't forget to add the # in Titanium)
Hello and thanks for your great series (also Lua)!
I also ran into the issue with the nested windows as described. I think if the subwindow would be of the typ View instead of Window it would be fine with Android.
Thank you for the response. I did not find anything on the dev boards, but I did figure out the issue.
Android does not like the win1.add(subwin); command. It works for labels, but windows within Android actually already layer on top of each other and go strictly by the float margins you specify.
So if you are developing for both apps, just code windows for Android, because they render the same in iPhone.
Please make more videos, they are awesome! Thank you for your time
First, let me say thank you so much for the tutorials. They are great getting started guides.
This one tutorial drives me nuts though because I can never get the code to work. I am using Titanium but developing for Android. The error occurs as soon as I add code for the subwindow. Is it just a difference between the Android and the iPhone OS regarding what they support? A response would be most appreciated.
@BellJimbo When these vidz were made in Spring 2009, I was teaching a class on Titanium and I remember a few of the students developing for Android having problems. Since then, Appcelerator has been a bit better about explaining small differences in implementation of Titanium for iPhone and Android. I'd check their boards and see if there is a specific post regarding whatever line of code isn't working.
why not create a view instead of a sub window ? in with situations for example is it better with a subwindow ?
hatextil 4 months ago
Comment removed
hatextil 4 months ago
How do I know which color is which HEX number?
MrDeyzel 8 months ago
@MrDeyzel Use a color picker - if you've got Photoshop or Illustrator, both feature color pickers that give HEX values for colors. Also, there are color pickers online like kuler.adobe.com that will give HEX for colors (don't forget to add the # in Titanium)
cheetomoskeeto 8 months ago
What javascript editor do you use?
reverandspaniel 9 months ago
@reverandspaniel Dreamweaver
cheetomoskeeto 9 months ago
@reverandspaniel Using Aptana Web and Eclipse offers auto completion capabilities ...
ahdidou1987 4 months ago
Thx again
scriptino 1 year ago
Hello and thanks for your great series (also Lua)!
I also ran into the issue with the nested windows as described. I think if the subwindow would be of the typ View instead of Window it would be fine with Android.
2000brainray 1 year ago
Thanks.. Appreciated !!!
theutubepro 1 year ago
It's very clear and easy to understand! Good job, thank you for uploading it!
fruit0314 1 year ago
Cheetomoskeeto,
Thank you for the response. I did not find anything on the dev boards, but I did figure out the issue.
Android does not like the win1.add(subwin); command. It works for labels, but windows within Android actually already layer on top of each other and go strictly by the float margins you specify.
So if you are developing for both apps, just code windows for Android, because they render the same in iPhone.
Please make more videos, they are awesome! Thank you for your time
BellJimbo 1 year ago
First, let me say thank you so much for the tutorials. They are great getting started guides.
This one tutorial drives me nuts though because I can never get the code to work. I am using Titanium but developing for Android. The error occurs as soon as I add code for the subwindow. Is it just a difference between the Android and the iPhone OS regarding what they support? A response would be most appreciated.
BellJimbo 1 year ago
@BellJimbo When these vidz were made in Spring 2009, I was teaching a class on Titanium and I remember a few of the students developing for Android having problems. Since then, Appcelerator has been a bit better about explaining small differences in implementation of Titanium for iPhone and Android. I'd check their boards and see if there is a specific post regarding whatever line of code isn't working.
cheetomoskeeto 1 year ago
thanks, good stuff :)
fommes 1 year ago
Thank you Rafael! I appreciate you taking the time to make these videos, they are really helpful!!!
vinyljelly 1 year ago
Thanks.
mantra890 1 year ago
Found this right when you uploaded it! Thanks again! Keep it up. It really does help a lot!
rosswaycaster 1 year ago