Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

App.Properties giving bugs.

Hi, I'm trying to store things in the app.properties

Is there any alternative for storing values?

Thanks

— asked May 29th 2010 by Mattias Svedhem
  • iphone
  • mobile
  • properties
  • setstring
0 Comments

2 Answers

  • Change

    if(!Titanium.App.Properties.hasProperty('locale')
    

    to

    if(Titanium.App.Properties.hasProperty('locale')!=null){
    
    — answered January 5th 2011 by Abraham Vivas
    permalink
    0 Comments
  • Mattias

    I don't have any problem with Properties. Would you post some cost please?

    Thanks

    — answered January 5th 2011 by Paul Dowsett
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.