Re: Basic MDI (Multiple Document Interface) question

2011-12-26 Thread Zakaluka
I based my class on the ResizePanel found at http://code.google.com/p/resizepanel/ . I initially extended the concept to include resizing from any edge/ corner, just like on Windows. However, that introduced too many corner cases and required logic that greatly increased the complexity of the re

Re: Basic MDI (Multiple Document Interface) question

2011-12-15 Thread Andrea Boscolo
Interesting. Can you share the "resize" part if by resize you mean via mouse? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/exi-uPmpzuIJ. To p

Re: Basic MDI (Multiple Document Interface) question

2011-12-14 Thread Zakaluka
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

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
On Behalf Of Armishev, Sergey > Sent: Tuesday, December 06, 2011 2:03 PM > To: google-web-toolkit@googlegroups.com > Subject: RE: Basic MDI (Multiple Document Interface) question > > I just support this project that I built back in 2009. And it is using GWT > 1.5.3. So you need som

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
t; > > zak. > > > On Dec 6, 8:52 am, "Armishev, Sergey" wrote: > > > > I build my whole MDI Web app > > > withhttp://code.google.com/p/gwtwindowmanager/ > > > -Sergey > > > > -Original Message----- > > > From: google-w

RE: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Armishev, Sergey
@googlegroups.com Subject: RE: Basic MDI (Multiple Document Interface) question I just support this project that I built back in 2009. And it is using GWT 1.5.3. So you need some prototyping if you want to start using it on latest GWT. I know about one problem in GWT 2 that I found (and easily fixed

RE: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Armishev, Sergey
: Google Web Toolkit Subject: Re: Basic MDI (Multiple Document Interface) question Thank you both for the suggestion. I'm looking into it now. Sergey, are you still using the GwtWM project? Regards, zak. On Dec 6, 8:52 am, "Armishev, Sergey" wrote: > I build my whole MD

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread darkflame
t; > From: google-web-toolkit@googlegroups.com > > [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Ed > > Sent: Tuesday, December 06, 2011 4:25 AM > > To: Google Web Toolkit > > Subject: Re: Basic MDI (Multiple Document Interface) question > > > No prob

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
gt; > > > > -Original Message- > From: google-web-toolkit@googlegroups.com > [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Ed > Sent: Tuesday, December 06, 2011 4:25 AM > To: Google Web Toolkit > Subject: Re: Basic MDI (Multiple Document Interface) q

RE: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Armishev, Sergey
: Basic MDI (Multiple Document Interface) question No problem. I do everything without any external lib (don't wanne be dependent of them). I would start by looking at code like the gwt windows manager and learn from it: http://code.google.com/p/gwtwindowmanager/ - Ed On Dec 6, 1:19 am, Zakaluka

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Ed
No problem. I do everything without any external lib (don't wanne be dependent of them). I would start by looking at code like the gwt windows manager and learn from it: http://code.google.com/p/gwtwindowmanager/ - Ed On Dec 6, 1:19 am, Zakaluka wrote: > Hello all, > > I have been looking into d