home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / mmbrowse / mmbrowse.ipf < prev    next >
Text File  |  1999-05-11  |  6KB  |  138 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 MMBrowse
  14. :i1 id=aboutMain.About MMBrowse
  15. :p.
  16. The MMBrowse application is a Presentation Manager application
  17. which demonstrates the use of the Multimedia I/O subsystem (MMIO).
  18. For more detail information about MMIO, please consult IBM Multimedia
  19. Presentation Manager/2 Programming Reference.
  20.  
  21. :h1 res=3000 name=HELP_GET_FOURCC.Get FOURCC
  22. :i1 id=GetFourCC.Get FOURCC
  23. :p.
  24. Every installed MMIO I/O Procedure must have a four character
  25. code (FOURCC) associated with it. It must be at most four characters long.
  26. For example, the OS/2 1.3 Bitmap IO Proc's FOURCC is OS13. If you are
  27. unsure of what the FOURCC should be, please contact the author of
  28. the IO Proc you are trying to install/remove.
  29.  
  30. :h1 res=3010 name=ID_HELP_VIEW_IMAGE.Open an image file
  31. :i1 id=ViewImage.Open an image file
  32. :p.
  33. Use this choice to open an image file for viewing.
  34.  
  35. :h1 res=3011 name=ID_HELP_SAVING_IMAGE.Save an image file
  36. :i1 id=SavingImage.Save an image file
  37. :p.
  38. Use this choice to save an image file. The file format of the
  39. image depends on the image file extension,
  40. and the default one is OS/2 2.0 bitmap.
  41.  
  42. :h1 res=3012 name=ID_HELP_INSTALL_IO_PROC.Install an I/O procedure
  43. :i1 id=InstallI/OProc.Install an I/O procedure
  44. :p.
  45. Use this choice to install a multimedia I/O procedure.
  46. For more detail information about MMIO, please consult IBM
  47. Multimedia Presentation Manager/2 Programming Reference.
  48. The default file extension for IOProc is DLL, and this sample
  49. program requires entry point to an installed IOPROC to be
  50. "IOProc_Entry".
  51.  
  52. :h1 res=3001 name=ID_HELP_REMOVE_PERM_LIST_BOX.Remove Permanent I/O Procedure(s)
  53. :i1 id=RemPermIOProc.Remove Permanent I/O Procedure(s)
  54. :p.
  55. Click on any permanently installed I/O procedure(s) you wish to remove from
  56. the INI file. After you're done, press OK to remove. You must exit the
  57. MMBrowse application to have the removal of I/O procedures take effect.
  58. Since this sample program requires an entry point to an installed IOPROC
  59. to be "IOProc_Entry", the listed installed I/O procedures that can be removed
  60. are those that can be reinstalled.
  61.  
  62. :h1 res=1004 name=QUERY_ALL_LIST_BOX_HELP.Query installed I/O Procedures
  63. :i1 id=QueryIOProc.Query installed I/O Procedures
  64. :p.
  65. Use this choice for Querying an installed I/O procedure.
  66. It provides the listing of installed I/O procedures for the users to select.
  67. Click on any installed I/O procedures you wish to query.
  68.  
  69. .*--------------------------------------------------------------*\
  70. .*  Main Help menu                                              *
  71. .*      res = PANEL_HELP                                        *
  72. .*--------------------------------------------------------------*/
  73. :h1 res=2910 name=PANEL_HELP.Help Menu
  74. :i1 id=Help.Help Menu
  75. :p.Use the choices on the Help pull-down to display:
  76. :dl tsize=5 break=all.
  77. :dt.:hp2.Help index:ehp2.
  78. :dd.Displays the index of help menu.
  79. :dt.:hp2.General Help:ehp2.
  80. :dd.Provides detailed information on the kinds of help available and how to
  81. use help.
  82. :dt.:hp2.Using Help:ehp2.
  83. :dd.Displays some information about MMBrowse application.
  84. :edl.
  85.  
  86. .*--------------------------------------------------------------*\
  87. .*  Help menu item Help for help... help panel                  *
  88. .*      res = PANEL_HELPHELPFORHELP                             *
  89. .*--------------------------------------------------------------*/
  90. :h1 res=2920 name=PANEL_HELPUSINGHELP.Help For Help
  91. :i2 refid=Help.Using Help
  92. :p.Use this choice to obtain information on how to
  93. use the Help facility.
  94.  
  95. .*--------------------------------------------------------------*\
  96. .*  Help menu item Extended help... help panel                  *
  97. .*      res = PANEL_HELPGENERAL                               *
  98. .*--------------------------------------------------------------*/
  99. :h1 res=2930 name=PANEL_HELPGENERAL.General Help
  100. :i1 id=PANEL_HELPGENERAL.General Help
  101. :i2 refid=Help.General Help
  102. :p.
  103. General help provides general information about the MMBrowse application.
  104. The MMBROWSE program demonstrates the Multimedia  I/O concept by
  105. serving as a utility program for viewing and saving an image file.
  106. The program can also be used to install or remove temporary or permanent I/O procedures.
  107. Although this program needs an entry point to an installed IOPROC to be "IOProc_Entry",
  108. new I/O procedures can be added by using the techniques of this program.
  109.  
  110.  
  111. .*--------------------------------------------------------------*\
  112. .*  Help menu item Help index... help panel                     *
  113. .*      res = PANEL_HELPINDEX                                   *
  114. .*--------------------------------------------------------------*/
  115. :h1 res=2950 name=PANEL_HELPINDEX.Index
  116. :i2 refid=Help.Index Help
  117. :p.Use this choice to display the help index.
  118. :p.The help index lists the titles of the help information that is available.
  119.  
  120. .*--------------------------------------------------------------*\
  121. .*  Help menu item Product... help panel                        *
  122. .*      res = PANEL_HELPPRODUCTINFO                             *
  123. .*--------------------------------------------------------------*/
  124. :h1 res=2960 name=PANEL_HELPPRODUCTINFO.Information
  125. :i2 refid=Help.PRODUCT Information
  126. :p.This dialog displays information about the application, such as version
  127. number and copyright notice.
  128.  
  129. .*--------------------------------------------------------------*\
  130. .*  Help menu item ProductOK... help panel                      *
  131. .*      res = PANEL_PRODUCTINFO_OK                              *
  132. .*--------------------------------------------------------------*/
  133. :h1 res=3110 name=PANEL_PRODUCTINFO_OK.Information
  134. :i2 refid=HELP.OK Information
  135. :p.The OK button closed dialog box.
  136.  
  137. :euserdoc.
  138.