Thanks yuvi, As yuvi said, using the new gadgets APIs is better, exactly :)
On Mon, Jun 6, 2011 at 4:42 PM, yuvi <[email protected]> wrote: > Hi, > > As I understand, you are using deprecated Legacy API > > http://code.google.com/apis/gadgets/docs/legacy/dev_guide.html > > You need to use gadget.* APIs > http://code.google.com/apis/gadgets/docs/reference/#gadgets.Prefs > > var prefs = new gadgets.Prefs(); > var name = prefs.getString("name"); > > > On Jun 5, 7:49 am, Mike <[email protected]> wrote: > > Isn't there anyone to help me out on this forum? > > -- > 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. > > -- Takashi Matsuo Developer Relations Developer Advocate for Google App Engine/iGoogle Google Japan, Inc. -- 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.
