FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Message in Message-bar
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Message in Message-bar
Posted: Sat Jan 05, 2008 12:16 AM

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
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Message in Message-bar
Posted: Sat Jan 05, 2008 08:09 AM

>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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Message in Message-bar
Posted: Sat Jan 05, 2008 11:46 AM

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
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Message in Message-bar
Posted: Sat Jan 05, 2008 01:58 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion