I am using a DockLayoutPanel with UiBinder and it seems to work fine.
However, I can't see any real difference between your code and mine.
My ordering is different - I have north, center, west, then south.
Also, my center panel has a size.  Sorry to not have anything more
useful for you.
RB

On Jan 19, 12:38 am, Marcel Wagner <[email protected]> wrote:
> I have tried to use the DockLayoutPanel and the UiBinder with the
> following layout:
>
>         <g:DockLayoutPanel unit='EM'>
>                 <g:north size='5'>
>                         <lp:HeaderArea ui:field='headerArea' />
>                 </g:north>
>                 <g:west size='12'>
>                         <lp:VerticalBar ui:field='verticalBar' />
>                 </g:west>
>                 <g:south size='2'>
>                         <lp:StatusArea ui:field='statusArea' />
>                 </g:south>
>
>                 <g:center>
>                         <lp:ContentArea ui:field='contentArea' />
>                 </g:center>
>         </g:DockLayoutPanel>
>
> This should generate a four area layout. All is fine beside of the
> layout the south panel. It not starts at the left window border, it
> starts at the same border as the center panel and the west panel is
> layouted completely to the bottom of the window.
> Is this a bug, or do I somthing wrong?
>
> Thanks, Marcel
-- 
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