473,804 Members | 4,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Office 2000/XP Menu items

The pop-up (drop-down?) menu items that appear in both built-in and custom
menubars since Office 2000 now sometimes appear "sunken" and by default are
not visible, unless the chevron is clicked at the bottom of the menu.

How does Office determine which menu items are visible, and which items are
sunken/initially not visible?

I've noticed this happens with my custom menus too, but can't figure out the
"rhyme or reason" that Office uses to determine which items it initially
hides.
Anyone know how it is determined?

Thanks,
Ian.
Nov 12 '05 #1
4 1661
On Sat, 13 Dec 2003 09:16:58 GMT, "Ian Hinson" <pp******@bigpo nd.net.au>
wrote:
The pop-up (drop-down?) menu items that appear in both built-in and custom
menubars since Office 2000 now sometimes appear "sunken" and by default are
not visible, unless the chevron is clicked at the bottom of the menu.

How does Office determine which menu items are visible, and which items are
sunken/initially not visible?

I've noticed this happens with my custom menus too, but can't figure out the
"rhyme or reason" that Office uses to determine which items it initially
hides.
Anyone know how it is determined?

Thanks,
Ian.


Items that have been used recently are shown. Items that have not been used
recently are hidden. Fortunately, this is an option you can turn off because
it's a hideous design. Computer users get used to using muscle memory
clicking on frequently used items by location quickly, and without having to
search visually for where it can be found.

When items move around in the list all the time, muscle memory is thwarted,
and it actually takes longer to navigate the menus. Furthermore, an item may
be frequently used as a general rule, but not used for a while, and even
knowing how the item hiding works, there is -always- a moment of confusion
upon pulling down the menu and not seeing the item.

Funny enough, it is a respected Microsoft Press author, Alan Cooper who
explained the muscle memory principle far in advance of Microsoft making this
blunder. FWICT, though, all thoughts of good UI design went out the Window
when Windows XP and Office XP were being designed, and they fell victim to the
"wouldn't it be cool" factor. This, after having just done a pretty decent
job with the Windows 2000 interface.
Nov 12 '05 #2

"Steve Jorgensen" <no****@nospam. nospam> wrote in message
news:vp******** *************** *********@4ax.c om...
Items that have been used recently are shown. Items that have not been used recently are hidden. Fortunately, this is an option you can turn off because it's a hideous design.


Thanks for that.
While I found you can turn it off at the Customize (toolbars) dialog, this
seems to be an application-based setting, not a database setting. That is,
it affects any dbs that I open in my copy of Access, but won't affect copies
of the db distributed to customers.

There is probably a way this option can be set programmaticall y so it can be
applied to my customer's applications, but I haven't figured out how to do
it yet.

Before you gasp at me "taking control" of my customers settings you should
know that I sell to a market (child care workers) that often never use a
computer apart from using my particular software.
Many of those carers are of the "Mrs Doubtfire" variety, and are even
unlikely to "notice" the chevron at the bottom of the menus - let alone
figure out what it means.

Ian.
Nov 12 '05 #3
no****@nospam.n ospam (Steve Jorgensen) wrote in
<vp************ *************** *****@4ax.com>:
On Sat, 13 Dec 2003 09:16:58 GMT, "Ian Hinson"
<pp******@bigp ond.net.au> wrote:
The pop-up (drop-down?) menu items that appear in both built-in
and custom menubars since Office 2000 now sometimes appear
"sunken" and by default are not visible, unless the chevron is
clicked at the bottom of the menu.

How does Office determine which menu items are visible, and which
items are sunken/initially not visible?

I've noticed this happens with my custom menus too, but can't
figure out the "rhyme or reason" that Office uses to determine
which items it initially hides.
Anyone know how it is determined?

Thanks,
Ian.

Items that have been used recently are shown. Items that have not
been used recently are hidden. Fortunately, this is an option you
can turn off because it's a hideous design. Computer users get
used to using muscle memory clicking on frequently used items by
location quickly, and without having to search visually for where
it can be found.


