Board index » delphi » Menu Items ending in "..."

Menu Items ending in "..."

Anyone know proper usage rules for the "..." at the end of menu items? (i.e. "Help|About...", "Help|Customize...", "File|Save As...")

 

Re:Menu Items ending in "..."


"Ben" <crashco...@yahoo.com> wrote in
news:3d810f09$1@newsgroups.borland.com:

Quote
> Anyone know proper usage rules for the "..." at the end of menu items?
> (i.e. "Help|About...", "Help|Customize...", "File|Save As...")

It simply says that you have to expect one more dialogue.

if it says "Quit..." you would expect a confirmation.
if it says "Quit" you cannot be so sure about that.

--
May The Bytes Be With You, Ben

Re:Menu Items ending in "..."


Quote
"Ben" <crashco...@yahoo.com> wrote in message

news:3d810f09$1@newsgroups.borland.com...
Quote

> Anyone know proper usage rules for the "..." at the end of menu items?

(i.e. "Help|About...", "Help|Customize...", "File|Save As...")

When you end a menu item with '...', this signifies that another dialog
screen will appear that requires user input when the menu option is
selected.  It is a common misconception that the '...' only means that
another screen will be shown.  For example, a Help..About menu option should
not have a '...', while a File..Save As... should, since the Save As dialoag
requires user input.

I got this from a book on Windows standards written by a Microsoft
person...so take it at face value.  :-)  HTH...

Martin Binder
Software by Martin
i...@softwarebymartin.com
www.softwarebymartin.com

Download your copy of DLite, the Delphi "Lite" editor/compiler with support
for the Delphi for .NET preview today!

Re:Menu Items ending in "..."


Hi Ben,

Quote
> Anyone know proper usage rules for the "..." at the end of menu items?

(i.e. "Help|About...", "Help|Customize...", "File|Save As...")

Believe it or not MS has a lot of good information on their website
regarding UI design.

For more information related specifically to menus refer to the following:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwu...
ch08b.asp

--
-Steve
Delphi/C++ Builder R&D
Borland Software Corporation
Please, no private email, unless specifically invited in this message, thank
you.
http://www.geocities.com/delphihelp
Save time search http://groups.google.com first.

Re:Menu Items ending in "..."


In article <3d810f0...@newsgroups.borland.com>, Ben says...

Quote

> Anyone know proper usage rules for the "..." at the end of menu items?
> (i.e. "Help|About...", "Help|Customize...", "File|Save As...")

Menu items that cause a direct action don't have them. Menu items that
cause a dialog to open, do.
--
Rudy Velthuis (TeamB)

"If we knew what it was we were doing, it would not be called research,
 would it?" -- Albert Einstein

Re:Menu Items ending in "..."


In article <3d815...@newsgroups.borland.com>, "Steve Trefethen \(Borland
\)" <strefet...@non.spam.junk.borland.com> says...

Quote
> Hi Ben,

> > Anyone know proper usage rules for the "..." at the end of menu items?
> (i.e. "Help|About...", "Help|Customize...", "File|Save As...")

> Believe it or not MS has a lot of good information on their website
> regarding UI design.

Indeed. Since the days on Win3.x already, IIRC. And it is updated every
now and then, too.
--
Rudy Velthuis (TeamB)

"If we knew what it was we were doing, it would not be called research,
 would it?" -- Albert Einstein

Re:Menu Items ending in "..."


Craig Stuntz [TeamB] <cstu...@nospamplease.vertexsoftware.com> wrote in
news:MPG.17ebb6d08ca7af6f989d36@newsgroups.borland.com:

Quote
>> if it says "Quit..." you would expect a confirmation.
>> if it says "Quit" you cannot be so sure about that.

>      This is a common misunderstanding.  The ellipsis means that the
> user will need to specify further input, and a confirmation dialog is
> not counted as "further input."  So "Exit" should not have an ellipsis,
> even if a confirmation dialog follows.

Well actually "Quit" was the only thing I could think of at that moment...
:-)

--
Ben

Use The Source, Luke!

Re:Menu Items ending in "..."


"Rudy Velthuis (TeamB)" <rvelth...@gmx.de> skrev i en meddelelse
news:3d81cd5e$1@newsgroups.borland.com...
| In article <3d810f0...@newsgroups.borland.com>, Ben says...
|
| >
| > Anyone know proper usage rules for the "..." at the end of menu items?
| > (i.e. "Help|About...", "Help|Customize...", "File|Save As...")
|
| Menu items that cause a direct action don't have them. Menu items that
| cause a dialog to open, do.

It has allways been my opinion that the appended "..." is a good thing.

I miss it for toolbuttons.
For example:
In some programs the print-icon coresponds to "Print...", that is
there appears a dialog asking what and how I wish to print.
In other programs the print-icon coresponds to "Print", and the
printer consumes a lot a paper.

Are there any suggestions or  "standards" or whatever, for how
to modify a toolbutton to signal the difference to the user.
I think of a modification in the same style as the little arrow which in
Windows Explorer shows that a file is only a shortcut.

RB

