[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Problems with Rich Text Editor
|
Hi.
I've managed to use the rich text editor in my application. I've
subclassed RichTextEditor so that I could have a ToolBar but I have two
problems:
- An empty space appears before the first button of my toolbar
- The editor is not multiline (at least the enter key doesn't work).
I've set the style as SWT.BORDER | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL
and it doesn't seem to solve anything.
Has anyone had the same problems? What can I do?
Thanks in advance
Mario