Re: DockLayoutPanel Sample Code No Style Issue

2010-05-24 Thread Matt
I'm really surprised no one else has chimed in on this. I was thinking it should be just as simple as a missing CSS. Any suggestions are greatly appreciated. -m On May 21, 11:42 am, Matt wrote: > Yep, I have at the top of my html file.. > > On May 21, 11:40 am, kozura wrote: > > > > > > > You

Re: DockLayoutPanel Sample Code No Style Issue

2010-05-21 Thread Matt
Yep, I have at the top of my html file.. On May 21, 11:40 am, kozura wrote: > You have at the top of your HTML file to set the > browser to standards mode? > > On May 21, 10:01 am, Matt wrote: > > > > > > > I tried the DockLayoutCode which is presented in the > > Javadoc:http://google-web-too

Re: DockLayoutPanel Sample Code No Style Issue

2010-05-21 Thread kozura
You have at the top of your HTML file to set the browser to standards mode? On May 21, 10:01 am, Matt wrote: > I tried the DockLayoutCode which is presented in the > Javadoc:http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g... > DockLayoutPanel p = new DockLayoutPanel(Unit.E

DockLayoutPanel Sample Code No Style Issue

2010-05-21 Thread Matt
I tried the DockLayoutCode which is presented in the Javadoc: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/DockLayoutPanel.html DockLayoutPanel p = new DockLayoutPanel(Unit.EM); p.addNorth(new HTML("header"), 2); p.addSouth(new HTML("footer"), 2); p.addWest