Ti.SDK 1.6.2 iOS 4.3 I recently got a new system and built it off of a time machine backup of my old system.
I require to pass arguments to callback handler of addEventListener. I tried this, but it doesn\'t work in for loop.
I have the following code. recording.start(); file = recording.stop(); sound = Titanium.Media.createSound({sound:file});
I am implementing one iphone application using titanium tool. In this application I want to integrate paypal module so user can loging with paypal userid and password and then can purchase some produ
When I choose to show the inspector inside a desktop app, I get the error below. As their Wiki said, I\'ve followed this:
We are using Titanium to develop Android applications. We have a database close to 4 MB size and gets the error
Is it possible to compile native uiq3 applications with .sis extension using titaniu开发者_开发知识库m/phonepag ??Appcelerator Titanium only supports iPhone and Android apps. Blackberry support is in
This is what I am trying to do: _tableView.data[0].rows[selectedPosY].children[selectedPosX].imageId = tempImageId;
I am using sound_record.js file from Appcelarator KitchenSink, But I am not getting how we can play the sound in Loud Speaker after Recording is Finishe开发者_如何学Cd.
Am developing one mobile application(android, iPhone)by using Titanium from the Titanium development kit am using a controlTableView (Titanium.UI.createTableView),am adding TableViewRow on the Tablev