post it here, sorry. Here my SO post:
- - - - -
I found my answer. The key is to use a LayoutPanel instead of the
DockLayoutPanel. For example:
<g:LayoutPanel>
<g:layer left="100px" right="0px" >
<g:LayoutPanel ui:field='centralContainer' />
</g:layer>
<g:layer left="0px" width="101px">
<g:FlowPanel ui:field='navContainer' />
</g:layer>
</g:LayoutPanel>
Would make the nav bar bleed 1 pixel into the central container. The
order is important here since it guarantees that the nav bar will
overwrite the content of the central container.
- - - - -
For reference:
http://stackoverflow.com/questions/3200108/how-can-you-make-a-region-of-a-gwt-docklayoutpanel-bleed-into-another
Cheers,
Philippe
On Tue, Aug 3, 2010 at 2:04 AM, Nikos Dimitrakopoulos
<demisone@gmail.com> wrote:
> Hey there Philippe,
>
> any solutions on this? Could you post the link to the SO question?
>
> On Jul 8, 6:46 am, PhilBeaudoin <philippe.beaud...@gmail.com> wrote:
>> I use a DockLayoutPanel to split my screen in a left navigation column
>> and a center area. My problem is that the app skinning requires that a
>> selected tab in the navigation column "overwrite" a 1 pixel wide
>> column of the central area. Is there a way to setup my DockLayoutPanel
>> to do this?
>>
>> (Cross-posted to Stack Overflow.)
>
> --
> 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+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment