| Label ICON in a modal dialog doesn't display! Why? [message #902769] |
Mon, 20 August 2012 07:25  |
andreas gk Messages: 3 Registered: August 2012 |
Junior Member |
|
|
Hi,
in my GUI RCP plug-in I use icons for marking some of the controls. Everything works fine except of when I do it in a modal dialog. Then, the icons in front of the label controls are not displayed!
I don't understand why it is so: in normal forms the icons are shown correctly, in modal dialogs they don't appear at all.
I use the same call everywhere:
Image image = ResourceManager.getPluginImage("<my-plugin-id>", "icons/myicon.jpg");
lblSettingName.setImage(image);
Can you help me out?
Thanks in advance
Andreas
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02048 seconds