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

Reply via email to