Mario, I've only had luck getting the gadget to adjust height dynamically by calling the "adjustHeight()" call after a time delay each time. Something like 100-200ms ought to do the trick.
Problem was, on our gadget, content like images weren't loaded fully by the time adjustHeight() ran, so wrapping that call in another function with a timeout worked like a charm. Regards, Ben -- 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.
