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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -