home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0504.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  2.0 KB  |  49 lines

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