Re: Not showing window at Document-Based application
Re: Not showing window at Document-Based application
- Subject: Re: Not showing window at Document-Based application
- From: Quincey Morris <email@hidden>
- Date: Sat, 26 Apr 2008 03:42:25 -0700
On Apr 26, 2008, at 02:57, Jere Gmail wrote:
I have created Document-Based application. The problem is that every
time I run the application an empty document is created.
I don't want this to happen. I want the user to have to open a new
one.
How can I disable this behaviour?
Take a look at NSApplication's delegate method
'applicationShouldOpenUntitledFile:'.
But -- if suppressing the untitled document is a matter of preference
instead of functionality -- it's worth thinking about whether
consistency with other document-based applications does not outweigh
dislike of the standard behavior.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden