I have the same problem, I think Layout Panels dont work at all.

final DockLayoutPanel dp = new DockLayoutPanel(Unit.EM);
        String content = " I had to use many grids in my first GXT
project."
        dp.addNorth(new Button ("North"), 2);
        dp.addSouth(new HTML("<b>South</b>"), 2);
        dp.addWest(new HTML("navigation"), 10);
        dp.add(new HTML(content));

        RootLayoutPanel.get().add(dp);

only white screen visible in Firefox and Chrome.
Prepred via Netbeans 6.8
-- 
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.


Reply via email to