Titanium Android Background Service Restarts
I need a service to run forever, even after the application is closed. I implemented the following tutorial: http://docs.appcelerator.com/titanium/3.0/#!/guide/Simple_Android_Services_in_Titanium ,...
View ArticleAndroid SDK Not Recognized, no solutions working...
I have been at this for days. I am running Windows 7, Core i7 3rd gen, laptop brand/model Toshiba Satellite P775. 1. Installed Titanium 2. Tried to install Android SDK from Get Started, installing 2.33...
View Articlewebview load event not triggered anymore with 3.1.0GA - bug?
Since I've upgraded from 3.0.2GA to 3.1.0GA users can't login via a webview anymore, because the load event isn't triggered anymore. Users login via a simple webform in a webview. After they login...
View ArticleError finding Default Alloy Project
i did a fresh install of titanium and it works fine. Updates and the lot all work. But when i want to create a new default alloy project it gets 2 internal errors: //------------------ 1. Internal...
View ArticleTitanium SDK - Query ACS different objects with a relation
Hi there, i'm new with this platform and i'm developing my first Titanium app with ACS. On ACS I have several Photos object with a custom field 'entityId' which logically connects them to a custom...
View ArticleHow to create if i close my app before show alert by using on pause method in...
How to create if i close my app before show alert by using on pause method after only exit in Android?
View ArticleComplex object
Hi, (applogies for the newbie question) Does Alloy support more complex model structures? If so how? consider the following: "order" : { "id" : 1, "date" : "2001-01-01T00:00:00.000Z", "orderEntires" :...
View ArticleBlank screen on android after hide() of view alloy
I open a new controller using the Alloy.createController('detail', { name : currVehicleInfo.vehicleID, vehicleid : currVehicleInfo.vehicleID }).getView().open();I run $.detail.hide();on the file that...
View ArticleAdMob stopped working and now causes problems
Hi all, Am I right in thinking that the AdMob module is no longer supported by some of the most recent GA's of Ti? My app was working fine and now it ...well... doesn't! No adverts and often a...
View ArticleLandscape and portrait modes for android
platfrom : Android SDK : 3.1.3GA Hi Iam facing a problem when Iam designing for both modes in Android, I used this code for orientation.Ti.Gesture.addEventListener('orientationchange',function(e) {...
View ArticleTouchend didn't fire to exact location
Hi everyone, I need to place my box to a specific location, let say at 200,100. Once I drag my image to this location, it will stop automatically but my touched didn't fire up to my requirement. Can...
View ArticleCrash on invalid index exception in TextArea
Given the following app.js:var win = Ti.UI.createWindow({ backgroundColor: '#fff' }); var textArea = Ti.UI.createTextArea({ width: '100%', height: 30, suppressReturn: false, scrollable: false,...
View ArticleAndroid Picker Row font color is White
Hi, I have upgraded from Appcelerator 3.1.0GA to 3.2.0GA. After the update I am noticing that font color of the picker control has been modified to white, and I am not able to modify the color. Can...
View Articlehow to make titanium android app shortcut icon, other than actual Application...
Hi, I am New to titanium android.We have a requirement like this. User comes , open app and specify some url and want that to be open on a url that will b automatically created on phone home screen.Is...
View Articlewell to find all photos from a user - logged in now- i have to use search or...
meta: Object code: 400 message: "Error: Unexpected token =" method_name: "queryPhoto" status: "fail" when used:}, function(data) { console.log(data); if(data) {well to find all photos from a user -...
View Articleimage loaded with img tag in webview is damaged
i want to display image with img html tag in webview. image file is stored under app directory. randomly, image is displayed damaged with weird coloured lines , randomly it is displayed correctly. if i...
View ArticlenavGroup and Passing Data Problem
actually i have three files, i have solved one but when try the last i couldn't do it, i want to open the last file in navgroup again :( but couldn't do this:( photoalbum.jsTi.UI.backgroundColor =...
View ArticleLicense violation detected for module
We are receiving this when running the app on a device (simulator works fine): "License violation detected. Unlicensed module(s) detected. You must be a subscriber to use one or more of the modules...
View ArticleHow to style status bar?
Hi! When application compiled first time, there is no status bar. And when I rotated simulator - status bar on right place: Can somebody suggest something with that? Thank you.
View ArticleAndroid SDK not detected after updating to 22.3
Everything was fine with titanium 3.3.0 and android SDK 22 (SDK tools version), until this morning I upgraded the SDK tools to 22.3. Since then, it doesn't detect the SDK. Updating to the latest...
View Article