Re: Enabling Preferences
Re: Enabling Preferences
- Subject: Re: Enabling Preferences
- From: Chris Hanson <email@hidden>
- Date: Wed, 20 Jun 2007 14:31:07 -0700
On Jun 20, 2007, at 2:08 PM, Brian Heibert wrote:
How do I enable the Preferences menu and load my nib window when
Preferences is selected from the appication menu.
This is primarily a Cocoa or Carbon question, depending on the
technology you're using to implement your application. Please use
either the cocoa-dev or carbon-dev list as appropriate.
In Cocoa, you need to have an appropriate action in one of your
classes, and then connect the "Preferences..." menu item's action to
an instance of your class or to First Responder (if you want the
action to flow down the responder chain instead of being sent directly
to the instance that handles it).
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden