Okay, I'm a skeptical person, so I have to ask why isn't there a "preferences" method in the FirstResponder IB object to begin with? But more to the point, how do I get a reference to the application delegate instance?
Thanks, Gabe > > ------------------------------ > > Message: 16 > Date: Thu, 25 Feb 2010 08:37:19 +1100 > From: Graham Cox <[email protected]> > Subject: Re: Application Menu - Preferences >> In an NSDocument app where should or how should the Application Preferences >> menu item be connected? > > > In general, it should be connected to First Responder (in fact nil) to an > action of your choice. Then that action can be implemented where it makes > most sense, which is likely to be the application delegate. > > --Graham > > _______________________________________________ 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]
