Nope - no luck, unfortunately. Thanks for the help, though. On Wed, Jul 8, 2009 at 3:50 AM, Patrizio De Michele <[email protected]>wrote:
> try to set a FitLayout to bob: > bob.setLayout(new FitLayout()); > > 2009/7/8 Aditya <[email protected]> > > >> 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 -~----------~----~----~----~------~----~------~--~---
