Re: Simple question about document based apps
Re: Simple question about document based apps
- Subject: Re: Simple question about document based apps
- From: Todd Freese <email@hidden>
- Date: Thu, 28 Oct 2004 07:52:29 -0500
I put this in my appController and it seems to do the trick.
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender
{
return NO;
}
Todd Freese
The Filmworkers Club
>
How can I setup a document based application so that it does not
>
automatically open a document window when starting the application?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden