Basically you have to listen to browser "change size" events (not sure how reliable this is in all supported browsers) and forward new size to your widgets. Ext GWT (and probably GWT Ext) for example, already has ViewPort implementation.
On 3 Dez., 05:11, Litty Preeth <[EMAIL PROTECTED]> wrote: > Hi friends, > > Anybody has any ideas on this? > > Thanks and Regards, > Litty Preeth > > On Dec 2, 4:42 pm, "Litty Preeth" <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > Anybody know how to implement a viewport resize listener? Basically I have a > > glass panel (light box effect). I want to notify this glass panel whenever > > my RootPanel size gets changed so that I can resize my glass panel to fillup > > the area. > > > Regards, > > Litty Preeth > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
