home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / OS2 / DLLAPI / DLLAPI.IPF < prev    next >
Text File  |  1995-08-24  |  8KB  |  177 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 DLL
  14. :i1 id=aboutMain.About DLL
  15. :p.  The DLL application is a sample Presentation Manager application
  16. which demonstrates the use Dynamic linking library. It consists of a
  17. DLL file that provides a 32-bit API, and an EXE sample program that
  18. calls the API.  The DLL uses exception management to catch GP faults
  19. that occur when the API is called with a invalid pointers. The EXE
  20. illustrate that it can't touch the protected data by attempting
  21. to directly access it, and causing an access fault. The EXE should
  22. handle all faults it causes and print pretty user messages to the
  23. screen.
  24.  
  25. .*--------------------------------------------------------------*\
  26. .*  Main Help menu                                              *
  27. .*      res = PANEL_HELP                                        *
  28. .*--------------------------------------------------------------*/
  29. :h1 res=4120 name=PANEL_HELP.Help Menu
  30. :i1 id=Help.Help Menu
  31. :p.Use the choices on the Help pull-down to display:
  32. :dl tsize=5 break=all.
  33. :dt.:hp2.Help index:ehp2.
  34. :dd.Displays the index of help menu.
  35. :dt.:hp2.General Help:ehp2.
  36. :dd.Displays some information about DLLAPI sample program.
  37. :dt.:hp2.Keys Help:ehp2.
  38. :dd.Displays a list of keys usage.
  39. :dt.:hp2.Using Help:ehp2.
  40. :dd.Provides detailed information on the kinds of help available and how to
  41. use help.
  42. :edl.
  43.  
  44. .*--------------------------------------------------------------*\
  45. .*  Help menu item Help for help... help panel                  *
  46. .*      res = PANEL_GENERALHELP                                 *
  47. .*--------------------------------------------------------------*/
  48. :h1 res=4130 name=PANEL_GENERALHELP.General Help
  49. :i2 refid=Help.Help for Help
  50. :p.Use this choice to get general help for the program. General help
  51. provides general information about the DLLAPI sample program.
  52.  
  53. .*--------------------------------------------------------------*\
  54. .*  Help menu item Extended help... help panel                  *
  55. .*      res = PANEL_USINGHELP                                   *
  56. .*--------------------------------------------------------------*/
  57. :h1 res=4140 name=PANEL_USINGHELP.Extended
  58. :i2 refid=Help.Using Help
  59. :p.Use this choice to obtain information on how to
  60. use the Help facility.
  61.  
  62. .*--------------------------------------------------------------*\
  63. .*  Help menu item Keys help... help panel                      *
  64. .*      res = PANEL_TUTORIAL                                    *
  65. .*--------------------------------------------------------------*/
  66. :h1 res=4150 name=PANEL_TUTORIAL.Tutorial of Keys
  67. :i2 refid=Help.Keys Help
  68. :p.Use this choice to see a list of keys and a description of the
  69. function of the keys.
  70.  
  71. .*--------------------------------------------------------------*\
  72. .*  Keys help panel                                             *
  73. .*      res = PANEL_KEYSHELP                                    *
  74. .*--------------------------------------------------------------*/
  75. :h2 res=4180 name=PANEL_KEYSHELP.Key Assigments
  76. :p.The list of keys is arranged in groups.
  77. :p.:hp2.ACCELERATOR KEYS:ehp2.
  78. :dl tsize=2 break=all.
  79. :p.:hp2.HELP KEYS:ehp2.
  80. :dl tsize=5 break=all.
  81. :dt.F1
  82. :dd.Get help
  83. :dt.Esc
  84. :dd.Previous Help Panel, or End help if only one panel
  85. :dt.Alt
  86. :dd.Switch IN/OUT action bar
  87. :dt.Alt+F4
  88. :dd.End help or End program
  89. :edl.
  90. :p.:hp2.SYSTEM KEYS:ehp2.
  91. :dl tsize=5 break=all.
  92. :dt.Alt+Esc
  93. :dd.Switch to the next program, including full-screen programs
  94. :dt.Ctrl+Esc
  95. :dd.Switch to the Task List
  96. :edl.
  97. :p.:hp2.WINDOW KEYS:ehp2.
  98. :dl tsize=5 break=all.
  99. :dt.Underlined letter
  100. :dd.Move among the choices on the action bar and pull-downs submenu or
  101. execut the function chosen
  102. :edl.
  103.  
  104. .*--------------------------------------------------------------*\
  105. .*  Help menu item Help index... help panel                     *
  106. .*      res = PANEL_HELPINDEX                                   *
  107. .*--------------------------------------------------------------*/
  108. :edl.
  109. :h1 res=4160 name=PANEL_HELPINDEX.Index
  110. :i2 refid=Help.Help Index
  111. :p.Use this choice to display the help index.
  112. :p.The help index lists the titles of the help information that is available.
  113.  
  114. .*--------------------------------------------------------------*\
  115. .*  Help menu item Product... help panel                        *
  116. .*      res = PANEL_HELPPRODUCTINFO                             *
  117. .*--------------------------------------------------------------*/
  118. :h1 res=4170 name=PANEL_HELPPRODUCTINFO.Information
  119. :i2 refid=Help.Information
  120. :p.This dialog displays information about the application, such as version
  121. number and copyright notice.
  122.  
  123. .*--------------------------------------------------------------*\
  124. .*  Help menu item ProductOK... help panel                      *
  125. .*      res = PANEL_PRODUCTINFO_OK                              *
  126. .*--------------------------------------------------------------*/
  127. :h1 res=4220 name=PANEL_PRODUCTINFO_OK.Information
  128. :i2 refid=HELP.PRODUCTOK Information
  129. :p.The OK button closed dialog box.
  130.  
  131. .*--------------------------------------------------------------*\
  132. .*  Help menu item Search... help panel                         *
  133. .*      res = PANEL_SEARCHHELP                                  *
  134. .*--------------------------------------------------------------*/
  135. :h1 res=4190 name=PANEL_SEARCHHELP.Information
  136. :i2 refid=HELP.SEARCH Information
  137. :p.This menu item will bring up a File-Search dialog box which can be input
  138. the file path and searched pattern.
  139.  
  140. .*--------------------------------------------------------------*\
  141. .*  Help menu item Open... help panel                           *
  142. .*      res = PANEL_OPENHELP                                    *
  143. .*--------------------------------------------------------------*/
  144. :h1 res=4191 name=PANEL_OPENHELP.Information
  145. :i2 refid=HELP.OPEN Information
  146. :p.This menu item will bring up a File-Open dialog box. User can input
  147. the file name which will be opened and be read.
  148.  
  149. .*--------------------------------------------------------------*\
  150. .*  Help menu item OpenOK... help panel                         *
  151. .*      res = PANEL_OPENBOX_OK                                  *
  152. .*--------------------------------------------------------------*/
  153. :h1 res=4232 name=PANEL_OPENBOX_OK.Information
  154. :i2 refid=HELP.OPENOK Information
  155. :p.The OK button closed dialog box and displayed next dialog box which will
  156. display the first 200 bytes content of opened file.
  157.  
  158. .*--------------------------------------------------------------*\
  159. .*  Help menu item Calculator... help panel                     *
  160. .*      res = PANEL_CALCULHELP                                  *
  161. .*--------------------------------------------------------------*/
  162. :h1 res=4192 name=PANEL_CALCULHELP.Information
  163. :i2 refid=HELP.CALCULATOR Information
  164. :p.This menu item will bring up a Calculator dialog box which contains the
  165. operand's fields and operation's fields.
  166.  
  167. .*--------------------------------------------------------------*\
  168. .*  Help menu item CalculatorOK... help panel                   *
  169. .*      res = PANEL_CALCULBOX_OK                                *
  170. .*--------------------------------------------------------------*/
  171. :h1 res=4237 name=PANEL_CALCULBOX_OK.Information
  172. :i2 refid=HELP.CALCULOK Information
  173. :p.The OK button closed dialog box and displayed next dialog box which will
  174. display the result of operation.
  175.  
  176. :euserdoc.
  177.