I think it depends on the widget, but ive had to implement a timer to constantly check for splitter panel resizing. I understand this is how Google would implement it themselves anyway, so it should be an acceptable method,
On 18 February 2010 23:52, Andrew Hughes <[email protected]> wrote: > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
