[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif and CDE 2.1 Style Guide Reference
In-Progress Message
Reference
Description
An in-progress message is a message that informs the user about the status
of a task, such as copying a set of files. If you normally use a separate
window for an in-progress message, you can also display an information message
in that window.
Figure 33. In-Progress Message.
When to Use
RecommendedDisplay an in-progress message when the user would benefit from knowing
that a task is taking place and the status of that task.
RecommendedDisplay an in-progress message if a task is proceeding normally and your
application can monitor the completion status of the task without interrupting
it and the status can be displayed visually.
RecommendedWhen a wait pointer has been displayed for more than an interval specified
in the operating environment (typically 15 seconds), display an in-progress
message in addition to the wait pointer.
Guidelines
RequiredAn in-progress message in a secondary window should contain at least a
graphic image, a textual label or message, and the OK and Close choices.
RequiredDo not interfere with the user's interaction with an application just
because an in-progress message is being displayed; for example, normally make
the in-progress message window a modeless window.
RequiredClose an in-progress message window when a request made by a user
completes normally.
RequiredIf information that would have been displayed in an information message is
displayed in an in-progress message, do not close the window until the user
explicitly requests to close it, such as by activating the Close push button.
RecommendedShow a gauge and continually update it to accurately represent the known
progress of a request made by a user.
RecommendedDisplay the label for the gauge in an in-progress message above or to the
left of the gauge. For information on bidirectional and vertical language
support, see Chapter
11.
RequiredProvide a Close push button to allow a user to close the in-progress
message window without affecting the task.
RecommendedProvide a Stop (or Cancel) push button to allow a user to end the task and
close the window.
RecommendedProvide a Pause push button that allows the user to suspend a task and a
Resume push button that allows a user to resume the task that has been
suspended. Display unavailable emphasis on one or the other, depending on
whether the task is running or has been suspended.
RecommendedProvide a Help push button to provide access to help information.
RequiredDisplay the hourglass symbol at the left of an in-progress message. For
information on bidirectional and vertical language support, see Chapter
11.
Essential Related Topics
For more information, see the Action Message, Gauge (Control),
Information Message, Message, Pointer (Predefined), Push Button (Predefined),
and Warning Signal reference pages.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]