[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif and CDE 2.1 Style Guide Reference
Dialog (Window)
Reference
Description
A dialog includes the following:
DialogAn interaction between user and application conducted by using one or more
secondary windows, and that allows a user to specify or review parameters for
an action to be performed.
Dialog windowA secondary window used for a dialog.
When to Use
RequiredUse a dialog to allow the user to specify parameters to an action that is
to be performed.
RequiredUse a dialog to allow the user to review the parameters to an action
before finally approving its invocation.
RecommendedUse a dialog with multiple secondary windows to allow the user to review
and approve the results of intermediate steps of a complex action.
Guidelines
RequiredProvide one or both of the following push-button choices in a
dialog:
OKInvokes the action and closes the dialog window.
ApplyInvokes the action and leaves the dialog window open.
You can replace the labels of these choices with ones that are descriptive
of the action to be performed.
RequiredProvide a Cancel choice in a dialog window that closes the dialog without
performing the effects of the action.
OptionalIf a task analysis shows that the user will fill the fields of a
form-filling dialog in order, then when using explicit focus and focus is in
any field but the final one, make the default action move focus to the next
field. When focus is in the final field, the default action submits the form
and closes the window that contains the dialog.
Essential Related Topics
For more information, see the Secondary Window reference page.
Essential Related Topics
For more information, see the Choice reference page.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]