home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / GradientSlider / readme < prev   
Encoding:
Text File  |  2000-08-21  |  2.2 KB  |  71 lines

  1.  
  2.                gradientslider.gadget
  3.             AROS version by Georg Steger
  4.          AmigaOS® port by Stephan Rupprecht
  5.     
  6.  
  7. COPYRIGHT AND DISCLAIMER
  8.  The AROS gradientslider.gadget applies to the standard copyright
  9.  rules of the Amiga® Research OS. The authors are not
  10.  responsible for any damage caused by the use or misuse of
  11.  this documentation and/or the program(s) it describes.
  12.  
  13.  
  14. REQUIREMENTS
  15.  Any Amiga® (compatible) computer with AmigaOS® 3.x and 68020+ cpu.
  16.  
  17.  
  18. GENERAL DESCRIPTION 
  19.  "The gradientslider gadget is a type of non-proportional slider.
  20.   The primary feature of the gradient slider is it's appearance. Unlike
  21.   normal sliders, a gradient slider can display a "spread of colors" or
  22.   "color gradient" in the slider container box. The "knob" or "thumb"
  23.   of the slider appears to slide on top of this color gradient."
  24.   (this description was taken from the Autodocs, © Amiga Int,Inc.).
  25.  The gadget is used in combination with the colorwheel.gadget by
  26.  various programs (Palette, IconEdit v44, ...).
  27.  
  28.  
  29. DESCRIPTION OF THIS SPECIAL VERSION
  30.  The gradientslider.gadget that comes along with this archive
  31.  was originally written by Georg Steger for the Amiga® Research
  32.  OS (AROS). It has been ported and optimized for the AmigaOS®
  33.  by Stephan Rupprecht. In opposite to the original gadget, this
  34.  one supports hi- and truecolor displays, giving you a nice looking
  35.  color gradient on high screen depths (CyberGFX compatible API re-
  36.  quired).
  37.  
  38.  
  39. INSTALLATION
  40.  Simply copy gradientslider.gadget to SYS:Classes/gadgets.
  41.  
  42.  
  43. HISTORY
  44.  44.0  first public release
  45.  44.1  the background wasn't cleared when the gadget got less
  46.        than 2 pens to draw it.
  47.  44.2  the upper-left corner of MUI windows was erased due to the
  48.        changes of 44.1.
  49.  44.3  when using Pointer prefs v44, the slider was erased by its
  50.        bevel box <Mario Cattaneo>.
  51.  44.4  rearanged the drawing routine, this should finally fix any
  52.        problems with MUI <Rene>.
  53.  
  54.  
  55. AUTHOR
  56.  
  57. Please send bug reports and ideas to:
  58.  
  59.  Stephan Rupprecht, Apfeldweg 1
  60.  D44359 Dortmund, Germany
  61.  
  62.  info@stephan-rupprecht.de
  63.  http://stephan-rupprecht.de
  64.  
  65.  or
  66.  
  67.  Georg Steger, Hochlercher 30, 
  68.  I-39030 St. Johann/Ahrntal
  69.  
  70.  georg.steger@rolmail.net
  71.