Re: Resize SimpleLayoutPanel issues.
Thank you very much Jens. Wow that makes a lot of sense! Let me try that one now! Really appreciate the fast response!! :-)
On Tuesday, August 6, 2013 1:21:02 PM UTC-5, Jens wrote:
Just to get it right, your widget hierarchy is now something like--FlowPanel- SimpleLayoutPanel (used by ActivityManager, fixed height)- VerticalPanel (assuming 100% height)- combination of Horizontal/VerticalPanels (header 1)- DockLayoutPanel (footer 1)- SimpleLayoutPanel (used by ActivityManager, fixed height)- VerticalPanel (assuming 100% height)- combination of Horizontal/VerticalPanels (header 2)- DockLayoutPanel (footer 2)If so I think I would try changing it to:FlowPanel- SimplePanel (used by ActivityManager, no height)- FlowPanel (no height)- combination of Horizontal/VerticalPanels (header 1)- DockLayoutPanel (footer 1, fixed height)- SimplePanel (used by ActivityManager, no height)- FlowPanel (no height)- combination of Horizontal/VerticalPanels (header 2)- DockLayoutPanel (footer 2, fixed height)If you then remove/hide the DockLayoutPanel everything should shrink.-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home