═══ 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.