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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -