home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / selector / readme < prev    next >
Encoding:
Text File  |  1998-03-13  |  5.7 KB  |  156 lines

  1. Short:    Powerful script based launching tool.
  2. Author:   di3andpe@ida.his.se (Anders Persson)
  3. Uploader: di3andpe@ida.his.se (Anders Persson)
  4. Version:  7.1
  5. Type:     util/boot
  6. Replaces: util/boot/selector70.lha
  7.  
  8.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  9.   * Description *
  10.  
  11.   Highly configurable launching tool for almost ANY purpose. But
  12.   it is not yet another program like toolsdeamon or toolmanager.
  13.   Selector serves as a complement to these types of programs. It's
  14.   more like a script language.
  15.  
  16.   You can for example make a button panel that follows you from
  17.   screen to screen when changing screens. Or a button panel (or menu)
  18.   that pops up ANYWHERE when pressing your middle mouse button.
  19.   (Or when pressing both mouse buttons together.)
  20.  
  21.   You can make a button for starting a program if it's not allready
  22.   open, else just jump to that programs screen. This is very comfortable,
  23.   as you allways press the same button to get to the programs screen,
  24.   regardless if it's open or not.
  25.   
  26.   You can make a special window only available on (for example) your
  27.   word processors screen, with buttons for starting different arexx
  28.   scripts for that program.
  29.   
  30.   Selector is a powerful tool to use within shell scripts or to
  31.   make a little GUI for your CLI type program. I have for example
  32.   made a GUI for GMPlay (mus/midi/GMPlayGUI15.lha on Aminet) using
  33.   selector.
  34.   
  35.   The possible use of selector is almost unlimited, yet the syntax
  36.   is very simple.
  37.     
  38.   It is really easy to produce a button panel, info window  or a little
  39.   requester with selector.
  40.  
  41.  
  42.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  43.  * Requirements *
  44.  
  45.  Selector needs AmigaDos 2.0 or better.
  46.  Some of the included examples need AmigaOS 3.0+
  47.  
  48.  
  49.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  50.  * What's new in Selector 7.1 (980313) **
  51.  
  52.   -Now possible to unload patterns that was loaded in the settings file, by
  53.    setting a pattern to "*none*". Example: pattern 3 *none*
  54.   
  55.   -Patterns that have more bitplanes than the screen that the window is
  56.    opened on, is no longer shown at all. This because magicWB-patterns
  57.    often look dreadful on a 4-color screen.
  58.   
  59.   -The error message window has now two buttons: "Edit" and "Cancel". If
  60.    you press "Edit", the script file causing the error will be loaded
  61.    into your favourite text editor. The env variable "SelectorEditor"
  62.    specifies this editor.
  63.   
  64.   -You can now press "Ctrl-E" to edit the script for the active window.
  65.   
  66.   -You can press "Ctrl-L" to reload the script and update the window.
  67.   
  68.   -Selector is a bit faster, specially if it's a large script that
  69.    don't have to be updated.
  70.  
  71.   -Scripts can now be 365 lines long (260 before). Selector needs 30K
  72.    more memory for this. If you have a problem with this, please let
  73.    me know.
  74.   
  75.   -New bonus tool: SelectorScreens, that simply makes
  76.    a selector script for choosing the different pubscreens.
  77.  
  78.   -Bugfix: Selector didn't work with executehack.
  79.  
  80.   -Bugfix: The opening of files or env variables sometimes made selector to
  81.    error. This if another program was writing to the file in question at the
  82.    same time. Now, selector waits and tries again.
  83.   
  84.   -Bugfix: The Popup command with the "First" option, opened the window
  85.    even if the current screen wasn't the specified one.
  86.   
  87.   -Bugfix: Most of the 4-color patterns in the patterns drawer was in
  88.    fact 8-colors patterns with one bitplane unused.
  89.   
  90.   -New popup script that awaits a screen.
  91.   
  92.    
  93.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  94.  * Copyrights *
  95.  
  96.  Selector is Copyrighted (C) 1998 by Anders Persson.
  97.  
  98.  Selector is SHAREWARE!!!
  99.  Please read the guide documentation for information about payment and
  100.  specific copy- and distribution rights.
  101.  
  102.  
  103.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  104.  * Also Try *
  105.  
  106.  My homepage: www.ida.his.se/ida/~di3andpe/
  107.  
  108.  Lots of free software, latest versions of my programs and support.
  109.  
  110.  
  111.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  112.  * Also Try *
  113.  
  114.  Aminet: comm/misc/BorayLetter53.lha    (english version)
  115.          comm/misc/BorayLetter53S.lha    (svensk version)
  116.  
  117.     Boray Letter, "The king of letter programs". Maybe you 
  118.     don't know what a letter program is. Well, it was something that 
  119.     started on the C64. You could use the keyboard to write a message 
  120.     to your friend, and when he looked at it, it was played in the same 
  121.     way it was written.... BorayLetter is that, and much more. You can 
  122.     for example draw lines, wait for a key to be pressed or even 
  123.     animate and make your own little cartoons!!!
  124.  
  125.     When you for example draw a line in your letter, only the
  126.     coordinates for the line are saved to the file. All graphics works
  127.     in this way. This leads to an extremely spacesaving fileformat.
  128.     For example, the demo letter "Cecdic" contains 4:30 minutes of
  129.     cartoons. And it's only 32K big (uncompressed). Yes, it's not even
  130.     compressed. If you pack it with SHRINK, it will be 21K, or 24K
  131.     with lha.
  132.  
  133.       "BorayLetter är ett roligt och lättanvänt program"
  134.          -InternetGuiden nr 2, 1998
  135.  
  136.       "BorayLetter is a funny and easy-to-use program"
  137.          -InternetGuiden nr 2, 1998
  138.  
  139.  
  140.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  141.  * Also Try *
  142.  
  143.  Aminet: mods/boray
  144.  
  145.      My DigiBooster and Protracker music modules.
  146.      
  147.      Why not try the 4 latest:
  148.      
  149.     mods/boray/DayUnknown.lha    (DIGI Booster module by Boray 97/12/01)
  150.     mods/boray/HELGON.lha        (DIGI Booster module by Boray 97/11/02)
  151.      mods/boray/PsalmAP2Alt.lha    (DIGI Booster module by Boray 97/09/23)
  152.      mods/boray/IAmGenerated.lha    (DIGI Booster module by Boray 97/09/15)
  153.  
  154.  
  155.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  156.