home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / ClassFree / readme.doc < prev    next >
Text File  |  1998-06-09  |  3KB  |  105 lines

  1. --------------------------------------
  2.  
  3.  ClassFree - Release 0
  4.  
  5.  A free collection of sofisticated
  6.  BOOPSI classes.
  7.  
  8. --------------------------------------
  9.  
  10. Legal mumbo:
  11. ------------
  12.  
  13.  ClassFree is FREEWARE. Permission is granted to redistribute
  14. this archive in one of the following ways:
  15.  
  16.  1. The whole package unpacked or packed with lha or lzx without
  17.     BBS adds or similar notes.
  18.  
  19.  2. You may redistribute the following files in any way you like:
  20.  
  21.     From:             File:
  22.  
  23.     CFscrollerclass   scroller.gadget
  24.     CFbuttonclass     CFbutton.gadget
  25.     CFpumbuttonclass  CFpumbutton.gadget
  26.     CFtexticlass      CFtext.image
  27.  
  28.  The following rules *allways* applies:
  29.  
  30.  You may not charge money or services for this package or any of
  31. it contents.
  32.  You must accept the warranty terms as stated in the accompanying
  33. file 'Warrenty_issues' both when redistributing and using the
  34. contents of this package.
  35.  
  36.  
  37. Description:
  38. ------------
  39.  
  40.  I started this when I had programmed GadTools GUIs a couple
  41. of times and was dissatisfied with it. I went to look for a more
  42. straightforward way of making gadgets and (re)discovered BOOPSI.
  43.  I had skipped past all BOOPSI stuff when I first started programming
  44. in C because I thought Object Oriented programming was way too much
  45. for me to handle. As it turned out I found that BOOPSI was VERY easy
  46. to use. There was only one problem. There was no really usable BOOPSI
  47. gadgetsclasses available. I was certainly not going to spend money on
  48. something I was maybe not going to use very much (ClassAct), so it
  49. became my pet project to start doing BOOPSI gadgetclasses with the
  50. immidiate goal to replace GadTools.
  51.  
  52.  
  53. Contents in this release:
  54. -------------------------
  55.  
  56.  CFbuttonclass - A simple boolean button.
  57.  
  58.  CFpumbuttonclass - A popup menu button.
  59.  
  60.  CFsampleclass - StormC sample BOOPSI class project.
  61.  
  62.  CFscrollerclass - Gadtools SCROLLER_KIND replacement.
  63.  
  64.  CFtexticlass - A text drawing imageclass.
  65.  
  66.  
  67. Installation:
  68. -------------
  69.  
  70.  Look in the individual directories for instructions on
  71. how to install the BOOPSI classes.
  72.  
  73.  
  74. Please Note:
  75. ------------
  76.  
  77.  To achieve greater compatability with other products
  78. the names of classes are subject to change.
  79.  That means that when using a new version of ClassFree
  80. you may have to make smaller changes to your source code.
  81.  
  82.  The classes are currently in alpha state. The general
  83. functioning of the classes is implemented, but some
  84. features are missing. For instance not all classes support
  85. OM_SET on the class specific attributes.
  86.  
  87.  
  88. Author / How to contact me:
  89. ---------------------------
  90.  
  91.  Anders E. Andersen
  92.  Skaerbaekvej 50
  93.  2610 Roedovre
  94.  Denmark
  95.  
  96.  E-mail:  andersa@fys.ku.dk
  97.  
  98.  Netmail: 2:236/29.6@fidonet
  99.  
  100.  www: http://fys.ku.dk/~andersa
  101.  (Contains official ClassFree homepage.. Or.. It will... :-)
  102.  
  103.  
  104.  
  105.