@Stefan: That's what I thought too, and the javadoc and the dev pages
make you believe that (Use LayoutPanels, they are new, shiny, better).
But the layout panels are drastically different from the normal
panels. If you want to have a "traditional" website behavior where the
browser displays scrollbars as soon as the content gets too big (e.g.
gmail) do NOT use LayoutPanels. If you want a more "application like"
look, where the app fills the entire client-area of the browser and
displays scrollbars itself (which means every gwt container by itself)
use the new panels. A popular example for this is google wave. That's
probably what those panels have been created for. So choose wisely ;-)
You can read more about this here:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/5f68621da14f034d
Another thing to keep in mind: Stuffing a layout panel in a normal
panel is generally a bad idea.
On Jun 7, 7:23 am, "Stefan U." <
stefan.uk...@gmail.com> wrote:
> @Dennis, thanks for correcting me. I had this confused because I
> started using the new GWT 2.0 layout system the same time I started
> using UiBinder. So, to repeat this once more: the issue of
> RootLayoutPanel vs. RootPanel has nothing to do with UiBinder. If you
> are not using any of the LayoutPanels, you should use RootPanel.
>
> (However, this seems to be a reasonable suggestion, does it not: if
> you are starting a new project, try using the new GWT 2.0 layout
> system, i.e. Move to standards mode and use the new Layout-based
> panels. See
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideUiPan...