home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / libs / ReqToolDev.lha / ReqTools / ReqToolsDev.readme < prev   
Text File  |  1995-11-26  |  3KB  |  59 lines

  1. Short:    ReqTools 2.2c - the requester toolkit (user)
  2. Type:     util/libs
  3. Author:   nico@augfl.be (Nico Francois)
  4. Uploader: cmh@lls.se (Magnus Holmgren)
  5.  
  6. ---------------------------------------------------------------------
  7. NOTE: This is the developer archive, only includes, autodocs, glue
  8.       code, example files and similar 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.3) and RexxReqTools (1.2e):
  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,
  25. Req and Asl.  RTPatch will also patch some functions in Intuition to give
  26. you 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.2c (Library version 38.390 [1.3] - 38.1266 [2.0])
  36.  
  37.   Since using VideoControl() to get the visible display clip only seems
  38.     to work when the screen in question is the frontmost screen the
  39.     rtGetVScreenSize() function now falls back to using QueryOverscan()
  40.     for screens that are in the back (thanks to Dietmar Eilert for
  41.     reporting this).
  42.   Changed method of filtering DOS devices that are shown in the file and
  43.     volume requesters again.
  44.   Window size and gadget layout is now calculated in a sysihack compatible
  45.     way.
  46.   Bug fix: screenmode requester should no longer "lose" characters in the
  47.     color slider values on Kickstarts below V40 (3.1).
  48.   Bug fix: fixed enforcer hits that occured when the screenmode requester
  49.     came up with an empty list (all modes filtered out e.g.).
  50.   Minor bug fix: backfill pattern in EZRequesters now uses BACKGROUNDPEN
  51.     instead of pen 0.
  52.   Polish catalogs for library and preference editor included.  Translated
  53.     by Juan Carlos Marcin Orlowski.
  54.  
  55.   *************************************************************************
  56.  
  57. ReqTools 2.2c - reqtools.library
  58. Copyright (c) 1991-1994 Nico François
  59.