System PreferencePanes
System PreferencePanes
- Subject: System PreferencePanes
- From: Matt Jaffa <email@hidden>
- Date: Sat, 28 Feb 2004 17:14:57 -0700
Hi,
I am writing a System Preference Pane Plug-in.
When I add a new custom class extending NSObject, or even
NSObjectController
it compiles fine but when i go to System Preferences to open up my
Preference Pane,
it throws an error that it can't be loaded, but when I go back to
XCode and delete the
new class files i made, and then recompile and install it then go to
SystemPreferences
it opens just fine,
is there some methods I must include in my newly created class that is
extending
NSObjectController so that no errors when trying to view my Preference
Pane?
Or can you not add anyother classes to a Preference Pane?
Matt
_______________________________________________
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.