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

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