Delete Table sqlite
Hi. I am trying to delete a whole table in sqlite. My DB have 2 tables (Kunder, Egna) I use this to try to delete var db = Ti.Database.open('Kunder'); db.execute('DELETE FROM Kunder'); db.close(); The...
View ArticleCan develop with Appcelerator studio IDE, ACS Cloud Apps with not titanium
Appcelerator studio is IDE? Can develop with Appcelerator studio IDE, ACS Cloud Apps with not titanium but phonegap (now using netbeans/phonegap/ACS)...iphone/ipad & Android?
View Articleunable to parse JSON string at login.js (line 63)
Hello, i have been on this for days, its killing me i swear. I am posting everything so you guys can help me out. Whenever i try to log in a user i have already inserted in my database i keep getting...
View ArticleBackground Audio On Android
Hi All I have a multi platform audio app using titaniums video player background audio works great on ios, but on android i cant seem to find anyway to get background audio to work as soon as i click...
View ArticleWeird error !!
i m getting : Exception occurred at Templates/PushData.js:774: Uncaught SyntaxError: Unexpected token ) in fact i don't have line 774 in PushData.js the max line is 772 and i don't have SyntaxError, i...
View ArticleDelayed ASC Push Messages on Android
Hi, We use ASC for our push messages. Although the delivery on Android devices work good most of the time, we also encountered a lot of push messages which are delayed (where the delay can go up to a...
View Articleevaljs which contains jquery doesn't work on android
Application type: mobile Titanium SDK: version number, build date and build hash, copied and pasted from the console at application launch Platform & version: Android 4.3 Device: Android emulator...
View ArticleProblem getRegion() Google Map API v2 on Android
Hey there, I used the getRegion() function on iOS and it works well. Now on Android it just returns the users position and not the current Region of the MapView (Map API v2) I created. I tried...
View ArticleHow to Detect Location Settings
I have the same question as this: http://developer.appcelerator.com/question/155315/check-gps-and-location-status-onoff-on-android What's the best way to detect location settings on Android?
View ArticleAndroid HTTPS connection to web-service with module
Hello, I'm using sdk 3.0.2 and an Android 4.0.4 device and have been trying to connect to a REST web-service. I been trying to do a Https connection and URL connection through my self made module but...
View Articlehttp request real time (web socket)
Hi, Is it possible to get data in real time from server like stocks...without making request each x seconds ? i have seen "enable keep alive" property for httpClient to use push data from server.. but...
View Articlecustom progress bar
Hi all. I've seen in the progress bar api, there is a property for 'backgroundImage'. Is there a way in titanium to create a custom progress bar? If I have two images? Or has anyone heard of a module...
View ArticleKeyboard not popup on input focus in webview on Android 2.x
Hi there, I'm having a problem with my webview-based app, that I cannot input text into text fields (i.e. the software keyboard doesn't pop up) in webview. I tested with my Xperia Arc (Android 2.3)....
View ArticleMaskImage api for android
Is there any api or module in titanium like MaskedImage which works only for iphone in android?thanks in advance
View ArticleApp not taking up full screen on Android devices
We just had a few people test our app on their Android devices, and they're getting empty space to the right of the app. It's definitely somewhat controllable, as my outer most views can be given...
View ArticleDisable Screenshot IOS and Android
All, Is there a way to disable the screenshot function found in the later rev. of android and then later in IOS ? Or is there a way to trigger something else when the phone takes a screen shot? I have...
View ArticleAndroid emulator does not find my required() files
Everything works fine on iOS simulator., but now I am trying to start our project on the Android emulator. Not a single one of the required() files are found, except app.js. All require() use absolute...
View ArticleHow to correctly set visibility of a nested view in titanium alloy
Windows 7, Titanium SDK version: 3.1.2 (08/14/13 12:45 5ceaff8), Titanium Studio, build: 3.1.2.201308091617 I am trying to hide and show two views in my xml when respective buttons are pressed. I have...
View ArticleRebuilding project restarts Android Emulator
In previous versions of Studio, whenever I would make changes and rebuild/run my project again, it would just recompile and start my app. Now, it completely kills the Android Emulator, and starts over...
View ArticleHow to access play/pause headphone/earphone button?
Hi all I am wanting to access the play/pause button on a pair of headphones to do a completely different function to playing music...basically making it a new physical button...how do I do this? I...
View Article