You need rootlayoutpanel, the host page should be in standards mode
( see doctype declaration).

Then you should look if all the panels being used implement provides
resize/ requires resize. That is the way resize events get propagated
to child elements in gwt.

On Aug 15, 8:00 am, Mike Dee <mdichiapp...@gmail.com> wrote:
> Getting started with Activities and Places.  I'd like to use a
> DockLayoutPanel to comprise the entire view (page).  When I try, it
> doesn't work.
>
> Note I'm using HelloMVP is a starting point and that in the EntryPoint
> a SimplePanel is set up as the default Panel.  I've tried adding a
> DockLayoutPanel to that.  I also tried first adding a VerticalPanel
> and then a DockLayoutPanel based on some suggestions here.
>
> The DockLayoutPanel simply doesn't display.  This was also mentioned
> in this message from last Oct:http://tinyurl.com/3z8mn4v.  The
> resolution there was to adjust the positioning styles to be absolute.
> However, they appear to already be absolute.
>
> I've played around with setting the width and height of the parent
> (SimplePanel) panel to 100%.  I've changed RootPanel to
> RootLayoutPanel in onLoadModule.  Nothing seems to work.  Seems like
> this would be something that is commonly done OR am I heading down the
> wrong path?
>
> Any ideas?
> Mike

-- 
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-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to