Android Button title not showing on KitKat
I've gotten a weird problem with button titles since KitKat 4.4... All buttons created like below get no text whatsoever. It works with earlier Android versions, but not on 4.4.2. var b1 =...
View ArticleHow to get Android device username?
Hi! Im trying to 'Log' on my Android mobile, and I wanna get the username of my Android device. The username for my Android device is LoveApps. Im using Ti.Platform.id, but I wanna get the Android...
View ArticleFastdev not working
I haven't used Appcelerator for a while but after updating to the latest SDK (3.2.2 GA) I noticed that Fastdev is not working any more. I develop on Windows 7 for Android. How do I enable Fastdev? The...
View ArticleSetting up Android Emulator in OS X
I'm using OS X 10.8.5 and was able to install Android SDK through Titanium. But when I'm trying to run my application, it's giving me error [ERROR] : Emulator exited with error: 1 [ERROR] : PANIC:...
View ArticletabGroup icons hidden if navBarHidden:true
Hello, I want to use icons for the tabs of my tabGroup but they're hidden when the property navBarHidden of the tabGroup is at true. I'm using Android SDK 3.2.1. Here is my code :var self =...
View ArticleGet Launch Intent
I'm trying to figure out how to do the following in titanium. Intent intent = getPackageManager().getLaunchIntentForPackage("com.other.app"); if (intent == null) { openURL(...
View ArticleTwitter application-only authentication
My app has had a twitter functionality for a couple of years that enables users to view the search results of a pre-determined search. The code to fetch and display the tweets was based on this...
View ArticleAttempt to access Urban Airship while NOT flying
I'm getting this response everytime that I try to enable push notifications on android. I have the urban airship module ver 2.3.2, I have the airshipconfig.properties in the correct path...
View ArticleFacebook Module - Invalid access token on Android 2.3.x
Hi guys, I did a simple integration of the Facebook Module but I got strange errors only on 2.3.x Android versions: on Android 2.3.3 emulator when I click the FB login button the app crashes after a...
View ArticleCursor color in a textbox
Hi When I use textbox with a white backgroundColor, I cannot see my text cursor as it is white as well. This seems to be a problem with Android 4 and SDK 3.2.x, because lower versions did not give me...
View ArticleHowto recreate the blurred background of modal windows
Hi all, Any ideas on how I can create a window modal effect (android)? What I am looking for is the blurred background that you get when you open a window in Modal mode. I know setting opacity 0.6 and...
View ArticleDialog Box For Choosing Files
Hi! Is there a way to choose a file using a dialog box for both android and IOS.
View ArticleGoogle Play services resources were not found
Titanium SDK: 3.2 Device: Galaxy S3 Android 4.1.2 i am getting the"GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the...
View ArticleAndroid error : The application may be doing too much work on its main thread.
Hi, I am testing my mobile app on Samsung S3 GT-I9300 phone and I am getting this error on the console of Titanium Studio - [INFO] : Choreographer: Skipped 127 frames! The application may be doing too...
View ArticleCheck whether developer option is true or not in mobile
Hi, How can i check whether developer option is true or not in a mobile? I am using alloy framework and develop android app, I used to run my app in mobile and it always take test mode but its wrong...
View ArticleFacebook login button
Just wondering is there a simple solution to edit the login button in Titanium Alloy? When I do add the button it shows the "old" version of the login button, that is, with gradient... is there a way...
View ArticleRemove Notification Panel on Android 4.2.2 for samsung tablet galaxy tab 3 10.1
hi all can any one help me how to remove notification panel on top of the application when i slide the panel it displays on the application that should not be displayed. i also tried below code in...
View ArticleTitanium Facebook Module Post on Friends Wall using dialog
Hi, Can anyone help me out with posting a message on facebook friends wall. The requestwithgraph method for the same is deprecated. Below is the code I have written which opens the dialog but says "The...
View ArticleTitanium PushNotification How to display in one group?
Hello Friends, I am facing a problem with development a application. I am using a Cloud Push Notification with Titanium Appcelerator. I have need display push Notification in Group. How display this is...
View ArticleTitanium CLI doesn't recognize JDK location under Linux
Titanium CLI (and as side-effect, Titanium Studio) doesn't recognize the Java Development Kit location on /usr/java/jdk1.8.0/, as seen when calling titanium info -t jdk, but I can assure you it is...
View Article