Hi Jeff,

Thank you thank you thank you. I've been searching on and off for the
past 2-3 days for this information. Couldn't figure out why the
DockLayoutPanel refused to show up, tried futzing with the CSS to no
avail. You have helped restore a bit of sanity to this whole process.

Thanks again,

Ryan

On Nov 4, 9:29 pm, Jeff Schnitzer <[email protected]> wrote:
> This may save someone the ~4 hours it cost me:
>
> Can't figure out why yourDockLayoutPaneldoesn't render when you
> place it anywhere except *directly* inside a RootLayoutPanel?  It
> needs height="100%":
>
> <g:FlowPanel>
>         <g:DockLayoutPanelunit="PX" height="100%">
>                 ...
>         </g:DockLayoutPanel>
> </g:FlowPanel>
>
> Without this height, DockLayoutPanels inside any other widget
> (including nested DockLayoutPanels) collapse to 0.
>
> Today sucked.
>
> Jeff

-- 
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