Re: Instantiating Objects in Nib Files
Re: Instantiating Objects in Nib Files
- Subject: Re: Instantiating Objects in Nib Files
- From: Dietrich Epp <email@hidden>
- Date: Sun, 16 Nov 2003 09:49:22 -0800
On Nov 16, 2003, at 12:13 AM, mmalcolm crawford wrote:
And no, the action methods aren't automatic... something has to
connect the Save menu command to something. For now I'll just
connect it to the first responder.
The Save menu *should* be connected to First Responder -- whichever is
the document object for the Main window is the object that should
receive the saveDocument: message...
Are you sure you're not confusing NSDocumentController and NSDocument?
Sorry, I meant commands like 'Save All' and 'Open' (my mind groups all
those commands).
Never mind anyway.
_______________________________________________
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.