On 14 December 2010 17:50, Y2i <[email protected]> wrote: > If you remove the FlowPanel, the StackLayoutPanel should work. Just > make sure you attach your composite to RootLayoutPanel, not RootPanel > (StackLayoutPanel works only in standards mode, check > http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/StackLayoutPanel.html)
Thanks! Yes, I know about standards mode, RootLayoutPanel, and I've looked at the JavaDoc. If I use StackLayoutPanel as the top panel, it does indeed show up as expected (more or less, the buttons are huge :-) ). So I can't use SLP unless it's the root panel? I just want it as a part of the UI, not have it take over the entire page. -- 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.
