I wasted hours on this, tried everything but still couldnt get it to
work.
I had a feeling it had to do something with size, but didnt know this
about height="100%"

I had a top level application level DockLayoutPanel (outer). it worked
fine without height="100%"

However, when I wanted to programmatically insert another
DockLayoutPanel (inner) in the <g:center> of the application level
DockLayoutPanel,
only the north section of the inner DockLayoutPanel would show up.

the other thing i found out was a problem with <g:Scrollbar> , when
wrapped around outer , though i am not sure on this.
<g:scrollbar>
  <g:center>
         <g:SimplePanel ui:field="name"/>
  <g:center>
<g:scrollbar>

it was definitely a very very nasty hidden quirk.

Do not Forget to set Height to 100%

Thank you for sharing.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to