I set the size of the AbsolutePanel to 100% by 100%.  After playing in
Firebug, I see that if I set the set the AbsolutePanel to width=100%,
height=500px (or any pixel value) it displays as expected (if I make
the change in Firebug), however if I set the size of the panel to 50px
in GWT and add it to the TabPanel it is set to 100% by 100%.

Does it seem like I need to wait until the AbsolutePanel is added to
the TabPanel to set its size to a pixel value which is calculated from
the size of the TabPanel? Or is there a simpler/cleaner solution which
I may be missing?

Thanks,

Carl


On Apr 9, 3:46 am, "alex.d" <[email protected]> wrote:
> Not without taking a look at a sample of your code. But out of the top
> of my head - do you set the size of the AbsolutPanel explicitly? If
> not - you should.
> In general - that's what FireBug is good for - you open you site and
> start looking at the internal structure to see why the panel isn't
> showing as expected.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to