Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Selection is not visible in Menuitem with radio option and image in Windows 11(MenuItem selection is missing in Windows 11)
Selection is not visible in Menuitem with radio option and image in Windows 11 [message #1857272] Fri, 27 January 2023 12:02 Go to next message
Martin Manthey is currently offline Martin MantheyFriend
Messages: 7
Registered: March 2016
Junior Member
Menu menu = new Menu(control);

MenuItem menuItem = new MenuItem(menu, SWT.RADIO);
menuItem.setSelection(true); // activate the selection
menuItem.setImage(image);

...
menu.setLocation(...);
menu.setVisible(true);


The selection of the menu item is not visible, if an image is set. Without image the hook is visible. This behavior occurs only in Windows 11. In Windows 10 the image is marked as selected, it works as expected.
Re: Selection is not visible in Menuitem with radio option and image in Windows 11 [message #1862437 is a reply to message #1857272] Tue, 05 December 2023 12:18 Go to previous message
Claudia Dunkel is currently offline Claudia DunkelFriend
Messages: 1
Registered: December 2023
Junior Member
I can still confirm this error using org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230825-1346.jar.

Has anyone found a solution yet?
Previous Topic:Could not instantiate provider org.eclipse.emf.compare.model.provider
Next Topic:How to make a View ignore CSS
Goto Forum:
  


Current Time: Sat Apr 20 05:44:42 GMT 2024

Powered by FUDForum. Page generated in 0.03175 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top