Community Questions & Answers

Titanium.App.Properties with app updates

Hello, I'm ussing App.properties to store some App data as App revision number, licence number, etc. what happend with data stored with [Titanium.App.Properties](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.App.Properties) when the app is...

Confused about execution order with properties

Maybe I'm just missing something here, but I seem to be seeing results that indicate that something like setting a position property in Titanium does not fully complete before the next line of code executes. This is driving me insane. I am trying to...

Select views by property

Hi, how can I select some group of views by some of their properties? For exemple: ~~~ var optionCheck = Ti.UI.createView({ width: sz(26), height: sz(26), backgroundImage : '../resources/routes/check_disabled.png', left:sz(25), ...

Updating a setint value

Hi i need to update an int value saved in Ti.App.Properties.setInt('name',value). I am able to save it in in 1 js, but when i again save it in another js and get in 1st js. it is not giving me any value. Can anyone help me over this. Thanks

Properties + Settings.bundle/Root.plist

Hi, in my project I want to use the app properties. In app I'am using the methods `Ti.App.Properties.setString('vname','Rainer');` and have copied `modules/iphone/Settings.bundle/Root.plist` from kitchen sink to my project. But in global preferences of...

Create schedule with alerts

Hi. I wonder if it is possible to make your own schedule and then make alerts insay 1h before. Scenario. You have like a music festival app. With several artists on several stages on different times. If you coulld have like i tickbox/button/whatever...

Ti.App.Properties After re-install or Update

If we have this code ~~~ var isInstalled = Ti.App.Properties.getBool("is_installed", false); if (isInstalled) { // show the UI ... etc } else { // we will install the database and some configs... // and...

Titanium.App.Properties.getString broken - iOS5

No matter what I do, I cannot get a setting to be retrieved. In fact, because the app depends on these settings it just refuses to go any further. Is there any way to see what is being returned for listProperties() on an iOS device? Titanium.App.Info() is...

Properties File

I've used the Ti.App.Properties to store some informations from my application but i think sometimes the Properties File is not updated. What i can say is the following: For example, i have a textField called fieldUsername and i set the propertie...

Logging objects

I've been playing with Titanium for a bit now and so far one of my major gripes is the limited logging using the built-in Titanium.API.log() function. Being spoiled with PHP's var_dump function I was trying to simulate this functionality, but I got stuck...

Titanium.App.Properties, is it safe.

I'm using Titanium.App.Properties to store user highly confidential data. So is it safe to store values here. Is it possible jailbreak iPhone's to leak this values. Is this values encrypted or stored as plain text? Thanks in Advance.

Properties

Hi, how can I use properties mechanisme to store app datas? I have copied the complete modules folder from kitchensink in my project. but an icon of my app doesnt appear in preferences section… Best regards Rainer

Using of properties

Hi, in my project I want to use properties. Thats why I have copied the modules/iphone directory to my project. But nothing happens in system preferences … Any idea to solve it? Rainer

Showing 1-50 of 100 1 2