How can I get the width of a label after set its contents? No initial width set to it. I have two labels within a table row like followings:
I have a block of text and images together as such: Lorem ipsum etc etc [AN IMAGE HERE] Lorem ipsum etc etc
What I have is an XML feed of data that are basicly like facebook wall posts. The posts themselves contain text with interspersed images and video links.Now I can parse (using regex) all the links wi
My mobile titanium app is loading data from a remote url, in the form of a xml file, that I have generated. The idea is that the app is downloading that xml and processes it into a SQLlite db. But I w
I am developing a data-driven application for iPhone using Appceleartor Titanium engine. To cut it short, I have one window with first_name variable (label) on it and a button.
Hello I\'m building an iPhone app in Appcelerator Titanium and one feature I\'d like to add is forum support for a SMF 2.0 forum. I\'ve installed the Tapatalk API on the forum and have successfully go
How do I set the screen orientation to portrait开发者_开发技巧 only on Android device using Titanium Studio?There is an example project in the KitchenSink; Phone -> Orientation -> \"Allow Landscape On
I have webview with inline html as a part of my window. It contains an html table with around 10 rows. When I try to add 1 more row to the table the app crashes.
I have a custom built tableview, where I am building the text i开发者_开发百科n the table row by row.I have a big loop that goes through a set of XML data and builds the row based on an RSS XML feed.
I read through all existing posts on the same to开发者_开发百科pic, but I still have a little bit more specific question.