My approach would be to add a border to the various widget one at a time
(1px dotted red, say) to find out which widget is not displaying correctly.
The chances are that you need a height:100% somewhere or that you don't have
an absolute height in the chain back to the body element.
Without any code, it's not easy to be more specific (for me, anyway)

Ian

http://examples.roughian.com


2009/3/4 rjcarr <rjc...@gmail.com>

>
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to