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