Re: UI Binder

2009-01-11 Thread Zakaluka
Hi, The UI Binder is currently listed under the Post-1.6 timeframe. Seeing as how GWT 1.5.3 is the latest version out there and 1.6 will come out in the next 3 months, it'll probably be quite a while before we see UI Binder out in a stable form. Regards, z. ruslanv wrote: Hi guys. According

Basic MDI (Multiple Document Interface) question

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

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
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 zakal...@gmail.com wrote: Hello all, I have been looking into doing an MDI application

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
login via OpenID though. In addition I used a combination of iframes to switch between different main views of the app without any code needing to reload. Its all still very rough around the edges, but I think it shows the power of what GWT can do. On Dec 6, 6:40 pm, Zakaluka zakal...@gmail.com

Re: Basic MDI (Multiple Document Interface) question

2011-12-06 Thread Zakaluka
@googlegroups.com [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Zakaluka Sent: Tuesday, December 06, 2011 12:40 PM To: 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

Re: Scroll are not coming while using DockLayoutPanel

2011-12-12 Thread Zakaluka
I don't mean to hijack this thread, but I have been looking for the same thing. ScrollPanels in a DockLayoutPanel may be okay, but this behavior is different from general web mechanics and what most people expect - web pages as a whole scroll, not just small sections (usually, anyway). There

Re: Basic MDI (Multiple Document Interface) question

2011-12-14 Thread Zakaluka
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 zakal...@gmail.com wrote: Hello all, I have been looking into doing an MDI

Get widget size minus decorations

2011-12-23 Thread Zakaluka
Hello, I know this question has been asked before, but the replies are all from 2006/2007, so I wanted to see if things have changed. Is there any way to get a Widget's width or height minus decorations? getOffsetWidth() and getOffsetHeight() only return their respective totals (including

Re: Get widget size minus decorations

2011-12-26 Thread Zakaluka
similar. - z. On Dec 23, 12:53 pm, Zakaluka zakal...@gmail.com wrote: Hello, I know this question has been asked before, but the replies are all from 2006/2007, so I wanted to see if things have changed. Is there any way to get a Widget's width or height minus decorations? getOffsetWidth

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: Get widget size minus decorations

2011-12-26 Thread Zakaluka
. These values still include padding, but that is actually good for what I wanted to do. Regards, z. On Dec 26, 2:15 am, Zakaluka zakal...@gmail.com wrote: I've been able to come up with a tentative solution.  This is on GWT 2.4.  I was looking to put in an image because I want to insert a small

Re: GWT Developer Plugin for Firefox 9

2011-12-28 Thread Zakaluka
Tested on Windows 7 Home Premium, 64-bit. No problems at all. On Dec 22, 4:29 am, Alan Leung acle...@google.com wrote: Alright, FF9 tested on all OS. Let me know if you run into any problems. http://www.mediafire.com/?831pp1kk5p8kgjd -Alan On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo