Just a question before trying this method: you don't think using
DockLayoutPanel (which uses absolute positioning) will not allow my
Editor Panel to resize automatically to the height of its children
widgets? I was encountering this problem with first code using
DockLayoutPanel ; so you suggest only use DockLayoutPanel as the top
higher Panel to hold all other children widgets and that the children
widgets should not use DockLayoutPanel ; is that correct?

On Dec 30 2010, 8:37 pm, Owen Powell <opow...@gmail.com> wrote:
> I'd try DockLayoutPanel with a HorizontalPanel in the West that holds most
> of your Widgets, and the final Widget in the Center.
>
> As for how to write it up, I'd do it with 
> UiBinder<http://code.google.com/intl/es/webtoolkit/doc/latest/DevGuideUiBinder...>and
>  CSS.
>
> ~Owen

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to