Re: How to stop initial window ?
Re: How to stop initial window ?
- Subject: Re: How to stop initial window ?
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 7 Jul 2001 00:12:13 +0100
On Friday, July 6, 2001, at 08:07 pm, Robert Miller wrote:
I'm new to Cocoa and I'm working on a document based application
starting from the basic editor application supplied with Apple's Cocoa
Dev. seminar. This is probably a basic question but here goes. When I
launch the application it automatically opens an empty window. I don't
want it to do that, so how do I stop that behavior ? I haven't beena
able to find anything in NSDocument or NSApplication relating to this.
Any help is greatly appreciated.
This is the behaviour as defined in the Aqua HIG, which you should
comply with. It's just the way doc-based apps are meant to work!
Having said that, there is probably a way of overriding the default
show, but hey, i'll let someone else tackle that (it's too late here).
-- Finlay