home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 135 / af135a.adf / MRQ.lzx / MRQ / MRQ.readme < prev    next >
Text File  |  2013-06-20  |  2KB  |  49 lines

  1. Short:    The MUI requester improver
  2. Author:   Matthias.Bethke@gmx.net
  3. Uploader: Matthias.Bethke@gmx.net
  4. Version:  1.12
  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 lots of new ones.
  11.  
  12. New since V1.9:
  13. V1.10   - Now finds SetMan and doesn't warn on exit any
  14.           more if it is installed.
  15.         - fixed the function to check AVOIDTASKS, now
  16.           works with strange programs like THOR where
  17.           GetProgramName() returns success and an empty
  18.           name
  19.         - the <RETURN>-key-handling has changed somewhat:
  20.            - MRQ now activates the default button so it can
  21.              be rendered with a colored frame by MUI.
  22.            - there is no fixed binding of <RETURN> to the
  23.              default button any more, so you can change the
  24.              active object with the tab key (this has been
  25.              possible ever since but before there was no
  26.              active object until the first <TAB>)
  27.            - if the application requests that no button
  28.              should react on <RETURN>, no button will be
  29.              activated when the requester opens. You can
  30.              still cycle through them with <TAB> and press
  31.              <RETURN> just like before though.
  32.         - major rework of the graphics system! Now uses
  33.           NewImage.mcc (included) for much cleaner image
  34.           handling.
  35.           See http://www.linguistik.uni-erlangen.de/~msbethke/software.html
  36.           for the latest version!
  37.         - as a result, MRQ now supports truecolor images,
  38.           displayed in all their glory on hi-/truecolor
  39.           screens!
  40.         - Added DEFAULTICON option: if a requester text
  41.           doesn't match any class, MRQ can now show the
  42.           calling program's icon (if any) instead of the
  43.           default image.
  44.         - Fixed a few bugs that could cause Enforcer hits
  45.           if function parameters were incomplete (which is
  46.           legal in some cases for ReqTools)
  47.         - Again: fixed a problem with pr_WindowPtr
  48.         - Adapted to latest version of NewImage.mcc
  49.