Are you using any DeferredCommands that would result in your widget's content not being able to be determined when it's outer container is actually added to the DOM? It really sounds like your widget initially doesn't have any real content at the point when show() is being called and is actually being built out in a callback running off the event queue.
On Dec 10, 3:14 pm, Thomas Lefort <lefortho...@gmail.com> wrote: > Thanks! Just tried, sounded like a great idea, but it doesn't work > unfortunately. It's really as if the widgets I add inside the panel > are rendered/added after. Really strange... -- 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.