i\'m starting up in titanium and i successfully created an app, or i thought so.... i launched application in iphone and the code is working fine with no issues.
We\'re in process of developing a desktop application which needs to record user\'s screen once he clicks a button. I read a tutorial about Adobe AIR, which says it is easy to do with AIR: http://www.
var row = Ti.UI.createTableViewRow({height:50}); var rowData = []; row.add(PrimeSuiteUserName); row.add(PrimeSuiteUserPassword);
var Section1 = Titanium.UI.createView({ top:0, height: \'auto\', }); var Section2 = Titanium.UI.createView开发者_StackOverflow中文版({
Let me 开发者_开发知识库know. How can I connect from Titanium Desktop Application to postgresql database?
I\'m calling a Titanium modal window to open and then run a function which loops through some data like so;
I need help or hint on how to use xmlrpc service to connect to a site e.g. drupal with a titanium mobile client application and use the methods i开发者_StackOverflow社区n the xmlrpc API.
I am using Appcelerator Titanium for building my mobile 开发者_C百科app(iphone + android). I found titanium.geolocation in their documents , but I couldn\'t find any method such as\"startMonitoringFor
i\'m trying to save a list of data into the application wen ever i want to save a list that has come from internet.
Hi there i am just starting with Appcelerator Titanium an run into this problem The Situation I changed the SYMROOT/TARGET_BUILD_DIR in XCode 3 to a global directory. Today i installed XCode4 (and di