[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif and CDE 2.1 Style Guide Reference
Cancel (Action and Choice)
Reference
Description
Cancel includes the following definitions:
An action that terminates the current task or user interaction or exits
from a special mode and restores the application state, if possible, to that
preceding the start of the task, user interaction, or interface mode.
An action choice that invokes the cancel action.
When to Use
RecommendedSupport a cancel action if a task can be interrupted by the user or the
operating environment before irreversible changes are made.
RecommendedSupport a cancel action if the user enters a mode that would normally
terminate with an irreversible change.
RecommendedSupport a cancel action along every step of a dialog before the final
committing step.
RecommendedProvide a Cancel choice to close secondary windows other than in-progress
messages.
RequiredDo not provide a Cancel choice within an in-progress message. Provide a
Close or Stop choice instead.
Guidelines
RequiredIf the user invokes the cancel action while a requested task is in
progress and is waiting for some input, stop the task and, if possible, undo
or do not apply any changes.
RequiredIf the user invokes the cancel action while a requested task is in
progress but is not waiting for some input, stop the task and confirm the
cancellation with a warning message, unless the operating environment
specifies that confirmation is not necessary.
RequiredIf the user invokes the cancel action while some multistep dialog is in
progress, terminate the dialog, and do not continue the task that initiated
the dialog. If possible, undo any changes to the application state that may
have been made during the dialog.
RequiredIf the user invokes the cancel action while some modal interaction is in
progress, stop the current interaction, exit from the mode, return to the
normal mode of operation specified by the operating environment, and do not
apply any changes.
RequiredMake Cancel the shortcut key for the Cancel choice.
OptionalMake Stop the shortcut key for the Cancel choice.
Essential Related Topics
For more information, see the Close (Choice) reference page.
Supplemental Related Topics
For more information, see the Action Message and Direct Manipulation
reference pages.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]