Hi,
Have you figured out how to accomplish what you were trying to do?
It could help the similar issue I've got here. I'm trying to get something 
like:
<RootLayoutPanel> 
<g:HTMLPanel> 
  <h1>Title</h1> 
  <Widget> 
    <g:TabLayoutPanel ...> 
      <AnotherWidget> 
        ...
      </AnotherWidget>
    </g:TabLayoutPanel ...> 
  </Widget>
  <Widget>
    <g:TabLayoutPanel ...> 
      <AnotherWidget> 
        ...
      </AnotherWidget>
    </g:TabLayoutPanel ...>
  </Widget> 
</g:HTMLPanel> 
</RootLayoutPanel>

The h1 item displays, but the first Widget that contains the TabLayoutPanel 
takes the rest of the page height. and the second TabLayoutPanel is not 
displayed at all (but I can see it's there when inspecting the html output).

Thanks,
MChan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ExNkErT3rNMJ.
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