home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / TurboLayer_v1.2 / tl.doc.pp / tl.doc
Text File  |  1992-02-05  |  4KB  |  85 lines

  1.     NAME
  2.          tl - install the Turbo Layers Real Time Window Moving System
  3.               on the Workbench Screen
  4.  
  5.  
  6.     DESCRIPTION
  7.          Intuition is quite a powerful windowing system. However, if you
  8.          try to move a window with the mouse, only an outline box is
  9.          is displayed instead of the entire window. TurboLayers tries its
  10.          best to cure this problem, making use of the Amiga's Blitter chip.
  11.  
  12.  
  13.     INSTALLATION
  14.          Drag the "tl" icon into the WBStartup drawer of your boot partition
  15.          or boot floppy disk, so it will be activated at boot time.
  16.  
  17.          If you don't have a WBStartup drawer, you are probably running
  18.          an ancient version of the operating system, and should upgrade as
  19.          soon as possible. TurboLayers requires at least Kickstart 2.04.
  20.  
  21.  
  22.     NOTES
  23.        · When you move a window, it blocks for a short time before it
  24.          starts moving. This is necessary because the windows which are
  25.          located behind this window need the time for refreshing.
  26.          This time can be controlled by the DELAY tool type. On the A3000,
  27.          a value of 2 is long enough in most cases. However, if you have
  28.          a slower machine or a heavily loaded system, some windows may
  29.          need more time for refreshing, and you may need to increase this
  30.          number.
  31.  
  32.        · While TurboLayers is active, the Workbench screen cannot be closed.
  33.          So if you see the requester "To reset the Workbench screen, please
  34.          close all windows expect drawers", you must close TurboLayers first
  35.          by double-clicking its icon, and then select "Retry" in the
  36.          requester.
  37.  
  38.        · Due to implementation details, you should switch off the
  39.          "AutoScroll" feature in the ScreenMode Preferences program. If
  40.          AutoScroll is switched on, you may encounter a strange effect:
  41.          First pull down the Workbench screen to about half the screen
  42.          height. Now take a window and move it down as far as possible, and
  43.          watch a magic screen appearing behind the "Workbench screen"...
  44.          If you move that window fast enough, it is even possible that the
  45.          WB screen jumps to an invalid position and stays there, and you
  46.          can see some fireworks on the display. Be warned!
  47.  
  48.        · While TurboLayers is active, if you move an icon out of the right
  49.          screen border, it magically appears at the left side. This is
  50.          normal.
  51.  
  52.        · TurboLayers can also be used from the CLI, try "tl ?"
  53.  
  54.        · For you Assembler freaks out there: TurboLayers is written 100% in
  55.          the only language which lets you do this in one afternoon: C!
  56.  
  57.  
  58.     WARNING
  59.         Being a low level hack, TurboLayers plays some nasty tricks with
  60.         the Workbench screen. It may break on new versions of the OS...
  61.         but will it ever become superfluous? ;-)
  62.  
  63.  
  64.     HISTORY
  65.          26-Jun-91 V1.0  first public release (no Big Agnus/A2024 code yet)
  66.          02-Jul-91 V1.1  Some input.device deadlock problems removed
  67.          18-Sep-91 V1.2  Refresh improved, general speedup
  68.  
  69.     AUTHOR
  70.          Christian A. Weber, Bruggerweg 2, CH-8037 Zürich, Switzerland.
  71.  
  72.          Internet: weber@amiga.physik.unizh.ch   (preferred) 
  73.                    weber@nessie.cs.id.ethz.ch
  74.          UUCP:     chris%mighty@cbmswi.commodore.com
  75.          AUGL:     Chris Weber
  76.  
  77.          Suggestions and bug reports are welcome.
  78.  
  79.  
  80.          THIS PROGRAM IS IN THE PUBLIC DOMAIN. USE AT YOUR OWN RISK.
  81.          THE AUTHOR IS NOT LIABLE FOR ANY DAMAGES RELATED TO THE USE
  82.          OR INABILITY TO USE THIS SOFTWARE.
  83.  
  84.  
  85.