THe problem is that with dialog box, it resizes itself to be the size of widget it contains, and since TabLayoutPanel has no defined size, it won't properly resize itself.
You could getting the size of the dynamically generated widgets that TabLayoutPanel contains, then adding that size to the size of the tabs and setting the dialog box to that explicit size, but I think the cleaner solution would be to just use TabPanel. -- 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.
