On Feb 15, 3:03 pm, Ahmed Ashour <[email protected]> wrote: > Hi all, > > - First, why Style.Unit [1] is not documenting the values? > - How to make DockLayoutPanel fully occupies the screen (100% > width, 100% height), I tried to use the far below example.
A couple things to check: - DockLayoutPanels only work with RootLayoutPanel(). - all the *LayoutPanels require the standards mode doctype: <!DOCTYPE html>. check your html file. Cheers Phil -- 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.
