Community Questions & Answers

Camera Functionality for IOS & Android

Titanium.Media.showCamera({ success:function(event) { // called when media returned from the camera Ti.API.debug('Our type was: '+event.mediaType); if(event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) { var...

Camera Functionality for IOS & Android

if (Ti.Platform.osname === 'iphone' || Ti.Platform.osname === 'ipad') { var win = Ti.UI.createWindow(); var recordVideoButton = Titanium.UI.createButton({title: 'Record A Video', bottom: 3, height: 30}); var recordVideo = function(){ ...

auto scroll

hi i am able to scroll the images using scrolllabel view tag now i want them to scroll automatically without any touch so plz help me i had tried it using setinterval but its not working

I want EULA to show only the first time

Hey guys I've been struggling on this one for a while. I built an EULA (End of User Lisence Agreement) that will come up when the app is opened. However, I ONLY want the EULA to come up the first time and after the user clicks accept to never come up...

Getting the type of a UI element

HI, In Titanium how can I check the 'type' of a UI element. ie : var eventListner = function(e, object){ // is object of type 'Titanium.UI.Button' }

console log message colors

Is there a way to set the color of the console output messages, e.g. Ti.API.info, Ti.API.debug, etc., a la IRC? I know that .error is red and trace is gray, but am being way too nitpicky wanting to organize my .info output with colors? Thanks.

help me...

Am using multiple .js file in my android appcelerator application.whenever i run my application working fine in emulator but if i use by device thats loading first .js file only.i want to load all js files..plz any one help me...

App crash problem

Now am developing appcelerator simple application Now i have application crash problem.plz help me.

sqlite database

i need to retrieve the data from database as in the order it is in database one by one. is it possible. thanks

problem while running app in android

[INFO][dalvikvm-heap( 402)] Grow heap (frag case) to 3.772MB for 117088-byte allocation. this is the error am getting when running app any titanium appcelerator. upto flash screen it is working. can anyone please say what is the reason.

Showing 1-50 of 1,621 1 2 3 4 5 633