Hallo Satya, thank you! I'm using 1.6, but your solution also works.

On 23 Apr., 23:18, satya <satya.mu...@gmail.com> wrote:
> Which version of GWT are you using?
>
> Because, i believe that GWT 1.5 and below, you need to explicitly add
> the menu bar.
>
> here is the code:
>     private VerticalPanel           bodyFormat;
>  private RichTextArea    bodyFormatArea;
>     private RichTextToolbar tb;
>
>         bodyFormatArea = new RichTextArea();
>         tb = new RichTextToolbar( bodyFormatArea );
>
>         bodyFormat.add( tb );
>         bodyFormat.add( bodyFormatArea );
>
> Regards,
> Satya
>
> On Apr 23, 5:05 am,mkl<mark.luebin...@ppi.de> wrote:
>
>
>
> > Dear Masters,
>
> > after downloading GWT I tried out different widgets. And promptly got
> > problem with RichTextArea().
> > I build it in my StockWatcher-Project (which I created stricktly with
> > tutorial)
>
> >       private RichTextArea description = new RichTextArea();
> >         ...
> >       mainPanel.add(description);
>
> > and I get in hosted window textArea, but without menu bar. Shortcuts
> > like ctrl-b works.
> > What is wrong on this code?
>
> > Thank you very much.
>
> > Mark- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to