Alert Dialog with an Image
Id like to create an alert dialog after a user selects an image from the photo gallery so that the user can confirm the image they want to use. Is there a way to add an image to a popup dialog for iOS....
View ArticleACS in offline mode
How ACS manages offline devices ? For example if a Cloud.Places.create is called and the callback has returned error for unavailable network. In this case do the Cloud module of titanium cache the...
View ArticleCan't get device token Android
Hello, I can't get the device token needed to use ACS Push notification in Android. I searched all related questions and didn't get the answer. I followed the guides Configuring push services for...
View Articleautoincrement badge in ios
Not increasing badge value when receive push notification. It must change automaticaly when application close. Titanium 3.2.2 iOS 6.1.6 and 7.1
View ArticleTitanium Android module for enable/disable data connection
Is there any module in Titanium to enable/disable data connection programmatically? Any suggestions are welcome.
View ArticleMulitple JSON request in one window
Is it possible to get multiple JSON requests by putting in one window and result it in the same window? Because I have data from one url and other data from the other url. And need to display it on one...
View ArticleSet List view item template value at run time
Hi My list view has the following template and i am using data collection to populate the list view:ListView id="listView" defaultItemTemplate="template1" > <Templates > <ItemTemplate...
View ArticleBlocking Multiple Click Events
I need to open next window on Navigation controller on some button click. If I make multiple click quickly on a button, this will push/open up next window multiple times. How to block that.
View Article[ERROR] Error with at line 3
I have troubles making my collection to work: /models/news.jsexports.definition = { config: { Â adapter: { type: "properties", collection_name: "news" } }, extendModel: function(Model) {...
View ArticleAlloy widget not showing up - Error verifying license.
Hi! I'm having a strange issue that I cannot work out on my own. I have this simple alloy mobile app with one widget that I made and I'm testing it on android emu(genymotion 4.2.2) and that's starting...
View Articleimage effect black and white for android ?
Hello i want to do image effect black and white in android and ios is this possible ? if so how can i do that ? where to start thank u
View Articleproblem with Android scrollView
Hi, currently I have a problem with my scrollView. I put in some text in the scrollView and there is some empty space above the text so I need to scroll down for me to see the text. Is there anyway to...
View Articleselect image not working in android
Hi I have some problem in project. I'm showing some list in the table view row. By clicking the list it has to show select image for selected id. And I wrote code for selected id and my problem is when...
View ArticleMicrophone doesn't work ?
Hi guys, i'm new to titanium and i try to record my voice and show the recording. I use the ios simulator for test, don't know if the problem come from it. Just have a simple button, when i click on it...
View ArticleAndroid Back Button Too Slow When Playing Video
Here is the Android log when I click the back button whilst playing a video... D/ConnectivityService( 483): Sampling interval elapsed, updating statistics .. D/ConnectivityService( 483): Done....
View ArticleAndroid SQL adaptor
Just trying to develop my iOS app into an Android app, unfortunately getting halted at installing the database. I am getting the following error: [ERROR] V8Exception: Exception occurred at...
View ArticleopenPreferences HomeAsUp?
My Preferences Screens was not showing with a UP arrow in action bar. I managed to get it to show the UP arrow on the theme as:<resources...
View ArticleCrash App
When i test my app in my emulator (genymotion), when i fired an action in a button it crash and throw me a message:[INFO] : libc: Fatal signal 11 (SIGSEGV) at 0x00000024 (code=1), thread 1245...
View ArticleError Building Android Module
I'm trying to extend the android WebView so I can enable file dialogs. Here's my Proxy class. /** * This file was auto-generated by the Titanium Module SDK helper for Android * Appcelerator Titanium...
View ArticleNullPointerException when Uploading a File
I've got file uploading working, except in one particular case. Here's my code. Titanium.Media.openPhotoGallery({ success:function(event) { uploader.upload({ files: event.media }, { success:...
View Article