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.IPF < prev    next >
Text File  |  1994-11-17  |  11KB  |  230 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* HELP.IPF - Information Tag Language file for the Help menu   *
  4. .*              help panels.                                    *
  5. .*                                                              *
  6. .*==============================================================*/
  7. :userdoc.
  8.  
  9. .*--------------------------------------------------------------*\
  10. .*  Main window extended help panel
  11. .*      res = PANEL_MAIN
  12. .*--------------------------------------------------------------*/
  13. :h1 res=4110 name=PANEL_MAIN.About EAS
  14. :i1 id=aboutMain.About EAS
  15. :p.  The EAS application is a sample of Presentation Manager program
  16. which demonstrates the use of extended attributes editor. It consists
  17. of procs represent procedures for dialog boxes that provides some
  18. information of file's attributes.   The EA code revolves around the
  19. HoldFEA structure.  This structure is a linked list which contains
  20. one EA per structure.  Each HoldFEA structure is dynamically allocated
  21. as are the two string pointer members of the structure, szName and aValue.
  22. This is done to make handling the EAs easier and more flexable.
  23.  
  24. .*--------------------------------------------------------------*\
  25. .*  Main Help menu                                              *
  26. .*      res = PANEL_HELP                                        *
  27. .*--------------------------------------------------------------*/
  28. :h1 res=4120 name=PANEL_HELP.Help Menu
  29. :i1 id=Help.Help Menu
  30. :p.Use the choices on the Help pull-down to display:
  31. :dl tsize=5 break=all.
  32. :dt.:hp2.Help index:ehp2.
  33. :dd.Displays the index of help menu.
  34. :dt.:hp2.General Help:ehp2.
  35. :dd.Displays some information about EAS sample program.
  36. :dt.:hp2.Keys Help:ehp2.
  37. :dd.Displays a list of keys usage.
  38. :dt.:hp2.Using Help:ehp2.
  39. :dd.Provides detailed information on the kinds of help available and how to
  40. use help.
  41. :edl.
  42.  
  43. .*--------------------------------------------------------------*\
  44. .*  Help menu item Help for help... help panel                  *
  45. .*      res = PANEL_GENERALHELP                                 *
  46. .*--------------------------------------------------------------*/
  47. :h1 res=4130 name=PANEL_GENERALHELP.General Help
  48. :i2 refid=Help.Help for Help
  49. :p.Use this choice to get general help for the program. General help
  50. provides general information about the EAS sample program.
  51.  
  52. .*--------------------------------------------------------------*\
  53. .*  Help menu item Extended help... help panel                  *
  54. .*      res = PANEL_USINGHELP                                   *
  55. .*--------------------------------------------------------------*/
  56. :h1 res=4140 name=PANEL_USINGHELP.Extended
  57. :i2 refid=Help.Using Help
  58. :p.Use this choice to obtain information on how to
  59. use the Help facility.
  60.  
  61. .*--------------------------------------------------------------*\
  62. .*  Help menu item Keys help... help panel                      *
  63. .*      res = PANEL_TUTORIAL                                    *
  64. .*--------------------------------------------------------------*/
  65. :h1 res=4150 name=PANEL_TUTORIAL.Tutorial of Keys
  66. :i2 refid=Help.Keys Help
  67. :p.Use this choice to see a list of keys and a description of the
  68. function of the keys.
  69.  
  70. .*--------------------------------------------------------------*\
  71. .*  Keys help panel                                             *
  72. .*      res = PANEL_KEYSHELP                                    *
  73. .*--------------------------------------------------------------*/
  74. :h2 res=4180 name=PANEL_KEYSHELP.Key Assigments
  75. :p.The list of keys is arranged in groups.
  76. :p.:hp2.ACCELERATOR KEYS:ehp2.
  77. :dl tsize=2 break=all.
  78. :p.:hp2.HELP KEYS:ehp2.
  79. :dl tsize=5 break=all.
  80. :dt.F1
  81. :dd.Get help
  82. :dt.Esc
  83. :dd.Previous Help Panel, or End help if only one panel
  84. :dt.Alt
  85. :dd.Switch IN/OUT action bar
  86. :dt.Alt+F4
  87. :dd.End help or End program
  88. :edl.
  89. :p.:hp2.SYSTEM KEYS:ehp2.
  90. :dl tsize=5 break=all.
  91. :dt.Alt+Esc
  92. :dd.Switch to the next program, including full-screen programs
  93. :dt.Ctrl+Esc
  94. :dd.Switch to the Task List
  95. :dt.Alt+k
  96. :dd.Call key help
  97. :dt.F3
  98. :dd.Exit immediately
  99. :edl.
  100. :p.:hp2.WINDOW KEYS:ehp2.
  101. :dl tsize=5 break=all.
  102. :dt.Underlined letter
  103. :dd.Move among the choices on the action bar and pull-downs submenu or
  104. execut the function chosen
  105. :edl.
  106.  
  107. .*--------------------------------------------------------------*\
  108. .*  Help menu item Help index... help panel                     *
  109. .*      res = PANEL_HELPINDEX                                   *
  110. .*--------------------------------------------------------------*/
  111. :edl.
  112. :h1 res=4160 name=PANEL_HELPINDEX.Index
  113. :i2 refid=Help.Help Index
  114. :p.Use this choice to display the help index.
  115. :p.The help index lists the titles of the help information that is available.
  116.  
  117. .*--------------------------------------------------------------*\
  118. .*  Help menu item Product... help panel                        *
  119. .*      res = PANEL_HELPPRODUCTINFO                             *
  120. .*--------------------------------------------------------------*/
  121. :h1 res=4170 name=PANEL_HELPPRODUCTINFO.Information
  122. :i2 refid=Help.PRODUCT Information
  123. :p.This dialog displays information about the application, such as version
  124. number and copyright notice.
  125.  
  126. .*--------------------------------------------------------------*\
  127. .*  Help menu item ProductOK... help panel                      *
  128. .*      res = PANEL_PRODUCTINFO_OK                              *
  129. .*--------------------------------------------------------------*/
  130. :h1 res=4242 name=PANEL_PRODUCTINFO_OK.Information
  131. :i2 refid=HELP.OK Information
  132. :p.The OK button closed dialog box.
  133.  
  134. .*--------------------------------------------------------------*\
  135. .*  Help menu item About... help panel                          *
  136. .*      res = PANEL_ABOUTBOX                                    *
  137. .*--------------------------------------------------------------*/
  138. :h1 res=4210 name=PANEL_ABOUTBOX.Information
  139. :i2 refid=HELP.ABOUT Information
  140. :p.This dialog displays information about the application and an example
  141. bitmap.
  142.  
  143. .*--------------------------------------------------------------*\
  144. .*  Help menu item AboutOK... help panel                        *
  145. .*      res = PANEL_ABOUTBOX_OK                                 *
  146. .*--------------------------------------------------------------*/
  147. :h1 res=4220 name=PANEL_ABOUTBOX_OK.Information
  148. :i2 refid=HELP.ABOUTOK Information
  149. :p.The OK button closed dialog box.
  150.  
  151. .*--------------------------------------------------------------*\
  152. .*  Help menu item Open... help panel                           *
  153. .*      res = PANEL_OPENHELP                                    *
  154. .*--------------------------------------------------------------*/
  155. :h1 res=4190 name=PANEL_OPENHELP.Information
  156. :i2 refid=HELP.OPEN Information
  157. :p.This menu item will bring up a Open-File dialog box that contains the
  158. directory list and file list of current directory, user can select one
  159. file to open.  If the current file status has changed or edited, it will
  160. display warning before next dialog box.
  161.  
  162. .*--------------------------------------------------------------*\
  163. .*  Help menu item OpenOK... help panel                         *
  164. .*      res = PANEL_OPENBOX_OK                                  *
  165. .*--------------------------------------------------------------*/
  166. :h1 res=4227 name=PANEL_OPENBOX_OK.Information
  167. :i2 refid=HELP.OPENOK Information
  168. :p.The OK button closed dialog box and displayed the attributes of selected
  169. file.
  170.  
  171. .*--------------------------------------------------------------*\
  172. .*  Help menu item Save... help panel                           *
  173. .*      res = PANEL_SAVEHELP                                    *
  174. .*--------------------------------------------------------------*/
  175. :h1 res=4191 name=PANEL_SAVEHELP.Information
  176. :i2 refid=HELP.SAVE Information
  177. :p.This menu item will save all extended attributes to current file.
  178.  
  179. .*--------------------------------------------------------------*\
  180. .*  Help menu item Add... help panel                            *
  181. .*      res = PANEL_ADDHELP                                     *
  182. .*--------------------------------------------------------------*/
  183. :h1 res=4193 name=PANEL_ADDHELP.Information
  184. :i2 refid=HELP.ADD Information
  185. :p.This menu item will bring up an adding dialog box contains an EA name field
  186. and a data type list, which allows user add a new attribute in current file.
  187.  
  188. .*--------------------------------------------------------------*\
  189. .*  Help menu item AddOK... help panel                          *
  190. .*      res = PANEL_ADDBOX_OK                                   *
  191. .*--------------------------------------------------------------*/
  192. :h1 res=4232 name=PANEL_ADDBOX_OK.Information
  193. :i2 refid=HELP.ADDNOK Information
  194. :p.The OK button will close current dialog box and bring up an editing
  195. dialog box, which allow user to edit the EA value.
  196. :p.If the multi-type attribute is selected, the OK button will bring up a
  197. Multi-Type dialog box which contains four buttons - ADD, EDIT, DELETE and
  198. DONE. The usage of buttons is same as those in menu bar.
  199.  
  200. .*--------------------------------------------------------------*\
  201. .*  Help menu item Delete... help panel                         *
  202. .*      res = PANEL_DELETEHELP                                  *
  203. .*--------------------------------------------------------------*/
  204. :h1 res=4194 name=PANEL_DELETEHELP.Information
  205. :i2 refid=HELP.DELETE Information
  206. :p.This menu item will delete the selected attribute.
  207.  
  208. .*--------------------------------------------------------------*\
  209. .*  Help menu item Edit... help panel                           *
  210. .*      res = PANEL_EDITHELP                                    *
  211. .*--------------------------------------------------------------*/
  212. :h1 res=4195 name=PANEL_EDITHELP.Information
  213. :i2 refid=HELP.EDIT Information
  214. :p.This menu item will bring up an editing dialog box, which allow user to
  215. edit or change the EA value of selected attribute.
  216.  
  217. .*--------------------------------------------------------------*\
  218. .*  Help menu item MultiOK... help panel                        *
  219. .*      res = PANEL_MULTIBOX_OK                                 *
  220. .*--------------------------------------------------------------*/
  221. :h1 res=4237 name=PANEL_MULTIBOX_OK.Information
  222. :i2 refid=HELP.MULTIOK Information
  223. :p.The ADD button will bring up an adding dialog box contains the type list.
  224. :p.The DELETE button will delete the selected attribute.
  225. :p.The EDIT button will bring up an editing dialog box, which allows user
  226. edit or change the value of selected attribute.
  227. :p.The DONE button will close current dialog box.
  228.  
  229. :euserdoc.
  230.