home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 092.lha / ColorFull / read.this < prev    next >
Encoding:
Text File  |  1986-11-21  |  4.0 KB  |  101 lines

  1. read.this                                                          12/20/87
  2.  
  3.                               ColorFile.arc
  4.                               ~~~~~~~~~~~~~
  5.  
  6.   This Archive contains 'C' source (Manx 16 bit) to modified versions of
  7.  the "Color Palette" and "File Requester" used in my ShareWare term program
  8.  "Access!". A sample "test" program is also included.
  9.  
  10.   Learning 'C' from books and example source myself, I've decided to release
  11.  these files as FREEWARE for whatever benefit (if any) they provide you.
  12.   They are not meant as a tutorial and come with NO warranty either expressed
  13.  or implied. The ONLY claim I DO make is that "they work for me":-). 
  14.  
  15.   If (for some reason) "they work for you" too and you decide to use them, I
  16.  ask only for a small mention in your docs somewhere. (small print lower left
  17.  hand corner will do)
  18.  
  19.   Both the "Color Palette" and the "File Requester" are set up to be used on
  20.  an 8 color CUSTOMSCREEN (the gadgets are also 8 color) but can be modified
  21.  to work with other set-ups.
  22.  
  23.   Gadget "imagery" was created using "DPaint xx", saved as brushes and then
  24.  converted to 'C' source using "NGI" ( "NewGetImage" by: Kevin A. Bjorke
  25.  CIS: 74756,464)
  26.  
  27.   File-Requester and Color-Palette routines origianaly written by C.Heath
  28.  of MicroSmiths and have been extensivly modified by myself (Keith Young).
  29.  
  30. Distribution:
  31. ~~~~~~~~~~~~~
  32.   Files in this Archive may be freely distributed only by one of the means
  33.  listed below for NON-COMMERCIAL use.
  34.  
  35. 1)  ALL files (incuding this read.this file) may be re-distributed (any media)
  36.    UNCHANGED and as a WHOLE in ARCHIVE format (any file compression utility
  37.    that keeps them ALL together).  
  38.  
  39. 2)  Seporatly (modified,whole,partial) AS PART OF your program source files. 
  40.  
  41. 3)  Seporatly but in a directory TOGETHER as part of PD disks or other disks
  42.    with a cost not more than reasonable media and overhead costs.(i.e. not 
  43.    more than $7.00 a disk...:-)
  44.  
  45. Files in this Archive:
  46. ~~~~~~~~~~~~~~~~~~~~~~
  47.  test                  executable to the "Palette/File Requester Tester"
  48.  test.c                source to the....
  49.  getfile.c             source to the "File-Requester"
  50.  palette.c             source to the "Color-Palette"
  51.  standard.h            include file
  52.  safeclose.c           routine to 'safely' close a window
  53.  safeclose.h           include file for getfile.c
  54.  makefile              makefile (Manx 16 bit ints.) for "test"
  55.  read.this             this is what you're reading now...
  56.  
  57.  
  58. Known Bugs:
  59. ~~~~~~~~~~~
  60.   Two things worth mentioning here...
  61.  
  62.  1) When using the 'up/dn arrow gadgets' to scroll through a file listing in
  63.    "File-Requester": If you get to the bottom of the listing, it'll start
  64.    over at the top (and visa versa). I did not take the time to put 'brakes'
  65.    on it but 1 line of code (somewhere:-) should fix it.
  66.  
  67.  2) When I modified these files for 'stand-alone' distribution, a bug seems 
  68.    to have appeared: when you load a .color file in, the top line of the
  69.    'disk' gadgets in the file-requester gets trashed a bit...(if anyone finds
  70.    the problem, please let me know. It's probably something to obvious for me
  71.    to find :-)  
  72.  
  73.    Any bug reports/suggestions/fixes/etc... would be appreciated.
  74.  
  75. I can be reached at:     (703) 297-7639
  76. ~~~~~~~~~~~~~~~~~~~~
  77.  via     E-MAIL-> GEnie: K.Young
  78.                  CA-AUG: Keith Young
  79.              COMPUSERVE: 73170,307
  80.            Deep Thought: Keith Young
  81.  
  82.  via Snail-Mail-> Keith Young
  83.                   Rt.2 Box 261
  84.                   Goodview, Va.   (yes, really :-)
  85.                            24095
  86.  
  87. And Lastly The Plug:
  88. ~~~~~~~~~~~~~~~~~~~~
  89.   Folks, this is a FREEBEE. If you feel inclined to send money, or you like
  90.  the way these look/work/feel... download my ShareWare program:
  91.  "Access!" an 8-16 color ANSI terminal program with macros, Phone-Books,
  92.  fast-menus, interlace on/off togle, set-up files, etc....(to name just a 
  93.  FEW of its features) and send in your $20.00 registeration fee for IT.
  94.  
  95.  Thanks, 
  96.          Keith
  97.  
  98. p.s. if you DON'T like the way these look/work/feel... look at the bright 
  99.     side, THEY DIDN'T COST YOU ANYTHING! 
  100.  
  101.