home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma60.dms / ma60.adf / ReqTools / ReqToolsUsr.readme < prev    next >
Encoding:
Text File  |  1996-06-12  |  3.5 KB  |  72 lines

  1. Short:    ReqTools 2.6 - the requester toolkit (user)
  2. Type:     util/libs
  3. Author:   nico@augfl.be (Nico Francois), cmh@lls.se (Magnus Holmgren)
  4. Uploader: cmh@lls.se (Magnus Holmgren)
  5.  
  6. ---------------------------------------------------------------------
  7. NOTE: This is the user archive. There are no includes, autodocs, glue
  8.       code, catalog sources or example files included.
  9. ---------------------------------------------------------------------
  10.  
  11. reqtools.library is a standard Amiga shared, runtime library.  The purpose
  12. of ReqTools is to make it a lot quicker and easier to build standard
  13. requesters into your programs. ReqTools is designed with Commodore's style
  14. guidelines in mind, all requesters have the look-and-feel of AmigaDOS
  15. Release 2.
  16.  
  17. ReqTools features the following requesters: a query requester, a string
  18. requester, a number requester, a file requester, a font requester, a
  19. palette requester, a volume requester and a screenmode requester.
  20.  
  21. Also included are RTPatch (1.4) and RexxReqTools (1.3):
  22.  
  23. RTPatch is a small program that will re-route functions from most popular
  24. requester libraries to ReqTools. Libraries currently supported are Arp, Req
  25. and Asl. RTPatch will also patch some functions in Intuition to give you
  26. improved system requesters.
  27.  
  28. RexxReqTools gives ARexx users easy access to a large family of requesters.
  29. All requesters are easy to use; they require one or no arguments. But the
  30. requesters also have a lot of power through several optional arguments and
  31. through tagstrings. RexxReqTools itself doesn't implement any of these
  32. requesters, it is a link between ARexx and ReqTools.
  33.  
  34.   *************************************************************************
  35.   RELEASE 2.6 (Library version 38.1413)
  36.  
  37.   Forgot to update the proto include file in 2.5.
  38.   The ReqTools preferences program got wrong (localized) strings
  39.     sometimes.
  40.   The file requester still did not show all volumes (but the volume
  41.     requester sometimes did). I also realized that this change in the
  42.     volume listing code means that the VREQF_ALLDISKS flags doesn't
  43.     work. A workaround would be possible (for most disks at least), but
  44.     is it really worth it?
  45.   Fixed a bug in the volume listing code, that could cause an incorrect
  46.     device name to be added to the volume name (if the dol_Task was NULL).
  47.   E-version of the demo included.
  48.   The color wheel didn't have its initial color right. Seems like
  49.     WHEEL_HSB doesn't work on ON_NEW...
  50.   Added soft link support to the file requester. Note that hooks need to
  51.     read the link themselves.
  52.   Russian translation added.
  53.   Updated Installer script to make use of some new features.
  54.   The palette requester would try to load the color wheel, and cause
  55.     Enforcer hits (or worse), when the wheel shouldn't be displayed.
  56.   The screen depth gadget in the screen mode requester didn't always
  57.     behave properly. Also added some safety checks.
  58.   The palette requesters copy and spread gadgets didn't work properly.
  59.     Made a silly mistake when adding the mode indicator in the window
  60.     title. ;)
  61.   The copy and spread gadgets in the palette requesters didn't work
  62.     properly. Made a silly mistake when adding the mode indicator in the
  63.     window title. ;)
  64.   The color wheel gadget will now always render in monochrome state, to
  65.     minimize the impact on the screen in question.
  66.  
  67.   *************************************************************************
  68.  
  69. ReqTools 2.6 - reqtools.library
  70. Copyright (c) 1991-1994 Nico François
  71.               1995-1996 Magnus Holmgren
  72.