Hi Thanks for all the tips. The deferred didn't work, it sort of hangs. I ended up showing/hiding the popups at start up, and that seems to be enough.
On Dec 11, 3:57 pm, jhulford <[email protected]> wrote: > 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 <[email protected]> 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 [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.
