Gavin, You'll want to post this over on the developer forum. This contributor forum is for contributing to development of GWT, not developing applications with GWT.
The developer forum is: http://groups.google.com/group/Google-Web-Toolkit I can try to help you over there, but I'll need some more information. Posting a more complete code sample on the dev forum would be a good start. I can't tell from what you've provided so far what it is that you're expecting to happen. Thanks, Isaac On Mon, Jun 29, 2009 at 10:27 PM, Gavin<[email protected]> wrote: > > Hello! > > I want know about the "Dynamic panel". I do not know if there is > Dynamic panel in GWT. One Day, I do RPC by opertion "OnSuccess()", to > make a Dynamic panel. but the panel is not show first. when Switch > interface the panel is show after. so i don't know "why". Like: > > public void onSuccess(Object result) > { > panel.add(new Button("abc")); > panel.show(); > } > > > Can you help me? Thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
