home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580a.lha / TRexx_v1.05 / TRexx_v1.03.readme < prev    next >
Text File  |  1991-08-29  |  2KB  |  51 lines

  1.                                   T R E X X
  2.  
  3.                       Video Toaster ARexx Script Writer
  4.                     (complete with an Intuition interface)
  5.  
  6.  
  7.                Copyright 1991 by Kurris (a.k.a. Keith Williams)
  8.                                      and
  9.                              Kludge Code Software
  10.             "If it's a good program, then it MUST be a Kludge!"
  11.  
  12.  
  13.                              Version 1.03 Update
  14.                                    8/29/91
  15.  
  16.  
  17.  
  18. - What's new? -
  19.  
  20. What?  ANOTHER one?!!?  Yeah, yeah, I know, but this one was really needed,
  21. trust me.
  22.  
  23. Anyone using earlier versions of TRexx may have noticed a slight (or not so
  24. slight on a 68000 machine) delay in screen updates when selecting gadgets.  I
  25. had known that this was annoying, but didn't know just HOW annoying, until I
  26. ran TRexx on a bare bones 2000.  Yeck!  So I tweeked around a bit and was able
  27. to speed up the response time to almost nil.
  28.  
  29. I also fixed a bug that trashed the screen display when clearing scripts (it
  30. was nothing serious, but it made things look very strange).
  31.  
  32. Another TOOLTYPE has been added.  It is:
  33.  
  34.             SCRIPTS
  35.  
  36. and  is  used to define the directory where TRexx should save the scripts that
  37. it  generates (ex.  "SCRIPTS=SYS:Toaster/TRexx_Scripts/").  This option should
  38. only  be  used  if  you  are  also using the ICONX option, since ARexx scripts
  39. should  be executed from within the Toaster directory and nowhere else (ICONX,
  40. as  you  may  recall,  gives you a way to get around this).  If SCRIPTS is not
  41. set, TRexx will default to the Toaster directory.
  42.  
  43. The only other thing I changed was the file requester.  I think that a scaled
  44. down version of my file requester is all that is really needed for this
  45. program, so I put this one in instead of my full blown one (at a savings of
  46. ten whole K off of the executable).  You decide if it was really worth it.
  47.  
  48. And that's about it for this version.  Hope you like it!
  49.  
  50. -Keith
  51.