Re: Document-based application
Re: Document-based application
- Subject: Re: Document-based application
- From: SA Dev <email@hidden>
- Date: Thu, 6 Oct 2005 15:00:25 -0400
Eric:
You must make an "application delegate". That delegate should
implement the following:
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender
{
return NO;
}
On Oct 6, 2005, at 2:35 PM, Eric PETIT wrote:
I begin programming in Cocoa.
I build a Cocoa Document-based application and I don't want that a
document opens automatically with launching.
What must I make ?
Thanks
E. PETIT
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40silentalcove.net
This email sent to email@hidden
_______________________________________________
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