home *** CD-ROM | disk | FTP | other *** search
-
- ΓòÉΓòÉΓòÉ 1. About EAS ΓòÉΓòÉΓòÉ
-
- The EAS application is a sample of Presentation Manager program which
- demonstrates the use of extended attributes editor. It consists of procs
- represent procedures for dialog boxes that provides some information of file's
- attributes. The EA code revolves around the HoldFEA structure. This structure
- is a linked list which contains one EA per structure. Each HoldFEA structure
- is dynamically allocated as are the two string pointer members of the
- structure, szName and aValue. This is done to make handling the EAs easier and
- more flexable.
-
-
- ΓòÉΓòÉΓòÉ 2. Help Menu ΓòÉΓòÉΓòÉ
-
- Use the choices on the Help pull-down to display:
-
- Help index
- Displays the index of help menu.
-
- General Help
- Displays some information about EAS sample program.
-
- Keys Help
- Displays a list of keys usage.
-
- Using Help
- Provides detailed information on the kinds of help available and how to
- use help.
-
-
- ΓòÉΓòÉΓòÉ 3. General Help ΓòÉΓòÉΓòÉ
-
- Use this choice to get general help for the program. General help provides
- general information about the EAS sample program.
-
-
- ΓòÉΓòÉΓòÉ 4. Extended ΓòÉΓòÉΓòÉ
-
- Use this choice to obtain information on how to use the Help facility.
-
-
- ΓòÉΓòÉΓòÉ 5. Tutorial of Keys ΓòÉΓòÉΓòÉ
-
- Use this choice to see a list of keys and a description of the function of the
- keys.
-
-
- ΓòÉΓòÉΓòÉ 5.1. Key Assigments ΓòÉΓòÉΓòÉ
-
- The list of keys is arranged in groups.
-
- ACCELERATOR KEYS
-
- HELP KEYS
-
- F1
- Get help
-
- Esc
- Previous Help Panel, or End help if only one panel
-
- Alt
- Switch IN/OUT action bar
-
- Alt+F4
- End help or End program
-
- SYSTEM KEYS
-
- Alt+Esc
- Switch to the next program, including full-screen programs
-
- Ctrl+Esc
- Switch to the Task List
-
- Alt+k
- Call key help
-
- F3
- Exit immediately
-
- WINDOW KEYS
-
- Underlined letter
- Move among the choices on the action bar and pull-downs submenu or
- execut the function chosen
-
-
- ΓòÉΓòÉΓòÉ 6. Index ΓòÉΓòÉΓòÉ
-
- Use this choice to display the help index.
-
- The help index lists the titles of the help information that is available.
-
-
- ΓòÉΓòÉΓòÉ 7. Information ΓòÉΓòÉΓòÉ
-
- This dialog displays information about the application, such as version number
- and copyright notice.
-
-
- ΓòÉΓòÉΓòÉ 8. Information ΓòÉΓòÉΓòÉ
-
- The OK button closed dialog box.
-
-
- ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
-
- This dialog displays information about the application and an example bitmap.
-
-
- ΓòÉΓòÉΓòÉ 10. Information ΓòÉΓòÉΓòÉ
-
- The OK button closed dialog box.
-
-
- ΓòÉΓòÉΓòÉ 11. Information ΓòÉΓòÉΓòÉ
-
- This menu item will bring up a Open-File dialog box that contains the directory
- list and file list of current directory, user can select one file to open. If
- the current file status has changed or edited, it will display warning before
- next dialog box.
-
-
- ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
-
- The OK button closed dialog box and displayed the attributes of selected file.
-
-
- ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
-
- This menu item will save all extended attributes to current file.
-
-
- ΓòÉΓòÉΓòÉ 14. Information ΓòÉΓòÉΓòÉ
-
- This menu item will bring up an adding dialog box contains an EA name field and
- a data type list, which allows user add a new attribute in current file.
-
-
- ΓòÉΓòÉΓòÉ 15. Information ΓòÉΓòÉΓòÉ
-
- The OK button will close current dialog box and bring up an editing dialog box,
- which allow user to edit the EA value.
-
- If the multi-type attribute is selected, the OK button will bring up a
- Multi-Type dialog box which contains four buttons - ADD, EDIT, DELETE and DONE.
- The usage of buttons is same as those in menu bar.
-
-
- ΓòÉΓòÉΓòÉ 16. Information ΓòÉΓòÉΓòÉ
-
- This menu item will delete the selected attribute.
-
-
- ΓòÉΓòÉΓòÉ 17. Information ΓòÉΓòÉΓòÉ
-
- This menu item will bring up an editing dialog box, which allow user to edit or
- change the EA value of selected attribute.
-
-
- ΓòÉΓòÉΓòÉ 18. Information ΓòÉΓòÉΓòÉ
-
- The ADD button will bring up an adding dialog box contains the type list.
-
- The DELETE button will delete the selected attribute.
-
- The EDIT button will bring up an editing dialog box, which allows user edit or
- change the value of selected attribute.
-
- The DONE button will close current dialog box.