Hi All,
I've got...
myWidget.setSize("100%","100%");
The actualy size of this can change dynamically, as it's a % and not
absolute. For example:
+ other content is added to the dom
+ the css style is changed
+ a split panel is moved by the user
+ the browser window size changes <--- ignore this, we have
Window.addResizeHandler()
Anyway, if myWidget (or the panel around it) changes is actual size - How
can I detect this? Do I already have an event I can listen for?
Cheers :)
--
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.