On Mon, Mar 31, 2008 at 11:29 PM, Rick Mann <[EMAIL PROTECTED]> wrote:
> It's easy enough to make my app open more document types, but that > doesn't really get at the core of the problem...how does one add > fundamental commands similar to Open? They're targeted at the first > responder, and it seems that typically, one does not subclass > NSApplication. Who handles these actions when the messages are sent, > in the varying cases of having a document open, vs. no document open, > etc? In a document-based application, the document controller does. See http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSDocumentController_Class/Reference/Reference.html#//apple_ref/occ/instm/NSDocumentController/openDocument: Hamish _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
