Creating a Distribute App in android it get stock
Hi Im trying to build my app to distribute it i follow all the step but it get stock forever in this "Creating android distribution..." ![alt...
View Articleanimation don't restart in multitasking....
I ve got an animation , it don't restart in multitasking if i exit and comme back the soft with my iphone 4.2 anyone know a solution ? thanks jbcorazzi@m6.fr
View ArticleCustom modules still broken in mobile sdk 1.6?
It appears that the problem with loading custom android modules that was introduced in 1.5.1+ still is hampering 1.6+. That is what was answered in...
View ArticleiPhone Contacts listing crashs on iPhone
Okay, Mobile SDK 1.5.1, Ti Dev 1.2.2, Mac OSX, building for iPhone 3GS 4.2.1. Runs fine on sim, fine on android, crashes on iPhone. Simple to recreate var contactList = Ti.Contacts.getAllPeople();...
View ArticleCouldn't find adb.exe or android.bat in your SDK's tools directory
Hi, I am attempting to use the latest Android SDK: Android SDK Tools, revision 9 Android SDK Platform-tools <http://developer.android.com/sdk/android-3.0.html>. In edit profile when I try to set...
View ArticleHow to install in winxp
i have install python-2.7.1 scons-2.0.1.win32 jdk-6u24-windows-i586 installer_r10-windows Titanium Developer and set environment variable C:\Python27;C:\Python27\Scripts;C:\Program...
View ArticleSilly Simple or Stupid
I Have what I assume is a simple solution for most of you, so excuse my lack of understanding, just getting started. This is an Android app: I'm working on an android app that loads a remote webview...
View Articlexhr.responseXML.documentElement ; application stop unexpectedly
var doc1 = xhr.responseXML.documentElement; Ti.API.info("reach");
View ArticleSax parser implementation in titanium
/* has any body convert http responseText to sax parser object in titanium application , if then plz share with me*/
View ArticleHowto implement
SUBJECT: Howto implement "fly-in from right" transition? As soon as a menu button is clicked, the view on top should transition to the next view with a "fly in from right" transition in my app. On the...
View Articlestatus bar not showing if i create new window in android
When i open a new window without tabs, its not showing up status bar and the window is covering the entire screen space in android. Iphone is working fine. any help?...
View Articlepassing textfield object in function
Dear Support, I want to pass a textlabel object in a function from where I wanted to set the text & color property of that label object, How can I achive this. like I want to pass...
View ArticleOOP in Titanium Mobile Development
I am coming from JAVA and just wondering is that really necessary to bring it into Titanium development? Actually, there is no class definitions in javascript but we can make it similar to the real...
View ArticleGoal: Find out if a property exists. Mission impossible?
I have posted about this before and really have never found a good solution for it. Things just don't work right and there is inconsistency between iPhone and Android. First off, hasOwnProperty crashes...
View Articletitanium array variable item pushed from webview checkboxes onCheck
Hey folks, Is there any way to get the Titanium array variable get assigned a value from webview scripts. Scenario is that I looped 10 times and at each time I created a row which consist (checkbox...
View ArticleAccessing an ImageView object from addEventListener to Row
Hi, I have a tableview. In that tableview, I have a tableviewRow. In that tableviewRow, i have an image that is added in each row. I would just like to know how I can access the image object from the...
View Article[ERROR] Your TARGET_BUILD_DIR is incorrectly set.
Hi I have download the newest version of xcode and now i get this error every time I launch an application [ERROR] Your TARGET_BUILD_DIR is incorrectly set. Most likely you have configured in Xcode a...
View Article"in" condition with cloud where query
Cloud.Places.query({ page: 1, per_page: 20, where: { "custom_fields.subtype": { "$in": searchCrit } } } searchCrit is an array of Strings of types of places. I structured the query so it would only...
View ArticleCustom textfield with icon ?
hi guys i was just wondering if and how its possible to use an icon within in a textfield. say for example i want to make a login form and in the textfield of username and password i would like to use...
View Articlefade-in and fade-out on iPHONE and ANDROID...
is there an image fade in/fade out that works on iPHONE and ANDROID? if not, I suppose I can use a timer and the opacity? I don't want to tackle this problem unless you have a solution that works on...
View Article