Basics of layout
Hi, I am getting along alright with the core API functions now with Titanium, but haven't managed to mentally get my head around how to layout/style/theme pages. For example, I want a set of 4 tabs...
View ArticleSimple Views Not Working as they should!
This problem may have been addressed elsewhere in the forums, but I am not really sure what to search for so please bare with me if this has been answered... I have a View that I have created, and I am...
View ArticleTextarea positioning
Hi, I'm creating an application and I was wondering if controls (expecifically textareas) can be positioned "one behind the other one". I've seen a lot of examples of textareas, but always have "top"...
View ArticleInclude js file using absolute path
Pretty basic question, but it's been giving me issues for a while - how do you include a javascript file using an absolute path? The following doesn't seem to work:Ti.include("/folder/file.js"); If I...
View ArticleMixing relative and absolute positioning
Is it possible to have a view with vertical/horizontal layout, and then have child content that positions itself absolutely, rather than obeying the layout rule of its parent? In the same way you can...
View ArticleFinding absolute screen coordinates of a View
Hi, I have a view on a tablerow that is clickable. When I click it I like to start an animation from that view growing into a popup. For this I need to know exactly the top,left coodinates of the view...
View Article