↧
for loop object instantiation
Hey, I'd like to use TI.HttpClients to download several images using a for loop: // this function is used later to handle the httpclient readystatechange function loadImageToView(view,httpclient) {...
View ArticleXHR not working in 3G
I am using the following function to take an array of three items and then download the url of each item. This works great in a wireless enviroment, but when im out in 3g territory, it only works 75...
View ArticleAutomatically create buttons based on XML items
I'm fairly new to javascript and titanium, and I was wondering if there is a way of creating buttons based on the amount of items in my XML file and a for loop? I'm currently creating buttons in my...
View Article