It also completely defeats the purpose of a MENU, as the purpose of
it is to show you what all the options are in an organized
presentation. Hiding the ones you don't use means you can't find
the things you are least likely to know about.
When items move around in the list all the time, muscle memory is
thwarted, and it actually takes longer to navigate the menus.
Furthermore, an item may be frequently used as a general rule, but
not used for a while, and even knowing how the item hiding works,
there is -always- a moment of confusion upon pulling down the menu
and not seeing the item.
Menus serve the function of providing information that you'll know
where to look, even if you don't know exactly what you're looking
for. Hiding the ones you've never used is so bone-headed stupid as
to defy my imagination as to how such a feature ever got enabled as
the default (even how it got implemented at all).
Funny enough, it is a respected Microsoft Press author, Alan
Cooper who explained the muscle memory principle far in advance of
Microsoft making this blunder. FWICT, though, all thoughts of
good UI design went out the Window when Windows XP and Office XP
were being designed, and they fell victim to the "wouldn't it be
cool" factor. This, after having just done a pretty decent job
with the Windows 2000 interface.


I don't see anything in Windows XP at any level that is an
improvement over Windows 2K.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #4
Just a footnote for anyone interested.

The programmatic way of changing this feature is:
Application.Com mandBars.Adapti veMenus = True/False

Ian.

"Ian Hinson" <pp******@bigpo nd.net.au> wrote in message
news:7J******** **********@news-server.bigpond. net.au...

"Steve Jorgensen" <no****@nospam. nospam> wrote in message
news:vp******** *************** *********@4ax.c om...
Items that have been used recently are shown. Items that have not been used
recently are hidden. Fortunately, this is an option you can turn off

because
it's a hideous design.


Thanks for that.
While I found you can turn it off at the Customize (toolbars) dialog, this
seems to be an application-based setting, not a database setting. That is,
it affects any dbs that I open in my copy of Access, but won't affect

copies of the db distributed to customers.

There is probably a way this option can be set programmaticall y so it can be applied to my customer's applications, but I haven't figured out how to do
it yet.

Before you gasp at me "taking control" of my customers settings you should
know that I sell to a market (child care workers) that often never use a
computer apart from using my particular software.
Many of those carers are of the "Mrs Doubtfire" variety, and are even
unlikely to "notice" the chevron at the bottom of the menus - let alone
figure out what it means.

Ian.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
5874
by: Todd D. Levy | last post by:
I recently picked up a copy of Office 2003, but have installed it (replacing my existing installation of Office XP Pro) yet because... I am in the middle of a client project using Access 2002 with Access 2000 file format (the client has Office 2000 in their offices). I am concerned that replacing Office XP Pro (Access 2002) with Office 2003 (Access 2003) may cause backward compatibility issues. Can anyone comment on this?
6
4765
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
4
6263
by: Richard | last post by:
Office Addins are easy in .NET. Try this from Visual Studio's main menu: File New Project "Other Projects" Extensibility Projects Shared Addin Run the wizard and you're off...
2
3318
by: Jacques | last post by:
Hello, I am creating a menu for an Office Add-in. The menu displays OK. But, each time I run the Office App (Word) it adds another menu item. The Word menu bar looks like: File | Edit | View |.. | My Menu | My Menu | My Menu |..
0
1216
by: Michael Evenson | last post by:
Is there any way to add a menu item to an existing drop down menu in Excel using the Visual Studio Tools for Microsoft Office 2003? Specifically, I want to add a menu item to the drop down list you get when you right click in a cell on the worksheet. I also want to add an event handler for that new menu item. Thanks for any help Mike.
8
10104
by: Dennis C. Drumm | last post by:
Is there a way to modify the standard context menu shown when someone right clicks in a windows text box and that would work for all open windows applications? The standard context menu for a text box has 6 items, undo, cut, copy, paste, delete and select all. I would like to add one additional paste menu that opens a new sub menu with several optional text items that could be pasted. The items would be populated by my program but...
0
914
by: Anthony Malt | last post by:
Hi, what the best approach to create a Office Style Context Menu. Can you recommend a control? I there a control that can simulate Office 2000/2002/2003 all in one? Thanks for any advice Anthony --
5
1387
by: Pete Smith | last post by:
Hi, what the best way to create an Office 2000/XP/2003 style Pop-up Menu? Are there any samples? Third Party Controls? Thanks
1
4489
by: ARC | last post by:
Does anyone know if you can add your own items to the round office button in the top left? I'm guessing the answer is no, and that you can only hide the default items, but it would be great if you could add your own. Reason being, I have a setup options screen, and a backup utility that would go perfectly there for my custom app. As it stands, I'm not quite sure where to put them, or where to put an old-style "File, Register..." type screen...
0
9710
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9589
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10593
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9163
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7626
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4304
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.