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

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

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

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?

Coffeescript Ide For Windows - Tried Titanium Studio And Rubymine

I'm trying to find a good way to work on CoffeeScript on Windows and be able to process these f… Read more Coffeescript Ide For Windows - Tried Titanium Studio And Rubymine

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

Error "you May Need To Install The Command Line Tools Package Through Xcode" When Package Titanium Modul?

Does anyone know how to package Titanium module for Android? Every time I try to package the Titan… Read more Error "you May Need To Install The Command Line Tools Package Through Xcode" When Package Titanium Modul?

Regular Expression Search With Xml

I'm working on parsing an xml feed and ii have the following tag Solution 1: Regular expressio… Read more Regular Expression Search With Xml

How To Bind The Data In To Label In Titanium Alloy?

How can I bind data from controller to xml, My code is as follows, View: Styles '.ques… Read more How To Bind The Data In To Label In Titanium Alloy?