Sash of sashform can't be released inside RichTextEditor editor. [message #1775914] |
Wed, 08 November 2017 08:49 |
Coffee Cup Messages: 2 Registered: November 2017 |
Junior Member |
|
|
Hello, I've got the following example,
where I can't release the sash of sashform inside the RichTextEditor editor.
A bug? Is there any solution?
Assume we've got following example:
public class BasicEntryPoint extends AbstractEntryPoint {
@Override
protected void createContents(Composite parent) {
parent.setLayout(new FillLayout());
SashForm sashForm = new SashForm(parent, SWT.HORIZONTAL);
sashForm.setLayout(new FillLayout());
new Button(sashForm, SWT.PUSH).setText("Big Button");
RichTextEditor editor = new RichTextEditor(sashForm, SWT.HORIZONTAL);
editor.setText("This is a text");
editor.setSize(500,500);
}
}
I can't release sash, while moving it, inside editor:
I can only release it outside the editor:
-
Attachment: rap_1.png
(Size: 20.29KB, Downloaded 370 times) -
Attachment: rap_2.png
(Size: 21.06KB, Downloaded 374 times) -
Attachment: rap_3.png
(Size: 28.78KB, Downloaded 384 times)
[Updated on: Wed, 08 November 2017 15:22] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.05081 seconds