home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / RxMUI / rxmui.readme < prev    next >
Encoding:
Text File  |  2001-05-29  |  670 b   |  25 lines

  1. Short:    RxMUI - MUI GUIs in ARexx macros
  2. Author:   alforan@tin.it (Alfonso Ranieri)
  3. Uploader: alforan@tin.it (Alfonso Ranieri)
  4. Version:  10.0
  5. Type:     util/rexx
  6.  
  7. ARexx needs a GUI library.
  8.  
  9. I like MUI and I made this library to use the MUI
  10. system in ARexx macros.
  11.  
  12. RxMUI is SAFE : it means you can make all the kind
  13. of orrible things in the macro and at least you
  14. get an ARexx error code.
  15.  
  16. RxMUI is "objected oriented" as much as ARexx may
  17. be : all you create is an object and you comunicate
  18. to it via methods.
  19.  
  20. RxMUI has a set of internal classes, the basic ones
  21. to create a GUI, plus an external classes system:
  22. it means RxMUI is easy toexpand.
  23.  
  24. RxMUI is FREEWARE.
  25.