Re: Can't get System prefPane to work
Re: Can't get System prefPane to work
- Subject: Re: Can't get System prefPane to work
- From: Gregory Weston <email@hidden>
- Date: Mon, 1 May 2006 17:24:01 -0400
On May 1, 2006, at 10:06 AM, email@hidden wrote:
I set the File Owner to a class of TestPref which is a subclass of
NSPreferencePane, and it has one action clickTest.
And when you created your project, you specified that the name of the
project is Test so that you ended up with TestPref.h/m source and an
Info.plist that specified TestPref for NSPrincipalClass?
What's the signature of the IBAction method you created to respond to
the click? It should be:
- (IBAction)clickTest:(id)sender;
If you forgot the argument, there's your answer.
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden