I converted my application to work with the M3 activities. It has a
DockLayoutPanel and 'center' has a TabLayoutPanel. All the other
panels work fine through the Activity and Mapper process. The
TabLayoutPanel show the tabs but not the panels below it. If I go into
Chrome developer tools I see that all the panels have 'overflow:
hidden' set. If I disable the hidden style a panel appears.

I made the small changes necessary for the TabLayoutPanel to be
directly in 'center' and it works fine.

I further investigate by looking at the TabLayoutPanel code and it
appears selectTab(0) is being called during initialization,  the first
tab is highlighted, the panel setWidgetVisible(0,true) is called, but
the panel not displayed.

Any thoughts or suggestions?

Rud
http://www.mysticlakesoftware.com

-- 
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