home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0178.lha / RexxArpLib / POSTER < prev    next >
Text File  |  1989-02-04  |  3KB  |  61 lines

  1. Article 218 of comp.binaries.amiga:
  2. Path: fishpond!nud!asuvax!noao!ncar!mailrus!ulowell!page
  3. From: page@swan.ulowell.edu (Bob Page)
  4. Newsgroups: comp.binaries.amiga
  5. Subject: v02i074:  rexxarplib - rexx interface library v2.0, Part01/03
  6. Message-ID: <10649@swan.ulowell.edu>
  7. Date: 11 Dec 88 06:05:14 GMT
  8. Organization: University of Lowell, Computer Science Dept.
  9. Lines: 663
  10. Approved: page@swan.ulowell.edu
  11.  
  12. Submitted-by: mjl@emx.utexas.edu (Maurice LeBrun)
  13. Posting-number: Volume 2, Issue 74
  14. Archive-name: libraries/rexxarplib20.uu1
  15.  
  16. This is the first part of the rexxarplibrary distribution.  Please run
  17. each part through sh, then concatenate and uudecode.
  18. Following is a brief description of the contents taken from the doc file.
  19.  
  20.  
  21.                    RexxArpLib.Library Version 2.0
  22.                    ==============================
  23.  
  24.                          Copyright (C) 1988
  25.                                 by
  26.                           W.G.J. Langeveld
  27.  
  28.  
  29.  
  30.     Originally, this library was supposed to be an ARexx interface
  31. to the ARP library. However, although it indeed interfaces to some of
  32. the ARP functions, it has become much more of an interface to various
  33. Intuition functions. I have considered renaming the library to
  34. something else, but by now everyone refers to it by this name, so I'll
  35. leave it like it is.
  36.     Version 2.0 is pretty much the final version. The library has
  37. grown considerably since the first release, and it is about as big as
  38. a library should ever get. If I find the need for a lot of other
  39. functions, they'll have to go into a different library.
  40.     The library contains over 50 functions now. One is Charlie's
  41. famous ARP file requester, another is a simple combination
  42. string/boolean requester that does auto-everything. All you have to do
  43. is specify the strings you want it to display. Then there are
  44. environment variable things, and a simple message window you can keep
  45. hanging around. On popular request, there is now a wildcard expander
  46. (not to be confused with a 'directory' function!) that uses the new
  47. Rexx Variables Interface (RVI).
  48.     The major new things though, are the interface routines to
  49. Intuition.  You can now open screens and windows, add boolean and
  50. string gadgets to them as well as menus, draw lines and areas and
  51. circles and whatever. You can make your gadgets, menus, and windows
  52. send messages to wherever you like and you can format those messages,
  53. though they have to ARexx messages, in any way you like, using any
  54. information that's currently available. All this is rather hard to
  55. explain. You'll really have to play with it and look at some examples.
  56.     As usual, this stuff is NOT public domain, but freely distributable.
  57.  
  58. -- 
  59. Bob Page, U of Lowell CS Dept.  page@swan.ulowell.edu  ulowell!page
  60. Have five nice days.
  61.