javascript - prefs.set, prefs.getString not working in google gadgets -


i initialising user prefs , setting , getting numeric prefs not seems able , set string prefs. prefs initialise not altered later on in gadget, int prefs are.

i set user pref set actual value prefs.set("cpopup8_value",popup8_value); later in app value can changed

but when accessing later still original default value popup8_value = prefs.getstring("cpopup8_value");

i have checked writing correct value seems case , have checked have not exceeded 2k limit.

storing , retrieving integers works fine.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -