Hey,

 I am totally new to GXT. Please help me with loading one page into another.

 I am trying to use this following code to load an html page on a button
click event.


formPanel.load("FirstGridApp.html", *null*, *new* UrlLoadCallback() {

*public* *void* execute(*boolean* success, *int* httpStatus, String
responseText) {

System.*out*.println(httpStatus);

}

}, *true*);
However, this doesn't load any thing in my current page. there are no error
logs too.
Please let me know what I should do to make it work.
Thanks,
Sow
On Mon, Jun 22, 2009 at 1:28 AM, alex.d <[email protected]>wrote:

>
> Well, you don't have to use this nice but pretty big library to have
> some icons in your menu. Just try smth. like:
>
> MenuItem menuItem = new MenuItem("Click me <img src=\"click.gif\">",
> true, menuBar1);
>
> Hth
>
> On 21 Jun., 12:00, Cuetumayu <[email protected]> wrote:
> > Ok, it looks really promising. Thank you very much!
> >
> > Carlos
> >
> > On Jun 19, 11:07 am, abhiram wuntakal <[email protected]> wrote:
> >
> > > Do you want to try SmartGWT? it has many advanced widgets.
> >
> > > U can have a look at the SmartGWT showcase herehttp://
> www.smartclient.com/smartgwt/showcase/
> >
> > > This should help
> >
> > > Regards,
> > > Abhiram
> >
> > > On Fri, Jun 19, 2009 at 12:53 PM, Cuetumayu <[email protected]>
> wrote:
> >
> > > > Hello,
> >
> > > > I am new comer to GWT so I would really appreciate some help from
> you.
> > > > I already have a MenuBar working but using just plain text for
> > > > identifying the menu options. Since this doesn't look too fancy, I
> > > > would like now to replace this texts by some images. I had a look to
> > > > the MenuBar.MenuBarImages interface but I don't really understand how
> > > > to proceed to associate a menu option with a certain image.
> >
> > > > Can anybody paste me here an example?
> >
> > > > Thank you very much in advance!
> >
> > > > Carlos
> >
> >
> >
>


-- 
-Regards,
Sowjanya.

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