home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6679 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. References: <69071203%suamor@student.uni-tuebingen.de> 
  3. X-Newsreader: MicroDot 1.10 [UNREGISTRIERT]
  4. Mime-version: 1.0
  5. Content-Type: text/plain; charset=iso-8859-1
  6. Content-Transfer-encoding: 8BIT
  7. Path: news.tng.oche.de!tomate.tng.oche.de
  8. X-Gateway: ZCONNECT UE utomate.tng.oche.de.tomate.tng.oche.de [PolyNet zTOr V4.901 Serie: "light"]
  9. Subject: Re: GUI library for ARexx programs?
  10. Message-ID: <xXdGtMD0aez10@0humpty.tomate.tng.oche.de>
  11. Date: Sat, 30 Mar 96 22:28:29 GMT
  12. From: Humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich)
  13.  
  14. Suamor@student.uni-tuebingen.de ("Reinhard Katzmann" ) wrote on 30.03.1996 :
  15.  
  16.  
  17.  
  18. R)> > Is there a library for adding a Intuition GUI fast `n easy
  19. R)> > to ARexx programs? (E.g. with functions like
  20. R)> > SelectedItem = SelectFromArray(arrayname,first,last) )
  21.  
  22. Listview with TritonRexx ?
  23.  
  24. R)> I thought I've seen ARexx support for Triton and mabye MUI does also
  25. R)> support ARexx. I know for sure that BGUI doesn't (yet ?). If you
  26.  
  27. Both is true. While Triton support is done with a library
  28. 'tritonrexx.library' (util/rexx) MUI support can be obtained by using
  29. MuiRexx, which is a sort of MUI-Interpreter. There is also MUInt (dev/gui)
  30. which works with any language, that can handle env-vars. This one is a
  31. MUI-Interpreter, too. But very limited in oppostie to MuiRexx.
  32.  
  33. R)> dev/gui
  34.  
  35. Better place to look is util/rexx in this case. I recommend
  36. TritonRexx.library. It also needs, of course, Triton.library. One drawback:
  37. No MultiSelect listviews at the moment, due to Triton. But it is really a
  38. very nice one !!!! I use it all the day :-)
  39.  
  40. R)> BTW: I seem to be missing dev/rexx. Is Rexx not to be considered
  41. R)> as development tool/language ?
  42.  
  43. I feel tha same. This one sucks IMO. dev/rexx should be added to Aminet.
  44.  
  45. Ciao, Andreas
  46. HUMPTY@TOMATE.TNG.OCHE.DE
  47.  
  48.  
  49.  
  50.  
  51.