I have just grabed your code and it ran
no problem

(link to a screenshot http://twitpic.com/9o6fw)

can you copy and paste the whole unit?


Andrea



On Wed, Jul 8, 2009 at 9:37 AM, Aditya Panda <[email protected]>wrote:

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

Reply via email to