Skip to content Skip to sidebar Skip to footer
Showing posts with the label Titanium

Update Data In Matrix Of Cells

This code implements a 60 cell spreadsheet, 6x10 rows,columns. At the end of each row are two label… Read more Update Data In Matrix Of Cells

Titanium Httpclient Returns Too 'fast'

I have the following function: getTasks: function() { var taskRequest = Titanium.Netw… Read more Titanium Httpclient Returns Too 'fast'

Unable To Make An Image Blob Json Serializable

JIRA Ticket created due to base64encode failure: https://jira.appcelerator.org/browse/TC-5876 My Cu… Read more Unable To Make An Image Blob Json Serializable

Titanium: Image -> "auto"

Let's say I have an image called hello.png with dimensions 200x100. I create a button using tha… Read more Titanium: Image -> "auto"

Titanium Saving The State Of The Last Window Viewed

How would i go about saving the state of the last viewed window of my application? I have been tryi… Read more Titanium Saving The State Of The Last Window Viewed

Use Node.js Module In A Titanium App?

Currently I am writing a small Titanium app for testing. I need to include a module from NPM to tit… Read more Use Node.js Module In A Titanium App?

Does PhoneGap Use Just UIWebVIew Or Is It Doing Something More Then That? Nitro?

Does PhoneGap just use UIWebVIew or is it doing something more then that? Can it take advantage of… Read more Does PhoneGap Use Just UIWebVIew Or Is It Doing Something More Then That? Nitro?