home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / applicat / 9448 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.9 KB  |  66 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!starnine!mikeh
  3. From: mikeh@starnine.com (Mike Haas)
  4. Subject: Textra and AREXX perfect together???
  5. Summary: Can I access textra from AREXX, if I can then how?
  6. Message-ID: <Bz9pGG.It6@starnine.com>
  7. Sender: mikeh@starnine.com (Mike Haas)
  8. Date: Mon, 14 Dec 1992 21:09:51 GMT
  9. Organization: StarNine Technologies, Inc.
  10. Keywords: Textra, text editor, arrex
  11. Lines: 53
  12.  
  13. papo@pyuxf.cc.bellcore.com writes:
  14.  
  15. >Hi netters:
  16.  
  17. >I'm running TEXTRA v 1.11.  In the editor you can call REXX scripts from a
  18. >very convenient menu.  Can AREXX use any services from TEXTRA?
  19.  
  20. >i. e.
  21.  
  22. >ADDRESS TEXTRA "Command"
  23.  
  24. >(I come from the IBM mainframe world and I know I can access ISPF/PDF
  25. >from REXX but I'm a total klutz in when you talk about programming the
  26. >Amiga)
  27.  
  28. >Regards,
  29.  
  30.  
  31. >Luis Roberto Anaya-Rivera         papo@pyuxf.cc.bellcore.com
  32. >-----
  33. >AWSDA member since 1992.  "You have the absolute right to defend yourself".
  34. >A true PL/1 hacker.  DCL 1 OBJECT BASED (THIS), 3 MEMBERFUN ENTRY;
  35.  
  36. Textra versions prior to 1.13 do have a bug in the ARexx interface that
  37. causes a hang when you try to set Textra as the default ARexx host via:
  38.  
  39.     address "TEXTRA"
  40.  
  41. However, ARexx commands can be sent to pre-1.13 Textras successfully on
  42. a per-line basis like this:
  43.  
  44. address "TEXTRA" "gotoxy 0 0"
  45. address "TEXTRA" "hopselect next word"
  46.  
  47. As I said, this is fixed in version 1.13 which is due to be released in
  48. January.  v1.13 also sports a plethora of new stuff like a font requester
  49. for selecting the display font on a per-window basis, multi-processing
  50. (ARexx scripts and print jobs are handled in the background, while you
  51. edit a third file), Insert file, and a great deal more.
  52.  
  53. The v1.11 Textra is supplied as an integrated text editor with JForth
  54. Professional; which uses Textra's exposed ARexx port to control it.
  55.  
  56. For more information:
  57.  
  58. mikeh@starnine.com
  59.  
  60.      OR
  61.  
  62. Mike Haas
  63. 3867 La Colina Rd.
  64. El Sobrante, CA. 94803
  65.  
  66.