Hello,
I am new to GWT and having some difficulties with laying the panels
out on the screen and them setting the size properly.
First I had a TabPanel with a Tree in it. I set the size of the
TabPanel like so:
navTabPanel.setSize("250px", "750px");
This does not appear to do anything though. When I start my viewer,
the panel is very small when the tree is collapsed and then expands as
the tree expands!
So, I thought I would try wrapping my tree in a scroll panel since i
will need that anyways, and then placing that in the TabPanel.
stateTreeScroll.setSize("149px", "549px");
stateTreeScroll.setAlwaysShowScrollBars(true);
stateTreeScroll.add(stateNavTree);
navTabPanel.add(stateTreeScroll, "By State");
navTabPanel.setSize("250px", "750px");And again I have the exact same issue! Please help, I am out of ideas Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
