home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / vmm / vmm.ipf < prev    next >
Text File  |  1999-05-11  |  9KB  |  187 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 VMM
  14. :i1 id=aboutMain.About VMM
  15. :p.  The VMM application is a sample Presentation Manager application
  16. which demonstrates the use of virtual memory management.
  17.  
  18. .*--------------------------------------------------------------*\
  19. .*  Main Help menu                                              *
  20. .*      res = PANEL_HELP                                        *
  21. .*--------------------------------------------------------------*/
  22. :h1 res=4120 name=PANEL_HELP.Help Menu
  23. :i1 id=Help.Help Menu
  24. :p.Use the choices on the Help pull-down to display:
  25. :dl tsize=5 break=all.
  26. :dt.:hp2.Help index:ehp2.
  27. :dd.Displays the index of help menu.
  28. :dt.:hp2.General Help:ehp2.
  29. :dd.Displays some information about VMM sample program.
  30. :dt.:hp2.Keys Help:ehp2.
  31. :dd.Displays a list of keys usage.
  32. :dt.:hp2.Using Help:ehp2.
  33. :dd.Provides detailed information on the kinds of help available and how to
  34. use help.
  35. :edl.
  36.  
  37. .*--------------------------------------------------------------*\
  38. .*  Help menu item Help for help... help panel                  *
  39. .*      res = PANEL_GENERALHELP                                 *
  40. .*--------------------------------------------------------------*/
  41. :h1 res=4130 name=PANEL_GENERALHELP.General Help
  42. :i2 refid=Help.Help for Help
  43. :p.Use this choice to get general help for the program. General help
  44. provides general information about the VMM sample program.
  45.  
  46. .*--------------------------------------------------------------*\
  47. .*  Help menu item Extended help... help panel                  *
  48. .*      res = PANEL_USINGHELP                                   *
  49. .*--------------------------------------------------------------*/
  50. :h1 res=4140 name=PANEL_USINGHELP.Extended
  51. :i2 refid=Help.Using Help
  52. :p.Use this choice to obtain information on how to
  53. use the Help facility.
  54.  
  55. .*--------------------------------------------------------------*\
  56. .*  Help menu item Keys help... help panel                      *
  57. .*      res = PANEL_TUTORIAL                                    *
  58. .*--------------------------------------------------------------*/
  59. :h1 res=4150 name=PANEL_TUTORIAL.Tutorial of Keys
  60. :i2 refid=Help.Keys Help
  61. :p.Use this choice to see a list of keys and a description of the
  62. function of the keys.
  63.  
  64. .*--------------------------------------------------------------*\
  65. .*  Keys help panel                                             *
  66. .*      res = PANEL_KEYSHELP                                    *
  67. .*--------------------------------------------------------------*/
  68. :h2 res=4180 name=PANEL_KEYSHELP.Key Assigments
  69. :p.The list of keys is arranged in groups.
  70. :p.:hp2.ACCELERATOR KEYS:ehp2.
  71. :dl tsize=2 break=all.
  72. :p.:hp2.HELP KEYS:ehp2.
  73. :dl tsize=5 break=all.
  74. :dt.F1
  75. :dd.Get help
  76. :dt.Esc
  77. :dd.Previous Help Panel, or End help if only one panel
  78. :dt.Alt
  79. :dd.Switch IN/OUT action bar
  80. :dt.Alt+F4
  81. :dd.End help or End program
  82. :edl.
  83. :p.:hp2.SYSTEM KEYS:ehp2.
  84. :dl tsize=5 break=all.
  85. :dt.Alt+Esc
  86. :dd.Switch to the next program, including full-screen programs
  87. :dt.Ctrl+Esc
  88. :dd.Switch to the Task List
  89. :edl.
  90. :p.:hp2.WINDOW KEYS:ehp2.
  91. :dl tsize=5 break=all.
  92. :dt.Underlined letter
  93. :dd.Move among the choices on the action bar and pull-downs submenu or
  94. execut the function chosen
  95. :edl.
  96.  
  97. .*--------------------------------------------------------------*\
  98. .*  Help menu item Help index... help panel                     *
  99. .*      res = PANEL_HELPINDEX                                   *
  100. .*--------------------------------------------------------------*/
  101. :edl.
  102. :h1 res=4160 name=PANEL_HELPINDEX.Index
  103. :i2 refid=Help.Help Index
  104. :p.Use this choice to display the help index.
  105. :p.The help index lists the titles of the help information that is available.
  106.  
  107. .*--------------------------------------------------------------*\
  108. .*  Help menu item Product... help panel                        *
  109. .*      res = PANEL_HELPPRODUCTINFO                             *
  110. .*--------------------------------------------------------------*/
  111. :h1 res=4170 name=PANEL_HELPPRODUCTINFO.Information
  112. :i2 refid=Help.Information
  113. :p.This dialog displays information about the application, such as version
  114. number and copyright notice.
  115.  
  116. .*--------------------------------------------------------------*\
  117. .*  Help menu item ProductOK... help panel                      *
  118. .*      res = PANEL_PRODUCTINFO_OK                              *
  119. .*--------------------------------------------------------------*/
  120. :h1 res=4220 name=PANEL_PRODUCTINFO_OK.Information
  121. :i2 refid=HELP.OK Information
  122. :p.The OK button closed dialog box.
  123.  
  124. .*--------------------------------------------------------------*\
  125. .*  Help menu item Alloc... help panel                          *
  126. .*      res = PANEL_HELPALLOC                                   *
  127. .*--------------------------------------------------------------*/
  128. :h1 res=4190 name=PANEL_HELPALLOC.Information
  129. :i2 refid=HELP.ALLOC Information
  130. :p.This key will display a memory-allocate dialog box, which you can
  131. select attributes and size of allocated memory.
  132.  
  133. .*--------------------------------------------------------------*\
  134. .*  Help menu item AllocOK... help panel                        *
  135. .*      res = PANEL_ALLOCBOX_OK                                 *
  136. .*--------------------------------------------------------------*/
  137. :h1 res=4232 name=PANEL_ALLOCBOX_OK.Information
  138. :i2 refid=HELP.ALLOCOK Information
  139. :p.The OK button closed dialog box and allocated the virtual memory.
  140.  
  141. .*--------------------------------------------------------------*\
  142. .*  Help menu item Free... help panel                           *
  143. .*      res = PANEL_HELPFREE                                    *
  144. .*--------------------------------------------------------------*/
  145. :h1 res=4191 name=PANEL_HELPFREE.Information
  146. :i2 refid=HELP.FREE Information
  147. :p.This key will display a free-memory dialog box, which you can free the
  148. allocated memory by typing the address.
  149.  
  150. .*--------------------------------------------------------------*\
  151. .*  Help menu item Set... help panel                            *
  152. .*      res = PANEL_HELPSET                                     *
  153. .*--------------------------------------------------------------*/
  154. :h1 res=4192 name=PANEL_HELPSET.Information
  155. :i2 refid=HELP.SET Information
  156. :p.This key will display a set-attributes dialog box, which you can change
  157. the selected memory attributes by typing the address.
  158.  
  159. .*--------------------------------------------------------------*\
  160. .*  Help menu item SetOK... help panel                          *
  161. .*      res = PANEL_SETBOX_OK                                   *
  162. .*--------------------------------------------------------------*/
  163. :h1 res=4237 name=PANEL_SETBOX_OK.Information
  164. :i2 refid=HELP.SETOK Information
  165. :p.The OK button closed dialog box and display another dialog box which
  166. contains memory attributes and access table.
  167.  
  168. .*--------------------------------------------------------------*\
  169. .*  Help menu item Write... help panel                          *
  170. .*      res = PANEL_HELPWRITE                                   *
  171. .*--------------------------------------------------------------*/
  172. :h1 res=4193 name=PANEL_HELPWRITE.Information
  173. :i2 refid=HELP.WRITE Information
  174. :p.This key will display a write-to-memory dialog box, which you can type
  175. the memory address that you attempt to write to.
  176.  
  177. .*--------------------------------------------------------------*\
  178. .*  Help menu item Read... help panel                           *
  179. .*      res = PANEL_HELPREAD                                    *
  180. .*--------------------------------------------------------------*/
  181. :h1 res=4194 name=PANEL_HELPREAD.Information
  182. :i2 refid=HELP.READ Information
  183. :p.This key will display a read-from-memory dialog box, which you can type
  184. the memory address that you attempt to read from.
  185.  
  186. :euserdoc.
  187.