Re:Menu Items ending in "..."


In article <3d82057...@newsgroups.borland.com>,
rene.de.bla...@NO.SPAM.tdcadsl.dk says...
Quote
> I miss it for toolbuttons.
> For example:
> In some programs the print-icon coresponds to "Print...", that is
> there appears a dialog asking what and how I wish to print.
> In other programs the print-icon coresponds to "Print", and the
> printer consumes a lot a paper.

        IMHO, this is a UI error (and I'm well aware that Microsoft is as
guilty as anyone here, if not the "innovator" of this particular flaw).  
Toolbuttons with the same icon and the same caption should do the same
thing as the corresponding menu item.

        -Craig

--
 Craig Stuntz [TeamB] Vertex Systems Corp. Columbus, OH
     Delphi/InterBase Weblog: http://delphi.weblogs.com
     InterBase PLANalyzer (Free IB optimization tool):
          http://delphi.weblogs.com/IBPLANalyzer

Re:Menu Items ending in "..."


Quote
"Martin Binder" <i...@softwarebymartin.com> wrote:
>"Ben" <crashco...@yahoo.com> wrote in message
>news:3d810f09$1@newsgroups.borland.com...

>> Anyone know proper usage rules for the "..." at the end of menu items?
>(i.e. "Help|About...", "Help|Customize...", "File|Save As...")

>When you end a menu item with '...', this signifies that another dialog
>screen will appear that requires user input when the menu option is
>selected.  It is a common misconception that the '...' only means that
>another screen will be shown.  For example, a Help..About menu option should
>not have a '...', while a File..Save As... should, since the Save As dialoag
>requires user input.

>I got this from a book on Windows standards written by a Microsoft
>person...so take it at face value.  :-)  HTH...

>Martin Binder
>Software by Martin
>i...@softwarebymartin.com
>www.softwarebymartin.com

>Download your copy of DLite, the Delphi "Lite" editor/compiler with support
>for the Delphi for .NET preview today!

I followed the link someone else posted to MSDN. The information corresponds with your answer. Thanks for the info everyone!

Why does Delphi 7|Help|About... have an ellipsis?

What about Delphi 7|Tools|Environment Options...? It doesn't get additional information from the user before displaying the Environment Options window. Maybe if it was a verb phrase like "Set Environment Options..." because the action would occur after the user provided information.

thanks,
Ben
*All your base are belong to us*

Re:Menu Items ending in "..."


Please set your newsreader to wrap lines at 76 characters...
Thanks.

Quote
> Why does Delphi 7|Help|About... have an ellipsis?

Because someone goofed. <g>

Quote
> What about Delphi 7|Tools|Environment Options...? It doesn't get

additional information from the user before displaying the Environment
Options window. Maybe if it was a verb phrase like "Set Environment
Options..." because the action would occur after the user provided
information.

Quote

The Environments Options Dialog is where the user provides the
additional information.

Ken
---
Ken White
kwh...@adpsi.com

Clipper Functions for Delphi and C++ Builder
http://www.adpsi.com

Re:Menu Items ending in "..."


Quote
"Ken White" <kwh...@adpsi.com> wrote:
>Ben,

>Please set your newsreader to wrap lines at 76 characters...
>Thanks.

>> Why does Delphi 7|Help|About... have an ellipsis?

>Because someone goofed. <g>

>> What about Delphi 7|Tools|Environment Options...? It doesn't get
>additional information from the user before displaying the Environment
>Options window. Maybe if it was a verb phrase like "Set Environment
>Options..." because the action would occur after the user provided
>information.

>The Environments Options Dialog is where the user provides the
>additional information.

>Ken
>---
>Ken White
>kwh...@adpsi.com

>Clipper Functions for Delphi and C++ Builder
>http://www.adpsi.com

Ken,
I don't know what to tell you. I'm using my web browser (http://newsgroups.borland.com).

I noticed your signature:

Quote
>Clipper Functions for Delphi and C++ Builder
>http://www.adpsi.com

We tease each other around the office about using the some ClipFn32.pas -- I don't know where they got it-- that the programmers before us used it to convert a project to Delphi. In all fairness some of the functions where nice to have, but upon inspection, most functions were poorly written. We tell each other, "You better behave yourself or I'll put clipper functions in your code!"

ben

P.S.
Beware the Clipper ship.

Re:Menu Items ending in "..."


or you could put the appended "..." in the hint

Re:Menu Items ending in "..."


Quote
> Why does Delphi 7|Help|About... have an ellipsis?

Perhaps it's because input is required to get the Easter eggs. <g>

Eldon

Re:Menu Items ending in "..."


"Ben" <crashco...@yahoo.com> skrev i en meddelelse
news:3d8220d6$1@newsgroups.borland.com...
|
<snip>
|
| Why does Delphi 7|Help|About... have an ellipsis?
|

In D6-Personal the "Help|About..." has an ellipsis too.
I guess the reason is, that you can choose beetween
     the OK-button, which closes the dialog-box.
and
    to connect to the internet, and go to www.borland.com.

RB

Go to page: [1] [2]

Other Threads