home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / hanoi / hanoi.ipf < prev    next >
Text File  |  1999-05-11  |  8KB  |  169 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=2100 name=PANEL_MAIN.About Hanoi
  14. :i1 id=aboutMain.About Hanoi
  15. :p.  The Hanoi application is a sample Presentation Manager application
  16. which demonstrates the use of a multithreaded program. The main thread
  17. handles the PM interface, the second thread is started to do the
  18. recursive execution of the Hanoi algorithm.
  19.  
  20. .*--------------------------------------------------------------*\
  21. .*  Main Help menu                                              *
  22. .*      res = PANEL_HELP                                        *
  23. .*--------------------------------------------------------------*/
  24. :h1 res=2910 name=PANEL_HELP.Help Menu
  25. :i1 id=Help.Help Menu
  26. :p.Use the choices on the Help pull-down to display:
  27. :dl tsize=5 break=all.
  28. :dt.:hp2.Help index:ehp2.
  29. :dd.Displays the index of help menu.
  30. :dt.:hp2.General Help:ehp2.
  31. :dd.Provides detailed information on the kinds of help available and how to
  32. use help.
  33. :dt.:hp2.Using Help:ehp2.
  34. :dd.Displays some information about Hanoi sample program.
  35. :dt.:hp2.Keys Help:ehp2.
  36. :dd.Displays a list of keys usage.
  37. :edl.
  38.  
  39. .*--------------------------------------------------------------*\
  40. .*  Help menu item Help for help... help panel                  *
  41. .*      res = PANEL_HELPHELPFORHELP                             *
  42. .*--------------------------------------------------------------*/
  43. :h1 res=2920 name=PANEL_HELPHELPFORHELP.General Help
  44. :i2 refid=Help.Help for Help
  45. :p.Use this choice to obtain information on how to
  46. use the Help facility.
  47.  
  48. .*--------------------------------------------------------------*\
  49. .*  Help menu item Extended help... help panel                  *
  50. .*      res = PANEL_HELPEXTENDED                                *
  51. .*--------------------------------------------------------------*/
  52. :h1 res=2930 name=PANEL_HELPEXTENDED.Extended
  53. :i2 refid=Help.Using Help
  54. :p.Use this choice to get general help for the program. General help provides
  55. general information about the Hanoi sample program.
  56.  
  57. .*--------------------------------------------------------------*\
  58. .*  Help menu item Keys help... help panel                      *
  59. .*      res = PANEL_HELPKEYS                                    *
  60. .*--------------------------------------------------------------*/
  61. :h1 res=2940 name=PANEL_HELPKEYS.Tutorial of Keys
  62. :i2 refid=Help.Keys Help
  63. :p.Use this choice to see a list of keys and a description of the function of
  64. the keys.
  65.  
  66. .*--------------------------------------------------------------*\
  67. .*  Keys help panel                                             *
  68. .*      res = PANEL_KEYSHELP                                    *
  69. .*--------------------------------------------------------------*/
  70. :h2 res=2970 name=PANEL_KEYSHELP.Key Assigments
  71. :p.The list of keys is arranged in groups.
  72. :p.:hp2.ACCELERATOR KEYS:ehp2.
  73. :dl tsize=2 break=all.
  74. :p.:hp2.HELP KEYS:ehp2.
  75. :dl tsize=5 break=all.
  76. :dt.F1
  77. :dd.Get help
  78. :dt.Esc
  79. :dd.Previous Help Panel, or End help if only one panel
  80. :dt.Alt
  81. :dd.Switch TO/OUT action bar
  82. :dt.Alt+F4
  83. :dd.End help or End program
  84. :edl.
  85. :p.:hp2.SYSTEM KEYS:ehp2.
  86. :dl tsize=5 break=all.
  87. :dt.Alt+Esc
  88. :dd.Switch to the next program, including full-screen programs
  89. :dt.Ctrl+Esc
  90. :dd.Switch to the Task List
  91. :edl.
  92. :p.:hp2.WINDOW KEYS:ehp2.
  93. :dl tsize=5 break=all.
  94. :dt.Underlined letter
  95. :dd.Move among the choices on the action bar and pull-downs submenu or
  96. execute the function chosen
  97. :dt.Alt+Underlined letter
  98. :dd.Execute the function chosen immediately
  99. :edl.
  100.  
  101. .*--------------------------------------------------------------*\
  102. .*  Help menu item Help index... help panel                     *
  103. .*      res = PANEL_HELPINDEX                                   *
  104. .*--------------------------------------------------------------*/
  105. :edl.
  106. :h1 res=2950 name=PANEL_HELPINDEX.Index
  107. :i2 refid=Help.Index Help
  108. :p.Use this choice to display the help index.
  109. :p.The help index lists the titles of the help information that is available.
  110.  
  111. .*--------------------------------------------------------------*\
  112. .*  Help menu item Product... help panel                        *
  113. .*      res = PANEL_HELPPRODUCTINFO                             *
  114. .*--------------------------------------------------------------*/
  115. :h1 res=2960 name=PANEL_HELPPRODUCTINFO.Information
  116. :i2 refid=Help.PRODUCT Information
  117. :p.This dialog displays information about the application, such as version
  118. number and copyright notice.
  119.  
  120. .*--------------------------------------------------------------*\
  121. .*  Help menu item ProductOK... help panel                      *
  122. .*      res = PANEL_PRODUCTINFO_OK                              *
  123. .*--------------------------------------------------------------*/
  124. :h1 res=3110 name=PANEL_PRODUCTINFO_OK.Information
  125. :i2 refid=HELP.OK Information
  126. :p.The OK button closed dialog box.
  127.  
  128. .*--------------------------------------------------------------*\
  129. .*  Help menu item Start... help panel                          *
  130. .*      res = PANEL_HELPSTART                                   *
  131. .*--------------------------------------------------------------*/
  132. :h1 res=2980 name=PANEL_HELPSTART.Information
  133. :i2 refid=HELP.START Information
  134. :p.This key will start to move the disk.
  135.  
  136. .*--------------------------------------------------------------*\
  137. .*  Help menu item Stop... help panel                           *
  138. .*      res = PANEL_HELPSTOP                                    *
  139. .*--------------------------------------------------------------*/
  140. :h1 res=2981 name=PANEL_HELPSTOP.Information
  141. :i2 refid=HELP.STOP Information
  142. :p.This key will stop the moving of disk.
  143.  
  144. .*--------------------------------------------------------------*\
  145. .*  Help menu item Set... help panel                            *
  146. .*      res = PANEL_HELPSET                                     *
  147. .*--------------------------------------------------------------*/
  148. :h1 res=2982 name=PANEL_HELPSET.Information
  149. :i2 refid=HELP.SET Information
  150. :p.This dialog displays the disk number which you can reset.
  151.  
  152. .*--------------------------------------------------------------*\
  153. .*  Help menu item On... help panel                             *
  154. .*      res = PANEL_HELPON                                      *
  155. .*--------------------------------------------------------------*/
  156. :h1 res=2983 name=PANEL_HELPON.Information
  157. :i2 refid=HELP.VIEWON Information
  158. :p.This menu item will enable the information area.
  159.  
  160. .*--------------------------------------------------------------*\
  161. .*  Help menu item Off... help panel                            *
  162. .*      res = PANEL_HELPOFF                                     *
  163. .*--------------------------------------------------------------*/
  164. :h1 res=2984 name=PANEL_HELPOFF.Information
  165. :i2 refid=HELP.VIEWOFF Information
  166. :p.This menu item will disable the information area.
  167.  
  168. :euserdoc.
  169.