home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / OS2 / EAEDIT / EAS.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-05-09  |  6KB  |  172 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About EAS ΓòÉΓòÉΓòÉ
  3.  
  4.  The EAS application is a sample of Presentation Manager program which 
  5. demonstrates the use of extended attributes editor. It consists of procs 
  6. represent procedures for dialog boxes that provides some information of file's 
  7. attributes.  The EA code revolves around the HoldFEA structure.  This structure 
  8. is a linked list which contains one EA per structure.  Each HoldFEA structure 
  9. is dynamically allocated as are the two string pointer members of the 
  10. structure, szName and aValue. This is done to make handling the EAs easier and 
  11. more flexable. 
  12.  
  13.  
  14. ΓòÉΓòÉΓòÉ 2. Help Menu ΓòÉΓòÉΓòÉ
  15.  
  16. Use the choices on the Help pull-down to display: 
  17.  
  18.  Help index 
  19.       Displays the index of help menu. 
  20.  
  21.  General Help 
  22.       Displays some information about EAS sample program. 
  23.  
  24.  Keys Help 
  25.       Displays a list of keys usage. 
  26.  
  27.  Using Help 
  28.       Provides detailed information on the kinds of help available and how to 
  29.       use help. 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 3. General Help ΓòÉΓòÉΓòÉ
  33.  
  34. Use this choice to get general help for the program. General help provides 
  35. general information about the EAS sample program. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ 4. Extended ΓòÉΓòÉΓòÉ
  39.  
  40. Use this choice to obtain information on how to use the Help facility. 
  41.  
  42.  
  43. ΓòÉΓòÉΓòÉ 5. Tutorial of Keys ΓòÉΓòÉΓòÉ
  44.  
  45. Use this choice to see a list of keys and a description of the function of the 
  46. keys. 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ 5.1. Key Assigments ΓòÉΓòÉΓòÉ
  50.  
  51. The list of keys is arranged in groups. 
  52.  
  53. ACCELERATOR KEYS 
  54.  
  55. HELP KEYS 
  56.  
  57.    F1 
  58.              Get help 
  59.  
  60.    Esc 
  61.              Previous Help Panel, or End help if only one panel 
  62.  
  63.    Alt 
  64.              Switch IN/OUT action bar 
  65.  
  66.    Alt+F4 
  67.              End help or End program 
  68.  
  69.    SYSTEM KEYS 
  70.  
  71.    Alt+Esc 
  72.              Switch to the next program, including full-screen programs 
  73.  
  74.    Ctrl+Esc 
  75.              Switch to the Task List 
  76.  
  77.    Alt+k 
  78.              Call key help 
  79.  
  80.    F3 
  81.              Exit immediately 
  82.  
  83.    WINDOW KEYS 
  84.  
  85.    Underlined letter 
  86.              Move among the choices on the action bar and pull-downs submenu or 
  87.              execut the function chosen 
  88.  
  89.  
  90. ΓòÉΓòÉΓòÉ 6. Index ΓòÉΓòÉΓòÉ
  91.  
  92. Use this choice to display the help index. 
  93.  
  94. The help index lists the titles of the help information that is available. 
  95.  
  96.  
  97. ΓòÉΓòÉΓòÉ 7. Information ΓòÉΓòÉΓòÉ
  98.  
  99. This dialog displays information about the application, such as version number 
  100. and copyright notice. 
  101.  
  102.  
  103. ΓòÉΓòÉΓòÉ 8. Information ΓòÉΓòÉΓòÉ
  104.  
  105. The OK button closed dialog box. 
  106.  
  107.  
  108. ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
  109.  
  110. This dialog displays information about the application and an example bitmap. 
  111.  
  112.  
  113. ΓòÉΓòÉΓòÉ 10. Information ΓòÉΓòÉΓòÉ
  114.  
  115. The OK button closed dialog box. 
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 11. Information ΓòÉΓòÉΓòÉ
  119.  
  120. This menu item will bring up a Open-File dialog box that contains the directory 
  121. list and file list of current directory, user can select one file to open.  If 
  122. the current file status has changed or edited, it will display warning before 
  123. next dialog box. 
  124.  
  125.  
  126. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  127.  
  128. The OK button closed dialog box and displayed the attributes of selected file. 
  129.  
  130.  
  131. ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
  132.  
  133. This menu item will save all extended attributes to current file. 
  134.  
  135.  
  136. ΓòÉΓòÉΓòÉ 14. Information ΓòÉΓòÉΓòÉ
  137.  
  138. This menu item will bring up an adding dialog box contains an EA name field and 
  139. a data type list, which allows user add a new attribute in current file. 
  140.  
  141.  
  142. ΓòÉΓòÉΓòÉ 15. Information ΓòÉΓòÉΓòÉ
  143.  
  144. The OK button will close current dialog box and bring up an editing dialog box, 
  145. which allow user to edit the EA value. 
  146.  
  147. If the multi-type attribute is selected, the OK button will bring up a 
  148. Multi-Type dialog box which contains four buttons - ADD, EDIT, DELETE and DONE. 
  149. The usage of buttons is same as those in menu bar. 
  150.  
  151.  
  152. ΓòÉΓòÉΓòÉ 16. Information ΓòÉΓòÉΓòÉ
  153.  
  154. This menu item will delete the selected attribute. 
  155.  
  156.  
  157. ΓòÉΓòÉΓòÉ 17. Information ΓòÉΓòÉΓòÉ
  158.  
  159. This menu item will bring up an editing dialog box, which allow user to edit or 
  160. change the EA value of selected attribute. 
  161.  
  162.  
  163. ΓòÉΓòÉΓòÉ 18. Information ΓòÉΓòÉΓòÉ
  164.  
  165. The ADD button will bring up an adding dialog box contains the type list. 
  166.  
  167. The DELETE button will delete the selected attribute. 
  168.  
  169. The EDIT button will bring up an editing dialog box, which allows user edit or 
  170. change the value of selected attribute. 
  171.  
  172. The DONE button will close current dialog box.