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

  1. Path: sparky!uunet!olivea!apple!goofy!mumbo.apple.com!gallant.apple.com!kip2-3.apple.com!user
  2. From: jpugh@apple.com (Jon Pugh)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Quick TCL Question
  5. Message-ID: <jpugh-211292224942@kip2-3.apple.com>
  6. Date: 22 Dec 92 06:52:07 GMT
  7. References: <1992Dec22.015946.12196@rock.concert.net>
  8. Sender: news@gallant.apple.com
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: Apple Computer, Inc.
  11. Lines: 15
  12.  
  13. In article <1992Dec22.015946.12196@rock.concert.net>, tbl@rock.concert.net
  14. (Ted B Lowery -- Personal Account) wrote:
  15. > Hi all,
  16. > A quick question about the Think C Class Libraries.  When my program starts,
  17. > it is automatically sent a Open AppleEvent, which opens a blank document.  I
  18. > do not want a blank document automatically opened, so I want to stop this
  19. > default action.  But I cannot seem to find out how to do this without changing
  20. > the core classes.  How should I go about doing this?
  21.  
  22. Override DoAppleEvent and make the same check the default method does, but
  23. don't do anything.  Pass all other cases.
  24.  
  25. Jon
  26.