home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 492.lha / PowerPlatform_v1.1 / ReadMe < prev    next >
Encoding:
Text File  |  1991-04-06  |  4.4 KB  |  148 lines

  1.               PowerPlatform Release 1.1
  2.               =========================
  3.  
  4.  
  5.                   Shareware Version
  6.  
  7.  
  8. This archive contains the following files:
  9.  
  10.     PowerPlatform
  11.     PowerPlatform.info
  12.     Rexx/Profile.APP
  13.     Rexx/MainFunctions.APP
  14.     Rexx/CommFunctions.APP
  15.     Rexx/GraphicsFunctions.APP
  16.     Rexx/GIFtoSHAM.APP
  17.     Rexx/GIFtoIFF.APP
  18.     Rexx/Extract.APP
  19.     Rexx/Strip.APP
  20.     Docs/PowerPlatform10.Doc
  21.  
  22. To preserve the directory structure unpack as follows:
  23.  
  24.     LHARC -x x PowerPlatform11.LZH
  25.  
  26.  
  27. Quick Install
  28. =============
  29.  
  30. IMPORTANT: This PowerPlatform archive contains a new
  31.            Profile.APP. Make sure you save your
  32.            existing profile.
  33.  
  34. Copy PowerPlatform and PowerPlatform.info to any directory.
  35. Copy the #?.APP files to your REXX: directory.
  36.  
  37.  
  38. Documentation
  39. =============
  40.  
  41. The documentation file has been formatted. To view on your
  42. screen use more. To print it:
  43.  
  44.  
  45.     Copy PowerPlatform11.Doc PRT:
  46.  
  47. Note: The documentation file has not changed from release
  48. 1.0. Documentation changes are included in this document.
  49.  
  50.  
  51. What's New
  52. ==========
  53.  
  54. I have fixed a couple of bugs:
  55.  
  56.     PowerPlatform would sometimes GURU when executing a
  57.     program from the menu bar if the DefineItem command
  58.     incorrectly defined the program name.
  59.  
  60.     If you issued the CDSource PowerPlatform command
  61.     from an ARexx EXEC invoked from the menu bar, the
  62.     new PowerPlatform source directory was set but
  63.     the display was not refreshed.
  64.  
  65. I have included more example EXEC's with this version
  66. of PowerPlatform. There are now examples of how to
  67. change the PowerPlatform function buttons from the
  68. menu bar. If you bring up PowerPlatform with the new
  69. Profile.APP supplied everything should look the same
  70. except that there is now a new menu, the Functions menu.
  71. This menu contains three items, Main, Graphics and
  72. Communications. Selecting any of these items will redefine
  73. the PowerPlatform function buttons. Play around with these
  74. menu items. You can select Main to return to the original
  75. function button definitions.
  76.  
  77. The way it works is that the new Profile.APP sets up the
  78. new menu bar. It uses the DefineItem command to instruct
  79. PowerPlatform to invoke the appropriate ARexx EXEC when
  80. the menu item is selected. For example, selecting Graphics
  81. results in the GraphicsFunctions.APP EXEC being invoked.
  82. This EXEC actually redefines the buttons. You can easily
  83. add additional function groups to the menu by changing
  84. the Profile.APP. You can copy one of the supplied function
  85. EXEC's to create your own. I think this is a very useful
  86. feature, play around with it.
  87.  
  88. There is one other change I made to the standard Profile.
  89. It no longer includes any function button definitions.
  90. Instead it executes the MainFunctions.APP EXEC before it
  91. terminates. This is simply so that the main function group
  92. can be set from the profile or the menu bar. You don't
  93. have to maintain two sets of definitions.
  94.  
  95. I mention in the documentation that when PowerPlatform
  96. invokes a command it supplies the full file name as a
  97. parameter. For example if you select the file
  98. "DH0:Dir1/Dir2/Sample.File" PowerPlatform invokes the
  99. command as "CommandName DH0:Dir1/Dir2/Sample.File". It
  100. is often useful to strip off the path within an ARexx
  101. EXEC. I have included a sample EXEC, Strip.APP which
  102. does exactly this. It contains a lot of comments and
  103. you should be able to easily adapt this EXEC for your
  104. own needs.
  105.  
  106. The GIFtoIFF.APP and GIFtoSHAM.APP EXEC's will convert
  107. GIF pictures to IFF or SHAM format. They use public
  108. domain conversion programs which can be found on
  109. most BBS. It is important to remember that the EXEC's
  110. included with PowerPlatform are examples only. Some
  111. will not work on your system if you don't have the
  112. required programs installed. You can modify them to
  113. meet your own needs and use them as examples when
  114. writing your own.
  115.  
  116.  
  117. If you like PowerPlatform and continue to use it,
  118. please register the program. Full details and a
  119. registration form can be found in the documentation.
  120. You will receive the latest registered version of
  121. PowerPlatform which opens without the stupid
  122. information window.
  123.  
  124. I welcome your comments and suggestions. You can
  125. reach me at:
  126.  
  127.     BIX:            mwarnett
  128.  
  129.     PLINK:          Martin*W
  130.  
  131.     Compuserve:     70431,3565
  132.  
  133.     U.S. Mail:      Martin Warnett
  134.                     2407 25th Av
  135.                     San Francisco,
  136.                     CA 94116.
  137.  
  138.  
  139. If you redistribute PowerPlatform please include this
  140. file and all the files listed above.
  141.  
  142.  
  143. Thank you.
  144.  
  145.  
  146.  
  147. Martin Warnett.
  148.