disabled LinkRidget not rendered as expected [message #1073306] |
Wed, 24 July 2013 09:47  |
Eclipse User |
|
|
|
Hello Group Members,
we upgraded Riena 3.0.0 to version 5.0.0 recently and encountered the following issue that wasn't there before:
When using a Link and LinkRidget and disabling it, there is no underlined text visible anymore but just a gray box without text. Could this be a bug?
cheers,
Christian
code snippet:
// UI
final Link link = new Link(parent, SWT.None);
bindControl(link, RID_LINK);
// controller
final ILinkRidget linkRidget = getRidget(RID_LINK);
linkRidget.setToolTipText("tooltip");
linkRidget.setText("text");
// disabling the LinkRidget let it appear as a gray box without text
linkRidget.setEnabled(false);
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04012 seconds