Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-16 Thread Troy Borja
Eric Clayberg (Google clayberg@... writes: Nothing at the library level has changed in GWT Designer any time recently. The requirements under Linux are (and have been for quite some time) libwebkit.so or xulrunner-1.9.x. GWT Designer tries to use WebKit first. If it isn't available for

Re: RootPanel vs RootLayoutPanel

2011-08-25 Thread Troy Borja
Hello, We use Window Builder to design the View using GWT Widgets and use FlowPanel, LayoutPanel. This way we get absolute positioning when designing using Window Builder. We then insert the View into the RootPanel instead of RootLayoutPanel so that the browser scrollbar will appear when the