home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580a.lha / TRexx_v1.05 / TRexx_v1.05.readme < prev    next >
Text File  |  1991-09-03  |  2KB  |  64 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.05 Update
  14.                                     9/3/91
  15.  
  16.  
  17.  
  18. - What's new? -
  19.  
  20. There  were too many things being done to v1.04, so I decided that this latest
  21. fix  merited  a  new  version  number  (even  though I never released v1.04 to
  22. anyone).
  23.  
  24. First off, some keyboard commands have been added.  They are:
  25.  
  26.             Space       Auto
  27.             Return      Take
  28.             [           Turn on Key on Black
  29.             ]           Turn on Key on White
  30.             O           Turn off Key mode
  31.             L           Load a TRexx Script
  32.             S           Save/Generate a TRexx Script
  33.             I           Insert
  34.             D           Delete
  35.             C           Clear
  36.             W           Wait
  37.  
  38. More may be on the way, but I doubt it (yeah, right).
  39.  
  40.  
  41. Since  its  inception,  there  has been a bug in TRexx that caused the Toaster
  42. Switcher  to  crash.   This  occurred when TRexx was called up and then exited
  43. BEFORE  the  Switcher  was run.  I searched and searched for where the problem
  44. might  be,  but  could  never  find it (and since it only happened in that one
  45. instance,  I  wasn't  overly concerned).  It didn't help matters any that this
  46. bug did NOT occur at all under KickStart 2.0.
  47.  
  48. But  today I had the Toaster lock up on exit as well as call up.  That annoyed
  49. me,  so  I  took  another look at it.  The only part of my code that I had not
  50. previously  modified  (for  testing purposes) were the Open and CloseLibrary()
  51. calls,  since  I  ASSUMED  that  they should work fine (being system calls and
  52. such).
  53.  
  54. Well,  so  much for that.  I was opening the MathBase ROM library, never using
  55. it, and then closing it.  For some reason, this seems to have been the problem
  56. (which,  I guess, explains why it never crashed under 2.0:  since 2.0 supplies
  57. a new MathBase).
  58.  
  59. Now  the program works fine, all the time, which is very reassuring to me (and
  60. should  be  to  anyone  using it).  Have fun, and I'll TRY to go more than two
  61. days without updating this stupid thing!
  62.  
  63. -Keith
  64.