Message in Message-bar
Message in Message-bar
If an menue-entry are disabled, the message of this menu-entry should not be displayed in message-bar!?
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
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
>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