home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0500.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.4 KB

  1. Received: by homer18.u.washington.edu
  2.     (5.65+UW95.02/UW-NDC Revision: 2.32 ) id AA58871;
  3.     Fri, 21 Apr 95 11:49:36 -0700
  4. X-Sender: tg3@homer18.u.washington.edu
  5. Date: Fri, 21 Apr 1995 11:49:35 -0700 (PDT)
  6. From: Thurman Gillespy <tg3@u.washington.edu>
  7. To: Clifford Thomas Matthews <ctm@ardi.com>
  8. Cc: Executor Discussion Group <executor@nacm.com>
  9. Subject: Re: Executor Features
  10. In-Reply-To: <m0s2GMI-00000BC@beaut.ardi.com>
  11. Message-Id: <Pine.A32.3.91i.950421113619.89775A-100000@homer18.u.washington.edu>
  12. Mime-Version: 1.0
  13. Content-Type: TEXT/PLAIN; charset=US-ASCII
  14. Sender: owner-executor@nacm.com
  15. Precedence: bulk
  16.  
  17. On Fri, 21 Apr 1995, Clifford Thomas Matthews wrote:
  18.  
  19. > Hi Thurman,
  20. > Mat already responded to much of your post, but I have a few specifics
  21. > to add.
  22. > >>>>> "Thurman" == Thurman Gillespy <tg3@u.washington.edu> writes:
  23. >     Thurman> Unfortunately, I require some System
  24. >     Thurman> 7 features, actually just the 4 required apple events,
  25. >     Thurman> and the calls to CustomGetFile, CustomPutFile
  26. > Hmmm, as I understand it, the 4 required Apple Events are open your
  27. > application, open a document, print a document and quit, right?  Won't
  28. > your app also have menu items to do that?
  29.  
  30. Of course, there isn't a menu command to launch the application, but 
  31. otherwise, yes. I actually send Apple Events to myself, per current 
  32. Apple recommendation, which means I could be scriptable in the future.
  33.  
  34. > Right now *any* use of Apple Events will cause Executor to crash and
  35. > burn, but fairly soon, we'll "spoof" Apple Events to the extent that
  36. > you'll be able to make the calls, but you just won't see any events.
  37. > It seems to me that such spoofing will be sufficient for your (and
  38. > many other programs') needs, no?
  39.  
  40. I'm not sure what you mean by "spoof". The cannonical method is to use 
  41. Gestalt to check if Apple Events are present. So I assume you will have 
  42. Gestalt answer nope, no AE in THIS machine. As of right now, if I don't 
  43. receive any Apple Events, my app won't open any docs or be able to quit. 
  44. But this is easy to program around. But I NEED TO KNOW that AE are not there.
  45.  
  46. > I will also be adding real support (not spoofing) for a bunch of
  47. > System 7 filesystem calls, and that should include CustomGetFile and 
  48. > CustomPutFile (and the other System 7 Standard File Package routines).
  49.  
  50. These are a delight to the developer, so supporting them is a good idea.
  51.  
  52. -thurman
  53.  
  54.