Error relaunching app when service is still running
Hi, Using bencoding alarm manager, i created a service to run in background after the main app is exited. But if i re-launch the main app, it will show runtime error: Uncaught ReferenceError. Found...
View ArticleTableView index on click event in randomly wrong
Hi ! I have a tableView with many items. I have a click event where i get the index of item selected : listTable.addEventListener('click', function(e){ var item = listData[e.index]; Ti.API.info("TEST :...
View Articleexplain concept callback function on httpclient thx
i'm new about the titanium, below is the code teach by my leader today but i got something confusion, anyone can explain and clarify what i explain, and explain more explain to me thx~ it work with...
View ArticleWhy can't I play remote videos recorded with an iPhone?
I'm working with Titanium SDK 3.1.3 and deploying for iOS. In my app I can record a video and then upload it to a ACS. On the ACS, links to access the video are created, which I can paste on a browser...
View ArticleACS Cloud Storage Video URL not playing in my device Media player
Hi friends, I am developing Video decoded and send to the video file to cloud storage and retrive to directly play in my media player. The problem is Android Recorded video file not playing in iPhone...
View ArticleAndroid Round Corners with percentage
I'm having a problem with this on android. If you use a value in percentage for borderRadius in iOS everything is correct. Pass that to android and the property is ignored. Is this a bug? Titanium...
View ArticleNot able to stop iOs background process
Hello, I already implement background service for my app. I am using it for getting user current location by using location services. I will explain the way i implement this - "XYZ.js" - Screen where...
View ArticlePopulate a multidimensional array
Does anybody knows or give me some directions on how to populate a multidimensional data array: I have one data array like this: dataTable = ({section: 'section1', item: 'item1', num: 0}, {section:...
View Article[ERROR] Application Installer abnormal process termination. Process exit...
Complete log of my error Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.1.GA Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved. Please report bugs to...
View ArticletableView.filterAttribute = 'filter' not working in android, if called out..!!
Application type: mobile SDK: Titanium SDK version: 2.0.2 (05/30/12 10:21 2ff31a3) Platform & version: android 2.3 Device: Android Device Host Operating System: OSX 10.7.4 Titanium Studio: build:...
View Articleti.bar overwrites my preferences
Hello, with Ti.UI.Android.openPreferences(); I can open my preferences under Resources/platform/android/res/xml // and values It works fine until I add ti.bar to my project. Now appears the scan...
View Articlehow to use dha password format
hi i'm facing the problem with password. Actually i'm the postgre sql and data is coming form openbravo. When i'm sending password from the openbravo, the password is saving in postgre sql in this sha...
View Articleemulator is not responding
Hi,My android emulator is not responding while i am running my application?
View ArticleRead/Create an image with array of RGB values
I am looking for a way to read an image into an array of RGB values for each pixel. I would also like to create an image using a similar array. I can't seem to find anything in the documentation about...
View ArticleSwipe over button causes crash
I have a NavigationWindow in which I am opening and closing another window by swiping to left to open the first and then to the right to close it and return to the child window of the NavigationWindow....
View ArticleUpload picture from camera on Facebook
Hello There, i'm using a dialog to allow the user of my app to post a picture on facebook from both camera and photo gallery... However i've noticed that taking the photo directly from the camera the...
View ArticleIssue with Keystore generated by JDK 1.7 and app signed by 1.6
So I just finished an app for a client and was getting ready to push to Google Play store. The client sent over a keystore that he generated (using JDK 1.7). I then built it against JDK 1.6 and no...
View ArticleAnimating label text change (fade transition)
Is it possible to animate a label so that when the text property is changed the current text fades out and the new text fades in? If not (which I'm expecting), would a sensible solution be to have a...
View ArticleChange font in Android actionbar to a customized one
Is it possible to change the font of the title text for the Android actionbar? I know in my styles.xml I can change the textStyle and color but I couldn't change the fontFamily. Specifically, I want to...
View ArticleGetting values from Modules
Hi i have created a widget that has the UI and i have created the login module that does the authentication. Once the authentication is successful I am planning to return a boolean value to the...
View Article