Message in Message-bar

Post Reply
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Message in Message-bar

Post by byte-one »

If an menue-entry are disabled, the message of this menu-entry should not be displayed in message-bar!?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

>If an menue-entry are disabled, the message of this menu-entry should not be displayed in message-bar!?

Standard Windows app behavior is that the message IS displayed--at least in the couple of apps that I looked at.

James
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Post by byte-one »

Mh, when I cannot click on this menu-entry, I am not interesting whats happen with this!? Thanks for your answer!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Byte-One,

>Mh, when I cannot click on this menu-entry, I am not interesting whats happen with this!?

In the case when a menu selection is not available because it is either irrelevant, not a current option, or dependent on some condition (that is not current) then I think it is good that the the user can at least see what the menu choice does. If a user is not interested, then they can just not look at the message.

When menu choices are never available to a user because of their security level, then I just don't even put those items on the menu (they are skipped when building the menu in the code). This is less confusing and the menu is simpler for those users. Also, showing them something that they are not allowed to use does not make them feel very important so I think is better that they don't even know it is missing.

Regards,
James
Post Reply