Hi, today we realized that at least one of our gadgets, that has been unchanged and working fine for a very long time, ceased to work properly, probably a few days ago. The gadget is of type="url" and still using the now deprecated legacy API. Using the old API should not be a problem until September, if I'm informed correctly?
In any case, the gadget's calls to _IG_AdjustIFrameHeight() seem to have no effect anymore. Also, and even worse, our calls to _IG_Prefs.set() no longer seem to store anything. Calls to _IG_Prefs.getString() still return values that have been stored earlier, but the gadget now fails to update those values. Anyone experiencing similar problems? Any hints or suggestions would be extremely welcome! I realize that we need to migrate to the gadgets.* API anyway, so I decided to give this a try. But that's causing other issues. Replacing "_IG_AdjustIFrameHeight" with "gadgets.window.adjustHeight" for example, will yield a "gadgets,window is undefined" error. Also, reading the docs I find the following statement: 'The type="url" content type is currently not fully supported by the gadgets.* or OpenSocial APIs.' What exactly does "currently" and "not fully" mean? I can't find any information on this. I know that's probably too many questions for a single post by now, but we are kinda desperate for a solution to our current problem. Anyone, please? Best, Christian -- 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.
