home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Commodites / MRQ.readme < prev    next >
Text File  |  1998-04-27  |  2KB  |  41 lines

  1. Short:    The MUI requester improver
  2. Author:   Matthias.Bethke@stud.uni-erlangen.de
  3. Uploader: Matthias.Bethke@stud.uni-erlangen.de
  4. Version:  1.5
  5. Type:     util/cdity
  6.  
  7.  
  8. If you like ARQ's functionality but find it a little old-fashioned,
  9. have a look at this! It's a MUIfied rewrite with similar features
  10. (new imagery, ARexx support, keyboard control etc.) and some new ones.
  11.  
  12. New since V1.4:
  13.  
  14. V1.5b  17-Apr-98        - although it doesn't show very much, V1.5b is a
  15.                           major rewrite! Trying to patch other
  16.                           intuition.library requester functions and add
  17.                           some features I found myself adding hacks and
  18.                           kludges to keep MRQ's main function a drop-in
  19.                           replacement for EasyRequestArgs(). No good!
  20.                           Now all the actual patch does is to allocate a
  21.                           message with some space to hold various data that
  22.                           needs to be kept while a requester is open. This
  23.                           it sends to MRQ's message port and just waits for
  24.                           a reply; the main MRQ process handles everything
  25.                           else. This makes for much better decoupling of
  26.                           MRQ and the process (now it may even be a simple
  27.                           task) calling EasyRequestArgs() than before.
  28.                         - drastically reduced stack usage (the patch only
  29.                           calls Exec now!), so no stack extension code
  30.                           needed any more.
  31.                         - also got a smaller executable again :-)
  32.                         - Implemented SINGLEIMB tooltype
  33.                         
  34. V1.5   20-Apr-98        - the ARexx soundplayer message isn't dispatched
  35.                           until all the GUI work is done and the window
  36.                           opened. Seem much better on slow machines and
  37.                           with player demons running at high priority.
  38.                         - Bugfix: race condition fixed in the ARexx code.
  39.                           Not a real problem as soundplayers are not likely
  40.                           to close their ports unexpectedly, but anyway...
  41.