home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / wfimage / wfimage_src.readme < prev   
Encoding:
Text File  |  2001-09-21  |  1.7 KB  |  43 lines

  1. short:    Waveforms Image Class (nolib) source v44.0
  2. Author:   phin@sufo.estates.co.uk (Paul Juhasz)
  3. Uploader: phin@sufo.estates.co.uk (Paul Juhasz)
  4. Version:  44.0
  5. Type:     dev/src
  6.  
  7. ---------------------------------------------------------------
  8.  
  9.    Waveforms Image Class (nolib) source - ©'98-2001 strandedUFO
  10.  
  11.    This is a subclass of image.class for drawing any of the five basic waveforms
  12.    into a window or a gadget. Note that this is a source version, ie, it needs to
  13.    be compiled or linked with your program, it is not a Sys:classes/images resident
  14.    BOOPSI class yet.
  15.  
  16.    The supplied test program draws all possible waveforms at different sizes into a
  17.    window and implements a gadget in GadTools, which will cycle through the images.
  18.  
  19.    The test program can have two tooltypes in its icon:
  20.  
  21.     OWNSCREEN={<yes> or <no>}   - use a custom screen or run on Workbench.
  22.     REALOSCI={<yes> or <no>}    - this will affect the pens: <yes> results in a
  23.                                     lightgreen wave on dark green background and
  24.                                     yellow zero line, <no> will force BAR-pens.
  25.                                     See developer doc for more details.
  26.  
  27.    For updates or bugfixes please refer to my website:
  28.  
  29.             http://www.sufo.estates.co.uk/sufo/software.html
  30.  
  31.    This software is Freeware, which means, anyone can use and spread it freely,
  32.    provided that the archive contents are not altered in any way.  Any liability
  33.    arising from such use or sale is solely the responsibility of the user.  All
  34.    rights remain with the author.
  35.  
  36.  
  37. phineas - Friday, 21st Sept. 2001
  38.  
  39.  
  40. Live fast, code hard and die a beautiful death... (old c0DerZ saying)
  41.  
  42.  
  43.