Re: forcing custom behavior
Re: forcing custom behavior
- Subject: Re: forcing custom behavior
- From: email@hidden
- Date: Sat, 23 Feb 2002 12:40:50 -0800
By default an NSDocument application will always create a new document.
I don't want that to happen (I have additional custom loading to do
after, plus I want to display a "starting point" window in the
beginning).
What should I edit to prevent the creation of a new document?
This came over the list just a few days ago. See the NSApplication
doc, under the delegate methods applicationShouldOpenUntitledFile: and
applicationShouldHandleReopen:hasVisibleWindows:.
Ben Haller
Stick Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.