Hello, When I compile my application with GWT 2.0.3, I receive the warning below : [WARN] g:TabPanel is deprecated. Use the g:TabLayoutPanel instead.
But I cannot use TabLayoutPanel because I'm not in a "panel layout context" and if I have to use the TabLayoutPanel, I must specify the height of this one. The problem is that the user can add some wigdet inside the TabPanel and thus the height must not be fixed... Thus can I continue to use the TabPanel or this one will disappear in a next release of gwt ? Or is someone can give me an idea how to adapt automatically the height of TabLayoutPanel when user drop a widget inside it ? Julien -- 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.
