On Jul 9, 2:07 am, Jim in NH <[email protected]> wrote: > I have a project that works modeled after the Contacts example from > the Google I/O talks. > > In trying to use a DockLayoutPanel I changed the xxxx.ui.xml file as > from using simple panels > shown below. Both versions of the ui.xml file have the same UiFields. >
I also ran into a problem when changing from a DecoratorPanel to DockLayoutPanel, but the issue in my case was with the layout. The problem was the DockLayoutPanel must be added to RootLayoutPanel.get() instead of RootPanel.get(). -- 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.
