NOT SUPPORT DVFS LOCK
I have this code below: var db = Titanium.Database.install('shoplistx.db', 'shoplistx'); var sqRead = db.execute(sql); var totalRows = sqRead.rowCount; var itemStatus = sqRead.fieldByName('checked');...
View ArticleSearch bar focus on android
Hi the, I have a search bar that is separated from tableview. Problem i have now is that the search bar is focused without the keyboard when I pressed back button after start activity. I use start...
View ArticleAn internal error occurred during: "Installing/Updating a Mobile SDK...
Tried to install Android SDK on latest version of Titanium on new MacBook Pro but got this error. An internal error occurred during: "Installing/Updating a Mobile SDK...". null argument: What next?...
View Articlegeolocation accuracy vs. distanceFilter
hello, i'm trying to figure out the fastet and/or most accurate method to get a geolocation, and how that does affect how often the geolocation listener fires. i.e., doesTitanium.Geolocation.accuracy =...
View Articleemulator is not responding
Hi,My android emulator is not responding while i am running my application?
View Articlewebview issue in android
HI I have a picker and when I scroll a value, for the first value, Iam getting the values correcly , but when I select other value, the last value of data is displaying under the scroll view of...
View Articleadd button in the window bar (Android)
Hi, Is there any way to add a button in the window bar next to the window title in android ?
View ArticleAdjust tabgroup's tab to fill device (portrait) screen using Titanium Android
Hi I have a tab group with 3 tabs, and when viewing this in larger screen the tabs width fill the device screen(portrait) but when viewing my app on smaller screen the tabs width looks compressed and...
View ArticleAndroid: different menus in tabgroup
Hello, I have a tabgroup with multiple tabs in my android app. The optionMenu should show different options wich depends on the selected tab. I've tested this on different devices but they behave...
View ArticleActitvity indicator not hiding in titanium
below code using var style; if (Ti.Platform.name === 'iPhone OS') { style = Ti.UI.iPhone.ActivityIndicatorStyle.DARK; } else { style = Ti.UI.ActivityIndicatorStyle.DARK; } var activityIndicator =...
View ArticlePercentage(%) for the all the UIs not working well in Nexus 4 Device
Hi, I am using percentage(%) for all the UIs in my project. It is working well with all the devices but for the nexus 4 device, the UIs are showing very smaller. I dont know how to resolve it?
View ArticleHow can i change the background color of an listviewrecord dynamically when...
When a listviewrecord is clicked, i'm showing additional data in a seperate window. I want to change the backgroundcolor of the selected listitemrecord. This way i want to show which item was selected....
View ArticleFacebook apprequests dialog always returns cancelled Titanium Android?
I'm using facebook 3.0.1 titanium module. In Android, the Facebook apprequests dialog always returns as cancelled, even while the actual apprequest is send as can be seen on Facebook. Because of this I...
View ArticlePicker change event not firing on first select (mobile)
Hi all. I am populating a picker using a loop as follows: var unionData = []; var unionPicker = Titanium.UI.createPicker({ top:65, width:160 }); function populateUnionPicker() {...
View ArticleGenerating an Apps List using android.
I am banging my head trying to generate a list of apps installed on an android device. I have tried 'intent' configurations and yield nothing. I have searched documents on intent and cannot translate...
View ArticleCan install apps on Android Emulator after Titanium update to 3.2
This is the error i get when i try to emulate an app to the Android Emulator. Well, first of all now i have to choose the emulator, aka, 4_HVGA, 1_WVGA, 4_WVGA or 5_WVGA. And i cant use any app with...
View ArticleHow to update custom object through ACS?
Hi,can anyone help me with ACS updating of custom object. When i tried to change my rating value, my alert get the default value of 0 and not the value i clicked. var dishName = Ti.UI.createLabel({...
View Articleandriod
hii every one . i hv windows 8 with titanium but a simple program not running. i am very new this so kindly help me so that i can go forward to develope .
View ArticleHow to show image to pdf generated by jsPDF library in titanium/android
Can we add an image to a pdf generated by the jsPDF library in titanium/android? Simple text is printing nicely but want to know is there any way of adding and displaying image in generated pdf.Here is...
View ArticleAndroid SDK Never Configures for 3.2.0.GA
Recently upgraded Titanium Studio to 3.2.0.GA (For Mac) and I've now lost all ability to debug or run for android. Under run configuration it states Please select an Android API version. On the...
View Article