have you tried setting the height of your body element?
body {
height : 100%
}
in your CSS file.
On Thu, Apr 9, 2009 at 2:47 PM, Carl <[email protected]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---