I've added a WindowResizeListener to get the size and set a pixel
value for each of the tabs in the TabPanel.
public void onWindowResized(int width, int height) {
mapTabs.setMapHeight(height);
}
I call this manually after the app is loaded as well to set the
heights initially. If I change a tab it will set itself to the
correct size and draw correctly, however if I do nothing on load, the
tab is still not displayed. Is there a way to force a redraw of a
TabPanel or of the current tab?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---