home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Libs / REQTOL23.LHA / reqtools / ReqToolsUsr.readme < prev    next >
Encoding:
Text File  |  1995-11-26  |  4.8 KB  |  95 lines

  1. Short:    ReqTools 2.3 - the requester toolkit
  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 user archive, there are no includes, autodocs, glue
  8.       code, 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.3) 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.3 (Library version 38.1292)
  36.  
  37.   -----------------------------------------------------------------------
  38.   NOTE: Update work made by Magnus Holmgren. Due to the change of
  39.         programmer, please be aware of that there might be some
  40.         initial problems, such as missing files and similar.
  41.   -----------------------------------------------------------------------
  42.  
  43.   Release 1.3 of RexxReqTools included.
  44.   Recompiled using DICE 3.01. This was forced by the fact that I don't
  45.     have SAS/C (yet, at lest). As a result, the library now is a couple
  46.     of KBs larger.
  47.   Bug fix: screenmode requester now works better when showing a depth
  48.     gadget for HAM screens. Most notably, the requester will not crash
  49.     under certain circumstances, and will also handle HAM modes with a
  50.     depth of 8 (earlier, only depth 6 was supported). The HAM support was
  51.     a kind of hack, which was incomplete. Its still a hack, but it is
  52.     better now. ;)
  53.   In the file requester, when displaying the volumes list, RMB acts like
  54.     pressing the Get gadget. I.e., you can go back to the original list
  55.     by a simple RMB click. The "Volumes" gadget also acts like Get, if
  56.     pressed while the volume list is displayed.
  57.   The resizable requesters now uses "OS 3 zooming". I.e., the requester
  58.     doesn't move (unless needed) when zoomed.
  59.   Added zoom gadget for the palette requester. When zoomed, the
  60.     requester resizes to "titlebar" size; again, using OS 3 zooming if
  61.     possible.
  62.   Updated the Swedish translation a little.
  63.   In rtEZRequest, function keys can now be used to select the first ten
  64.     gadgets, if enabled in the prefs editor.
  65.   Added the 'Use function keys' option to the prefs program. Currently
  66.     this is the only way to enable this function. In the future there
  67.     will probably be a new tag/flag for this as well.
  68.   Increased the stack some requester functions allocates, if needed.
  69.     Should solve the crashing requesters with some programs when e.g.
  70.     CyberGraphX is installed.
  71.   Added missing tags to ReqTools.h (RTGL_CenterText and RTGS_CenterText).
  72.   Fixed the prefs editor so that all gadgets are updated when new
  73.     settings are loaded.
  74.   Rewrote the DICE-C glue. Now includes autoopen code.
  75.   New distribution layout. There are still two different archives, but
  76.     the contents are different little:
  77.     reqtools<ver>.lha is replaced with reqtools<ver>dev.lha, and contains
  78.     only the developer files (glue, examples, includes and autodocs). The
  79.     user archive (reqtools<ver>usr.lha) haven't changed.
  80.   The filerequester (and the font- and screenmode requester as well) will
  81.     now look better when the screen they open on have "strange" dri-pens.
  82.   Support for OS 1.3 completely dropped. The 1.3 version of
  83.     reqtools.library is no longer included.
  84.   Made a minor change in the ASL patch in RTPatch, so that it returns
  85.     errors more correctly (avoids annoying error requesters after having
  86.     cancelled certain file requesters). I hope the reassemble didn't
  87.     break anything. I haven't tested it much. ;)
  88.  
  89.  
  90.   *************************************************************************
  91.  
  92. ReqTools 2.3 - reqtools.library
  93. Copyright (c) 1991-1994 Nico François
  94.                    1995 Magnus Holmgren
  95.