Re: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-22 Thread Mike
Thanks. I guess one should not put DockLayoutPanel into ScrollPanel, it just does make much sense even if relative positioning is out of the way. The reason this situation happened in my application is that I have a standard top-level layout with ScrollPanel being its main container. I shall use La

Re: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-21 Thread Savio Grossi
Hi, the problem is that ScrollPanel apparently is not propagating the layout data, according to the explained here: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#Design A workaround is to remove "position:relative" style from ScrollPanel . Savio Grossi www.sambatech.com

Re: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-14 Thread Mike
Hi, I have the same type of problem but with slightly simplier structure: RootLayoutPanel DockLayoutPanel ScrollPanel (in center) DockLayoutPanel Widget within north of the last DockLayoutPanel shows up correctly. Other parts (east, west, center, south) do not appear, i.e. if I

ScrollPanel not displaying contents in nested DockLayoutPanels

2010-04-15 Thread rmmcgr
Hi, I have problem with a ScrollPanel not displaying its contents that is buried a few layers deep in some layout panels (all done using UiBinder). I have: RootLayoutPanel DockLayoutPanel (for application layout) TabLayoutPanel (in the center area) tab Custom View, implementi