Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » enabledWhen + menus without commands
enabledWhen + menus without commands [message #733442] Tue, 04 October 2011 14:24 Go to next message
Eclipse UserFriend
Hello,

So I'm starting to get familiar with how the menus, commands and handlers work together and how the activeWhen, enabledWhen and visibleWhen properties function.

However, I cannot seem to find a way to have a menu disabled. Say I have that "New" menu containing commands such as "New Square", "New Triangle", etc. I can make these commands disabled by using enabledWhen on their handlers.

Thing is I would like the "New" menu itself to be greyed out (disabled) when all its subitems (commands) are disabled, and I cannot figure out how. Menus only seem have a visibleWhen property.

Is there any way to achieve this?

Short version of the above: can't a menu (as in menu defined in a menuContribution) be disabled when it's not linked to a command?

Thanks in advance.

Jérémy

[Updated on: Wed, 05 October 2011 07:01] by Moderator

Re: enabledWhen + menus without commands [message #734217 is a reply to message #733442] Fri, 07 October 2011 02:21 Go to previous messageGo to next message
Eclipse UserFriend
No one?
Re: enabledWhen + menus without commands [message #753652 is a reply to message #734217] Fri, 28 October 2011 04:15 Go to previous message
Eclipse UserFriend
If menu has no commands, it will be unvisible.
If menu has commands which aren't handled, the menu will not be visible.
If menu has at least one command which is handled (even disabled) , the menu will be shown.

Previous Topic:resetting all mementos?
Next Topic:cannot add view via Extension wizard
Goto Forum:
  


Current Time: Thu Jul 24 11:24:54 EDT 2025

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

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

Back to the top