On Oct 5, 4:13 pm, Brian <[email protected]> wrote: > What's odd (ie, I don't get this stuff yet) is the HTMLPanel's > onAttach doesn't get called when htmlpanel.add() is called.
Of course. It'll be called when adding the HTMLPanel into a container widget. > Soo.. instead of wrapping the widget, it seems better to wrap the > HTMLPanel and call onAttach on the panel itself, and add it to > RootPanel.detachOnWindowClose(). How are you showing/displaying your HTMLPanel ?!?! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
