home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / MCXP1_3.LHA / MultiCXPrefs / MultiCXPrefs.doc < prev    next >
Encoding:
Text File  |  1995-05-19  |  8.2 KB  |  224 lines

  1. ------------------------------------------------------------------------
  2.                             MultiCX Prefs v1.3
  3. ------------------------------------------------------------------------
  4.  
  5.                  MultiCX Prefs and this documentation are
  6.                  Copyright © 1995 by Michael Barsoom M.D.
  7.  
  8. ------------------------------------------------------------------------
  9.                                   License
  10. ------------------------------------------------------------------------
  11.  
  12. MultiCX Prefs may be freely distributed as long as no charge is made other
  13. than to cover time and copying costs.  If it is to be distributed via
  14. floppy disk, this cost should be no higher than $3.00 (three) dollars US.
  15. If distribution is via CDRom, the total cost should be no more than $25.00
  16. (twenty-five) dollars US.
  17.  
  18. You may not copy and/or distribute this program without the accompanying
  19. documentation unless you get permission from the author to do so.  Fred
  20. Fish and AmiNet already have my permission to include this program on their
  21. CDRom collections.
  22.  
  23. You may not disassemble, decompile, re-source or otherwise reverse engineer
  24. the program.  If you wish to incorporate parts of this program into other
  25. programs, write to the author to ask for permission.
  26.  
  27. Finally if you wish to include MultiCX Prefs on a disk magazine you are
  28. REQUIRED to get the author's permission FIRST.  Usually this will require
  29. you to just send me a copy of the issue which contains MultiCX Prefs free
  30. of charge.
  31.  
  32. Martin Berndt has my permission to destribute MultiCX Prefs with MultiCX.
  33.  
  34. ------------------------------------------------------------------------
  35.                                 Disclaimer
  36. ------------------------------------------------------------------------
  37.  
  38. This product is sold "as is" without representation or warranty of any
  39. kind, either expressed or implied.  The user assumes all risks and
  40. responsibilities related to its use.
  41.  
  42. ------------------------------------------------------------------------
  43.                                Requirements
  44. ------------------------------------------------------------------------
  45.     1- Workbench 2.0+
  46.     2- gtlayout.library v15.1+ (included)
  47.        Copyright © by Olaf `Olsen' Barthel
  48.     3- MultiCX (obviously)
  49.        Copyright © by Martin Berndt
  50.  
  51. ------------------------------------------------------------------------
  52.                                    Usage
  53. ------------------------------------------------------------------------
  54.  
  55. Usage is pretty self explanatory.  Each of the gadgets corresopond to one
  56. of MultiCX tooltypes.  Please see MultiCX docs for explaination of each.
  57.  
  58. When you click on "Test" the current config is saving to the MultiCX icon
  59. so you can try it out.  If you then select "Quit" or "Cancel" then old
  60. configuration will be restored in the MultiCX icon.
  61.  
  62. Note:  All unknown tooltypes in the icon will be restored when you save your
  63. prefs.  This will allow you to use newer version of MultiCX without loosing
  64. the tooltypes for the new options that MultiCX prefs does not know yet.
  65.  
  66. ------------------------------------------------------------------------
  67.                                Configuration
  68. ------------------------------------------------------------------------
  69.  
  70. MultiCXPath                (tooltype or shell)
  71.     By default MultiCX Prefs will load the prefs for the currently running
  72.     copy of MultiCX.  If for some reason you are not running MultiCX, then
  73.     MultiCX Prefs will load the icon specified with this tooltype.  Remember
  74.     to specify the full path of the icon including its name with or without
  75.     the .info.
  76.     default SYS:WBStartup/MultiCX
  77.  
  78. WarnChanges=<YES|NO>    (tooltype or shell)
  79.     Tells MultiCX Prefs not to put up the warning requester if you have
  80.     changed the current config.
  81.     default YES
  82.  
  83. ------------------------------------------------------------------------
  84.                              Bugs, Suggestions
  85. ------------------------------------------------------------------------
  86. you can reach me at the following,
  87.  
  88. snail Mail
  89. (until June 10 1995):
  90.     Michael Barsoom
  91.     5524 Pine Street
  92.     Omaha NE 68106
  93.     USA
  94.  
  95. (after June 15 1995)
  96.     Michael Barsoom
  97.     40 Scott Drive
  98.     Bloomfield CT 06002
  99.     USA
  100.  
  101. Internet:  mbars@bluejay.creighton.edu
  102.  
  103. ------------------------------------------------------------------------
  104.                                   History
  105. ------------------------------------------------------------------------
  106.  
  107. -----------------------------------------------------------
  108. Version 1.3                             (19.05.95 19:08:29)
  109. -----------------------------------------------------------
  110.  
  111.      - Added "Quit (MultiCx & Prefs)" menu item
  112.  
  113.      - Added protection to prevent prefs from being run more than
  114.        once.  Now if you run it again it will cause the already 
  115.        running one to pop its window to the front.
  116.  
  117.      - Added HotFlush and CX_PopKey
  118.  
  119.  
  120. -----------------------------------------------------------
  121. Version 1.2                             (19.05.95 09:06:47)
  122. -----------------------------------------------------------
  123.  
  124.      - Now if you are testing a config, and open a different config
  125.        the old config will be restored to the icon prior to loading
  126.        the new config.
  127.  
  128.      - Put back MCXPath tooltype. Now if MultiCX prefs is running,
  129.        MCXPrefs will load its icon, otherwise it will load the icon
  130.        specified in the tooltype.
  131.  
  132.  
  133. -----------------------------------------------------------
  134. Version 1.1                             (18.05.95 20:36:02)
  135. -----------------------------------------------------------
  136.  
  137.      - Removed window close gadget, as prefs editors should not
  138.        have them
  139.  
  140.      - Added support for reading location of MultiCX icon from
  141.        MultiCX semaphore.  This feature requires v1.69 of MCX.
  142.  
  143.      - Code which was saving all unknown tooltypes would prevent
  144.        certain options from being disabled. (fixed)
  145.        Reported by Mario Cattaneo
  146.  
  147.      - Prefs window in now an appwindow, you can now just drop your
  148.        MultiCX prefs icon on the window and it will be
  149.        automatically loaded.
  150.  
  151.      - Added incrementer arrow buttons to PopCLI stack.
  152.  
  153.      - Added TDRetry, TDStep, TDSettle, TDCalibrate
  154.  
  155.      - Added AvoidTask and AvoidScreen
  156.  
  157.      - Removed DONOTWAIT as it is no longer needed.
  158.  
  159.      - All unknown tooltypes will now be saved back into the icon.
  160.        Requested by Martin Berndt
  161.  
  162.      - Added page menu, for faster access to config pages.
  163.  
  164.      - Increased number of configuration pages
  165.        Editor will now fit on a standard Hi-Res NTSC screen
  166.  
  167.      - Added MAPUMLAUTS, CENTERSCR and SNDFILTER
  168.  
  169.  
  170. -----------------------------------------------------------
  171. Version 1.0                             (09.05.95 12:50:08)
  172. -----------------------------------------------------------
  173.  
  174.      - Forgot version string (fixed)
  175.  
  176.      - Added tooltype "WARNCHANGES", you can now disable the
  177.        requester notifying you that you have made changes to the
  178.        current config.
  179.        Requested by Mario Cattaneo
  180.  
  181.      - If no valid config exist's in memory selecting save will
  182.        bring up a file requester so you can select which icon to
  183.        save the config in.
  184.  
  185.      - If MultiCX icon fails to open, "Test" gadget & "Last Saved"
  186.        menu item will be diabled.
  187.        Requested by Mario Cattaneo
  188.  
  189.      - Now requires gtlayout.library v15.1, fixes problem with
  190.        PopCLIStack being lost if the "Misc" page was not the
  191.        front most.
  192.  
  193.      - Now uses memory pools.
  194.  
  195.      - Replaced menuitem "Use" and replaced it with "Test" gadget
  196.        requested by Mario Cattaneo
  197.  
  198.      - Will no longer fail to open icon, if you included the
  199.        trailing .info in the MCXPath tooltype.
  200.        reported by Mike Krings
  201.  
  202.      - New icon, thanks to Troy "Doogie" Davis for sending it to me.
  203.  
  204.  
  205. ------------------------------------------------------------
  206. Version 0.91                            (24.04.95 13:11:13)
  207. ------------------------------------------------------------
  208.  
  209.      - Added DONOTWAIT option
  210.        requested by Mario Cattaneo
  211.  
  212.      - Blank time was not being displayed correctly (fixed)
  213.  
  214.      - Added CDNOBLANK option for MultiCX v1.62
  215.  
  216.  
  217. ------------------------------------------------------------
  218. Version 0.90                            (12.04.95 14:43:08)
  219. ------------------------------------------------------------
  220.  
  221.        --- Initial release ---
  222.  
  223.  
  224.