You should not use RootPanel in the UiBinder. You need to use any of
the types extending SimplePanel or LayoutPanel.
RootPanel and his equivalent RootLayoutPanel represents the <BODY> in
the HTML page. At some point in the onModuleLoad() you need to have
RootPanel.get().add(new MyWidget());

Take a look at: 
http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html
for a guideline of how to use UiBinder.

On Jun 4, 8:55 am, bob <[email protected]> wrote:
> hi i have created Ui using rootpanel ,nut i have some problem using
> rootpanel i want use other than rootpanel is it possible to create ui
> with out using rootpanel.plz help me in get rid of this.
>
> Thanks &Regards
>    bobby

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to