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