Re: RichTextArea menu bar

2009-04-27 Thread mkl
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    

RichTextArea menu bar

2009-04-23 Thread mkl
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(); ...

Re: RichTextArea menu bar

2009-04-23 Thread satya
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 RichTextAreabodyFormatArea; private RichTextToolbar tb; bodyFormatArea = new