home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0553.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.8 KB  |  42 lines

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