Re: NSDocument newbie
Re: NSDocument newbie
- Subject: Re: NSDocument newbie
- From: SA Dev <email@hidden>
- Date: Tue, 26 Jul 2005 19:51:31 -0400
Look into NSApplication's -applicationOpenUntitledFile: delegate
method. You need to create an app delegate, connect it, then
implement this function (return NO or maybe check a user pref and
return that).
On Jul 26, 2005, at 7:11 PM, John Stiles wrote:
Now I have another NSDocument question. Instead of having my app
open up with a meaningless blank document, I'd like for it to start
up showing the Open dialog. How can I do this? Or at the very
least, how can I make the empty document at startup go away?
_______________________________________________
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