KitchenSink force closes on Verizon Droid
The titles says it all. In the 1.2 edition of kitchensink I get a force close when running the app on my droid. I've tried running from titanium via run on device and by copying the built apk file to...
View ArticleAndroid FC ClassNotFoundException: KitchensinkApplication
Hi, I'm facing the following problem pastie.org/952018 when I launch the app on Android simulator or device. Mac OS 10.5 Titanium 1.2 KS 1.2 Some answers on this forum told to update to JDK 1.6 I was...
View ArticleAny way to force a rebuild every time?
Titanium is a development package, what are the chances that I am changing things every time I run the emulator? So why does it skip the rebuild nearly every time, that is so infuriating!!! I have to...
View ArticleAndroid createButtonBar Force close
When I try to add a ButtonBar in a view or window I always get a "Force close" message.var win = Titanium.UI.createWindow({title:'Tab 1',backgroundColor:'#fff'}); var toolbarview = Ti.UI.createView({...
View ArticleSetting data on a tableview causes forceclose (reproduceable)
i have a window that has a tableview, and the data is populated from the local database. it works great. however, i can cause it to throw an exception (and subsequent forceclose since I'm not catching...
View ArticleAndroid equivalent to clearing build/iphone folder
I am seeing some very inconsistent results trying to force a full build on my android project by just touching the tiapp.xml file. For iphone projects, Q&A threads often suggest to remove...
View ArticleOpening app directly from Android Market always causes force close
Running from the homescreen works fine as expected. However, when running it straight from the Market, e.g. after it is just downloaded, it glitches. It'll either just hang, or say "An application...
View ArticleForce a new GPS-Location
Hi Is there any way to force the iPhone to get a new location? (Not the last one) At the time I use the following 2 lines, but I don't really know what they are for.Titanium.Geolocation.accuracy =...
View ArticleConfused between heavy weight vs. light weight.
I have a window1 that leads me to window3 housing a webview. I have a back button in the webview to take me back to window1. Going back and forth from window1 to webview and vice versa works great....
View ArticleVideos force closing and erroring out on Android
Good evening! So, I've been learning how to develop with Appcelerator/Titanium over the last week or so, and ran in to a slight snag while playing video. I'm pulling video through the Facebook API and...
View Articleforce GPU rendering ANDROID Simulator
Is it possible to force GPU rendering on the Android Simulator? And How can i fix that? Thanks already
View Articledesktop: force download a file using webkit
I've made a file manager using extjs and php server side (remote server). When a user click on a file (like a pdf) i'd like to open the standard dialog box of webkit to be able to save the file...
View ArticleForce Android app to landscape
Hi, is there any way to force Android orientation to landscape mode? I tried to modify the manifest the way you do in many threads in this forum, but my app simply crashes every time I rotate my device...
View Article