Community Questions & Answers

SDK commands-handler issue

Hi to everyone, I was trying to set up titanium mobile for a while now and i just cannot get it working. My order of installing was. 1. Put os x 8.2 on computer (mac mini 2009) 2. installing xcode from app store 2.1 enabling developer mode on mac 3....

Global object

My intern developed an Titanium Android App and created an global object within the Ti.App namespace like this: Ti.App.ObjectName.function This seemed to work in Android but on iOS it doesn't work when called from a different Window, the...

Ti.Paint Module for android 2.2

Hi everybody, I download Paint module in market place (Ti.Paint Android version 2.0.1), and I run it on Emulator Android 2.3. It is OK. BUT when I run on Emulator Android 2.2(Froyo). It's ERROR: Requested module not found: ti.paint. What is version of...

Function call

Hello everybody.. I am stucked in a weird problem regrading to function call. I have declared a function in my map.js file but when I call it in my app.js file it is not accessible in fact reports an error as "undefined is not a function". My...

Nested Animations

Hey guys, I may be a tad naïve in asking this, but what is the problem with having nested animations? I've noticed that this can create some bugs when run in the simulator, such as animations locking up the app. However, I have been unable to repeat...

Stream video

Hi. I am wondering if it would be possible to do a feature in an app that allows the owner of the app to record a video and have it shown in the users devices in real time. (Push notifications to let them know that there's a live feed going on.) If...

Return system (media) volume

Hi, Errm might be a silly question, but how do i return the system media volume? The one you get when your in the app playing back a file and you use the volume controls on the side. I've got a looping sound object and getVolume() returns the volume...

How to change barColor in Contacts Window

Is there a possibility to change the barColor of the window, which appears when i call the function `Titanium.Contacts.showContacts()`? Or do i have to accept this blue color on iOS? My other windows have a red barColor and it was nice to have it in the...

How to parse XML on mobile web

Hello, I need to parse an .xml file. I tried it using following code. On Android/iPhone works just fine, but when I try it on a mobile web it doesn't work. I'm getting a parse error and Titanium.XML.Document is empty... How can I parse the .xml file to...

back button

how do we go back in titanium mobile? I want to click on the back button to go back to the previous screen... how can I do this?

Email dialog HTML ignores some tags

I'm currently building an app that has Email sending capabilities. I'm trying to send an Email with the relevant information and includes a link to the original post that is being sent. the original post is created as an HTML code segment, so I have to...

getting type of titanium UI objects

hello, i am trying to determine type of titanium UI objects. Basically i have multiple UI elements, like button, text field etc., added to window. Now i want to understand type of object when i iterate through getChildren method (basically distinguishing...

Forward Custom Navigation

Hi, I am new to appcelerator and need help on Forward navigation in Android. I have a "Next button" where in i have to navigate to the next page. I want this to be done generically. How best can i do this ? Appreciate your help !

Ti.API.info output buffer?

I don't see my Ti.API.info output in the console until I perform the action that generates the log calls more than once. Then the Ti.API.info output is displayed twice, as if it was waiting to fill some kind of buffer before displaying it. I've...

Showing 1-50 of 5,343 1 2 3 4 5 6107