Just an update in case anyone else is looking into this - I ended up extending the DialogBox class to add in resize support, a custom caption that includes close and maximize/"resize" buttons and handlers for some additional events (like double-clicking on the caption). Because DialogBox comes with built-in drag support, it was much easier. Also, I find it more lightweight than re-creating even a simple window manager in GWT.
Thank you all, again, for your help. Regards, z. On Dec 5, 4:19 pm, Zakaluka <[email protected]> wrote: > Hello all, > > I have been looking into doing an MDI application with GWT. Is it > possible to do such a thing with plain GWT, i.e. without using any > additional libraries like SmartGWT, Ext GWT, etc? > > I have searched in this forum, but the latest posts seem to be from > 2009 (most are even older) and all the projects they reference are > dead. > > I was thinking that DecoratedPopupPanel with a Composite of some sort > inside it might do the trick, but I'd love to hear if someone already > has such a system operational. > > Thank you for your time, > > zak. -- 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.
