[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif and CDE 2.1 Style Guide Reference
Save/Save As (Action Choice)
Reference
Description
The Save and Save As action choices are defined as follows:
SaveAn action choice in the File pull-down menu that stores the
application's data into a previously determined file or object.
Save AsA dialog choice in the File pull-down menu that leads to a file selection
dialog in which users can specify the file or object in which application data
is to be stored.
Figure 55. Save As Dialog.
Guidelines
RequiredPlace the Save and Save As choices in the File menu.
RequiredProvide a Save choice for each file or object with a specified name that
is not automatically saved when changed.
RequiredProvide a Save As choice for each file or object that the user can save
with a new name.
RequiredDo not close the window or change the appearance of the data when the user
chooses Save or Save As.
RequiredThe file or object to be saved should be the last file the user interacted
with using Save As or Move To. Otherwise, the file or object to be saved
should be the one that the user opened in the current window.
RequiredIf the user attempts to save a new file or object under an existing name,
display a warning message stating that a loss of data will occur. For
example:
myfile already exists.
Choose OK to overwrite.
RequiredIf the file or object being saved does not have a user-assigned name,
either make Save unavailable or display the Save As dialog.
RequiredIf the user cannot save the data in the current file or object (for
example, a file is read-only), display a warning message and allow the user to
either cancel the operation or provide a new destination via a Save As dialog.
RequiredDisplay the Save As dialog in a secondary window that is dependent on the
window from which the user chooses Save As.
RequiredProvide a Save (or OK) push button to allow the user to save the current
file or object with the specified name.
RequiredProvide a Cancel push button to allow the user to close the Save As dialog
without saving the file or object.
RecommendedProvide a Help push button that displays help information for the Save As
window.
RequiredProvide a text-entry field to allow the user to type the name of the new
file or object.
RequiredProvide a drop-down list that allows the user to display a list of file
types that can be saved.
RecommendedProvide a drop-down list that allows a user to specify the storage device
(for example, /dev/tape).
RequiredFor objects, provide a list of appropriate containers. Highlight the
current container and show the containment hierarchy by indenting containers
that are within other containers.
RequiredFor objects, provide a list box that lists the names of all objects in the
specified container.
RequiredAssign "S" as the mnemonic for the Save menu item.
RequiredAssign "A" as the mnemonic for the Save As menu item.
Essential Related Topics
For more information, see the File Menu reference page.
Supplemental Related Topics
For more information, see the Close (Choice), Dialog (Window), Open
(Choice), and Text-Entry Field (Control) reference pages.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]