I have a complicated widget that I'm trying to add to a DeckPanel.
When the DeckPanel is rendered the widget is not shown, there's just a
thin line a pixel or two high of where it is supposed to be.  Other
widgets added to the deck are displayed fine.

Taking away the deck the widget displays normally.  I've been using
gwt for quite a while now and I've never seen this.  There are no
errors of any sort ... it just isn't shown.

However, if I add my widget to a SimplePanel it works fine.  My
temporary solution is to replace the DeckPanel with a SimplePanel and
use the setWidget() method with a listner, but I'd prefer to use the
DeckPanel.

Is there any explanation for this?

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