DockLayoutPanel sample code

467 views
Skip to first unread message

N G

unread,
Jan 5, 2010, 9:18:27 AM1/5/10
to Google Web Toolkit
Hi,

I tried the DockLayoutCode which is presented in
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html:
DockLayoutPanel p = new DockLayoutPanel(Unit.EM);
p.addNorth(new HTML("header"), 2);
p.addSouth(new HTML("footer"), 2);
p.addWest(new HTML("navigation"), 10);
p.add(new HTML("some content"));

// I added this:
RootLayoutPanel.get().add(p);

All this code was obviously placed inside the onModuleLoad
substituting the sample Eclipse startup code when you create a new
GWT app. The output looked nothing like what was presented on that
page.

I also tried the SplitLayoutPanel code right below that one. Likewise,
the result was nothing that I expected. For one, there were no "grab"
area to drag. I inspected the generated page in Firebug and I can
certainly see the "grab" area there, but I don't see anything to drag.
Moving the mouse around that area doesn't change the mouse into a hand
and doesn't let me grab the separation, etc...

What am I doing wrong here?

On a similar note... I was surprise to see the Eclipse autogenerate
HTML page say that it is in quirks mode and changing to standards mode
could have layout consequences (etc.) when the "goals" of GWT 2.0
clearly state that they only aim to support standards mode.

Could someone guide me on this one?

Thanks,
NG.

N G

unread,
Jan 5, 2010, 8:06:14 PM1/5/10
to Google Web Toolkit
Anyone?

--
Thanks,
NG

Message has been deleted

Chris Ramsdale

unread,
Jan 12, 2010, 12:18:58 PM1/12/10
to google-we...@googlegroups.com
On Tue, Jan 5, 2010 at 9:18 AM, N G <nist...@gmail.com> wrote:
Hi,

I tried the DockLayoutCode which is presented in
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html:
DockLayoutPanel p = new DockLayoutPanel(Unit.EM);
p.addNorth(new HTML("header"), 2);
p.addSouth(new HTML("footer"), 2);
p.addWest(new HTML("navigation"), 10);
p.add(new HTML("some content"));

// I added this:
RootLayoutPanel.get().add(p);

All this code was obviously placed inside the onModuleLoad
substituting the sample Eclipse startup code when you create a new
GWT app. The output looked nothing like what was presented on that
page.
I also tried the SplitLayoutPanel code right below that one. Likewise,
the result was nothing that I expected. For one, there were no "grab"
area to drag. I inspected the generated page in Firebug and I can
certainly see the "grab" area there, but I don't see anything to drag.
Moving the mouse around that area doesn't change the mouse into a hand
and doesn't let me grab the separation, etc...

What am I doing wrong here?

 
The new layout system does not include default styles, and the example within the Dev Guide is using CSS that wasn't included. When we get a chance, we'll add it to examples (as a download, or within the doc itself). In the meantime, there is already an issue for this, and you can tracks its progress here: http://code.google.com/p/google-web-toolkit/issues/detail?id=4429

On a similar note... I was surprise to see the Eclipse autogenerate
HTML page say that it is in quirks mode and changing to standards mode
could have layout consequences (etc.) when the "goals" of GWT 2.0
clearly state that they only aim to support standards mode.

Could someone guide me on this one?

I've entered the following issue for this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4480 
 
Thanks,
NG.

--

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



Message has been deleted

Sean

unread,
Jan 12, 2010, 9:32:41 PM1/12/10
to Google Web Toolkit
I starred the Issue. I'm very confused as to what the Panel is
supposed to be or what the CSS should be. When I add a
DockLayoutPanel, I just get a blank page. Every confusing.

On Jan 12, 12:59 pm, Stine Søndergaard <stinespl...@gmail.com> wrote:
> Looking very much forward to the default styles :) To me the way to even
> just a sample application seems endless without them... *sigh*...

Message has been deleted

Matt Moriarity

unread,
Jan 13, 2010, 9:21:29 AM1/13/10
to Google Web Toolkit
If you are using the new layout panels, you should be using standards
mode and not quirks mode.

On Jan 13, 4:48 am, Stine Søndergaard <stinespl...@gmail.com> wrote:
> The most frustrating is that all this CSS invention seems so obvious to
> everybody else!! ;D

Reply all
Reply to author
Forward
Message has been deleted
0 new messages