home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!news.miami.edu!umiami!tcwan
- From: tcwan@umiami.ir.miami.edu
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Quick TCL Question
- Message-ID: <1992Dec22.091537.14239@umiami.ir.miami.edu>
- Date: 22 Dec 92 09:15:37 EST
- References: <1992Dec22.015946.12196@rock.concert.net> <jpugh-211292224942@kip2-3.apple.com>
- Followup-To: comp.sys.mac.programmer
- Organization: Univ of Miami IR
- Lines: 25
-
- In article <jpugh-211292224942@kip2-3.apple.com>, jpugh@apple.com (Jon Pugh) writes:
- > 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
- I've found that the behavior of the TCL starter app when compiled for FAR
- code & data is to NOT open a new document on startup. (I'd use oopsFarDebug,
- of course).
-
- Should it be different between the two?
-
- t.c.
- #I speak or myself :)
-
-