Sunday, January 8, 2012

Re: layout panel problem, invisible panels

Actually, just noticed..  ResizeLayoutPanel looks to do exactly what you want. It holds a LayoutPanel inside a regular Panel and detects re-sizes, to provide onResize() events to it's one child widget. So

<g:HeaderPanel>
    <my:HeaderWidget>
    <g:ResizeLayoutPanel>
       <g:DockLayoutPanel> 
      ...

Should give you a DockLayoutPanel that changes size  dynamically depending on the content of the header/footer widgets.
 

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