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

  1. --------------------------------------
  2.  
  3.  scroller.gadget
  4.  
  5.  A BOOPSI groupgadget subclass.
  6.  
  7. --------------------------------------
  8.  
  9.  
  10. Description:
  11. ------------
  12.  
  13.  This gadgetclass is meant to offer the same features
  14. as the GadTools SCROLLER_KIND gadget but in a properly
  15. intuition integrated way.
  16.  This was my first BOOBSI class, and I didn't even have
  17. all of the documentation. The results show. Allthough
  18. the class works, you shouldn't attemp anything more with
  19. it than creating it and using it on its own in a window.
  20. I will have to rewrite it to be more compatible when I get
  21. a round tuit. (Deathbed Vigil joke.. ha ha.)
  22.  
  23.  
  24. Installation:
  25. -------------
  26.  
  27.  The official place for this gadget is in the Classes:gadgets
  28. directory. However since it might only be your program that
  29. will actually be using this gadget you should make your
  30. application and your installer script so that it can install
  31. and use the gadget from PROGDIR: instead if the user chooses
  32. it to be so.
  33.  
  34.  
  35. History:
  36. --------
  37.  
  38.  V0.00: Sometime February 1998...
  39.  
  40.     Project started.
  41.  
  42.  V0.50: 3-Mar-1998
  43.  
  44.     First working beta.
  45.  
  46.  V0.55: 5-Mar-1998
  47.  
  48.     Added OM_SET for PGA_Top, PGA_Visible and PGA_Total.
  49.     First beta-test release.
  50.  
  51.  V0.56: 8-Mar-1998
  52.  
  53.     Small change to class name convention.
  54.  
  55.  
  56.  
  57. Future, in no particular order:
  58. -------------------------------
  59.  
  60.  IA_Pens support.
  61.  
  62.  Reimplement PGA_NewLook and PGA_Borderless to give a greater variety
  63.  of scrollerlooks.
  64.  
  65.  Noarrows option.
  66.  
  67.  Maybe IA_FGPen, IA_BGPen support.
  68.  
  69.  Use SYSIA_Size to support hires and lores scrollers.
  70.  
  71.  Rewrite class to be a direct gadgetclass subclass.
  72.  
  73.  
  74. This will never happen:
  75. -----------------------
  76.  
  77.  No entries here..
  78.