Re: MenuBar & MenuBarImages

2009-06-22 Thread Sowjanya Yerramneni
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 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 ",
> true, menuBar1);
>
> Hth
>
> On 21 Jun., 12:00, Cuetumayu  wrote:
> > Ok, it looks really promising. Thank you very much!
> >
> > Carlos
> >
> > On Jun 19, 11:07 am, abhiram wuntakal  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 
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: MenuBar & MenuBarImages

2009-06-22 Thread alex.d

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 ",
true, menuBar1);

Hth

On 21 Jun., 12:00, Cuetumayu  wrote:
> Ok, it looks really promising. Thank you very much!
>
> Carlos
>
> On Jun 19, 11:07 am, abhiram wuntakal  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  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
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: MenuBar & MenuBarImages

2009-06-21 Thread Cuetumayu

Ok, it looks really promising. Thank you very much!

Carlos

On Jun 19, 11:07 am, abhiram wuntakal  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  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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: MenuBar & MenuBarImages

2009-06-19 Thread abhiram wuntakal
Do you want to try SmartGWT? it has many advanced widgets.

U can have a look at the SmartGWT showcase here
http://www.smartclient.com/smartgwt/showcase/

This should help

Regards,
Abhiram

On Fri, Jun 19, 2009 at 12:53 PM, Cuetumayu  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
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---