Hello,

you can store using options.putValue and load using options.getValue.

However when you start your gadget in the designer it will behave the
same way it would when a user first installs it in Google Desktop. You
can set default values for your options using
options.putDefaultValue() in your main function which will be used
until the user configures the gadget in your options dialog.

Cheers,
Benjamin

On Apr 13, 7:18 am, ekuemoah <[email protected]> wrote:
> Hello,
>
> I used options.putValue to store data.  I closed my google designer.
> when I opened it and tried to retrieve teh data, I could not get the
> data using options.storeValue.  How do I permanently store data
> entered into a form on my google gadget and then retrieve it back into
> my program?
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" 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-desktop-developer?hl=en.

Reply via email to