Hi All,
I'm having issues with even displaying gwt-ext panels. Everything
compiles okay when my Client.java has the very simple code...
public void onModuleLoad() {
RootPanel.get().add(new Button("1"));
Panel bob = new Panel();
bob.add(new Button("Hello"));
RootPanel.get().add(bob);
RootPanel.get().add(new Button("2"));
}
But when I run it, I get a "1" Button, but nothing at all after. Any
clue where the error may lie?
Thanks,
AP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---