home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20191 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.3 KB

  1. Path: sparky!uunet!wupost!news.miami.edu!umiami!tcwan
  2. From: tcwan@umiami.ir.miami.edu
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Quick TCL Question
  5. Message-ID: <1992Dec22.091537.14239@umiami.ir.miami.edu>
  6. Date: 22 Dec 92 09:15:37 EST
  7. References: <1992Dec22.015946.12196@rock.concert.net> <jpugh-211292224942@kip2-3.apple.com>
  8. Followup-To: comp.sys.mac.programmer
  9. Organization: Univ of Miami IR
  10. Lines: 25
  11.  
  12. In article <jpugh-211292224942@kip2-3.apple.com>, jpugh@apple.com (Jon Pugh) writes:
  13. > In article <1992Dec22.015946.12196@rock.concert.net>, tbl@rock.concert.net
  14. > (Ted B Lowery -- Personal Account) wrote:
  15. >> 
  16. >> Hi all,
  17. >> 
  18. >> A quick question about the Think C Class Libraries.  When my program starts,
  19. >> it is automatically sent a Open AppleEvent, which opens a blank document.  I
  20. >> do not want a blank document automatically opened, so I want to stop this
  21. >> default action.  But I cannot seem to find out how to do this without changing
  22. >> the core classes.  How should I go about doing this?
  23. > Override DoAppleEvent and make the same check the default method does, but
  24. > don't do anything.  Pass all other cases.
  25. > Jon
  26. I've found that the behavior of the TCL starter app when compiled for FAR 
  27. code & data is to NOT open a new document on startup. (I'd use oopsFarDebug,
  28. of course).
  29.  
  30. Should it be different between the two?
  31.  
  32. t.c.
  33. #I speak or myself :)
  34.  
  35.