!!!! Thank you so much !!!! That indeed was the problem... using RootLayoutPanel for DockLayoutPanel and not RootPanel.
There was also an issue with not having a size attribute in the <g:north > element of the ui.xml file. Thanks again! Jim On Fri, Jul 9, 2010 at 3:31 PM, mkh <[email protected]> wrote: > > 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.
