home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d564 / aload.lha / ALoad / ReadMe < prev    next >
Text File  |  1991-11-21  |  3KB  |  95 lines

  1. NAME                                    NAME
  2.  
  3.     ALoad    - show the loadfactor of your machine
  4.  
  5. VERSION = 1.1c
  6.  
  7.  
  8. DESCRIPTION                              DESCRIPTION
  9.  
  10.  
  11. This little tool will show the loadfactor on your machine.
  12. I have wrote the program using some functions in the new
  13. KICKSTART 2.0, so it will only run on a machine with KICK-
  14. START 2.0 (sorry).
  15.  
  16. USE:    ALoad 
  17.     in your startup-sequence or better put it in the
  18.     SYS:WBStartup drawer, and it will be started as 
  19.     soon as the workbench is started.
  20.  
  21. NOTE:    The INFO-FILE must be in the same directory as 
  22.     ALoad !!!!
  23.  
  24.  
  25. You can add following description to your INFO-FILE :
  26.  
  27.     WINDOW=x_pos/y_pos/width/height
  28.     TIME=time_cnt
  29.     FACTOR=value
  30.  
  31.     x_pos,y_pos    ....    This is the position of the upper left edge.
  32.     width,height    ....    This is the size of the window.
  33.                 Because of the windowborder the real 
  34.                 displaysize will be smaller.
  35.  
  36.     time_cnt    ....    This is the number of vertical blanking 
  37.                 after ALoad will update it's display.
  38.  
  39.     value        ....    This a integer between 1 and 31.
  40.                 It controls the speed the peak
  41.                 accelerated.
  42.                 1 means  very fast.
  43.                 31 means very slow
  44.                 the best value i found is 28 (26 is default)
  45.  
  46. Now you can modify the position and size and time and factor 
  47. buy simply closing the Window. (than you get the preference window)
  48.  
  49. If the window don't fit in the WBScreen, so the new
  50. functions I used will correct it automaticly.
  51.  
  52. ALoad will close it's window if someone wants to close the Workbench
  53. with the <CloseWorkBench>-Function from Intuition.
  54. It will reopen it if the <CloseWorkBench>-Function failed or if
  55. someone calls the <OpenWorkBench>-Function.
  56.  
  57.  
  58. ALoad will monitor the loadfactor of your machine even
  59.     - window is closed (that means the workbench is closed)
  60.     - the blitter is owned by someone
  61.     - the workbench-screen is locked via LockLayerInfo
  62.     - Forbid() was called
  63. but it will not update its display ,unless the system returns to 
  64. normal !
  65.  
  66. COPYRIGHT                               COPYRIGHT
  67.  
  68.  
  69.     Date :    24. seg. 1991
  70.  
  71.             ALoad    V1.1b
  72.             The Loadfactor
  73.  
  74.     Written by     Alexandru-Aurel Balmosan
  75.             Siewecke Str. 39c
  76.             4830 Gueterloh 1 Germany
  77.  
  78. This tool is Freeware as long as you leave the WINDOW-TITLE unchanged.
  79. <ALoad> is free to be spread on public-domain and shareware disks as long as
  80. they are sold for a reasonable charge that is less than $6. For use in
  81. commercial products the permission of the author is required. <ALoad> may also
  82. be uploaded on INTERNET-FTP-servers.
  83.  
  84. Thanks for the INFO-File goes to Dirk Boehmer.
  85. Also thanks for additional ideas goes to Matthias Scheler.
  86.  
  87. If you have questions about this tool connect me 
  88. be mail or even better email.
  89.  
  90. my email-adresse is :
  91.  
  92.     aurel@uni-paderborn.de
  93.  
  94. ---------------------------
  95.