Hello Shannon,

>From what I can tell, your calls seems to be correct. If you are
seeing the code working fine as long as you do not close the browser,
this seems to indicate that the actual call to the backend web service
is timing out. You should be able to verify this with Firebug on the
Net tab.

Several developers have reported some issue with the fetch, caching
and such in the past few days. There could be some issue with the
iGoogle backend being overloaded right now.

If you can, please provide more details from what you see in Firebug,
but we will have to wait for Dan or a Googler to come back to us on
how the systems are running.

Jerome

On Oct 20, 5:22 pm, Shannon Whitley <[EMAIL PROTECTED]> wrote:
> My code is very simple and works fine at first.  The preferences are
> saved properly.  If I navigate to another gadget and come back to it,
> the preferences are still there.  However, if I close the browser,
> reopen it and come back, my preferences cannot be retrieved.  Is there
> a problem with the code below?  Is there a "commit" that's needed or
> some other feature to save the preferences between browser sessions?
>
> ==============================
> ...
> var prefs = new _IG_Prefs();
> var user = prefs.getString("PRXUser");
> ...
> function savePrefs()
> {
>     prefs.set("PRXUser",document.getElementById("prxUser").value);}
>
> ...
> ================================
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to