Community Questions & Answers
Ti.App.properties.setList() doesn't work :S
I'm building an app that has a RSS feed, the feed updates once a day, so of course I only need to update if this is the first time of if the cache is stale. I decided to work with Ti.App.property because it seemed like the obvious way to do this, I have a...
Ti.App.Properties.setList reference
I was playing with managing data for the app I'm working on and was considering creating a Ti.App.Properties list for carrying around data in one place rather than using a number of individual Ti.App.Properties. What I'd like to be able to do is to be...
Advice: Ti.App.Properties for System Settings - yes or no?
Hi everyone, Would anyone here advise me to use the global variables we have (Ti.App.Properties) in Ti to be used to store user settings preferences, or should I just use an sqlite table instead? Would these settings get reset if the user updated the...
Settings.bundle broken in SDK 2.0.1.GA2
Since I updated to TI SDK 2.0.1.GA2 my settings only work in the simulator, and not in the ipod itself anymore. Cleaned the project, rebuilded to no avail. Someone has this problem? How to fix this? It was working perfect in 1.8.2 Casper
Edit app properties using iPhone setting panel when the app is closed/background
I've created a setting panel for my app (importing the setting bundle module) from which I can activate/deactivate push notifications. I'd like to do so when my app is closed or running in background but I don't know hot to deal with this. Thanks!
Ti.App.Properties Doesn't Work!! Help T_T..
'app.js' ~~~ Ti.UI.iPhone.setStatusBarStyle(Titanium.UI.iPhone.StatusBar.OPAQUE_BLACK); Ti.UI.setBackgroundColor('#FFF'); var tabGroup = Ti.UI.createTabGroup(); var main = Ti.UI.createWindow({ url:'main.js' }); var friend_list =...
Accessing Ti.App.Properties from a Module (Java)
I am using push notifications and have not managed to have them work properly if the app is closed (because my callback function cannot run)... Therefore, I want to save the information and do something with it later when the app starts. What I want is to...
iOS: Fix to TIMOB-4696 causing to not find existing Ti.App Properties
Using continuous builds, starting about Friday, every time I built the app the iOS simulator would forget the properties stored by the application. For example, user entered properties such as username/password that we stored during the execution of the...
Dashboard - How to save the order of the dashboard Items?
Hi everybody, reading the API and some conversation in Q & A I tried to go that way, storing the order of the dashboard items using Ti.App.Properties. But I can't, once turned off the device, to restore the saved order. ~~~ var channels =...
Showing 1-9 of 9