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

Add A Native Calendar With Titanium

For an app developed in Titanium, it is required to be possible to add Events into the Native Andro… Read more Add A Native Calendar With Titanium

Titanium Httpclient Returns Too 'fast'

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

Ti.app.fireevent Not Working; Error Uncaught Typeerror: Cannot Read Property 'app' Of Undefined

I have a simple Titanium app which opens a webview, and loads a URL. I want the links to open in th… Read more Ti.app.fireevent Not Working; Error Uncaught Typeerror: Cannot Read Property 'app' Of Undefined

Setting Minimum Ios Version Number In Titanium Studio

How can we set minimum iOS version in Appcelerator Titanium Studio from default 4.3? Solution 1: A… Read more Setting Minimum Ios Version Number In Titanium Studio

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