Re: Preference Pane Sample Not quite working
Re: Preference Pane Sample Not quite working
- Subject: Re: Preference Pane Sample Not quite working
- From: Steve Bennett <email@hidden>
- Date: Mon, 12 Nov 2001 10:03:30 -0500
The Apple docs for Preference Panes are actually fairly good. I wish all of
the Cocoa classes had overview documentation like this -- it would save a
huge amount of trouble. If you look in the Developer Help Center,
preference panes are documented under "Additional Technologies".
There, under "Anatomy of a Preference Pane Bundle" or "Creating a Preference
Pane Bundle", you can see that you'll either need to specify a
NSPrefPanelIconLabel key in your Info.plist, or make sure it's missing and
set your "CFBundleName" entry in InfoPlist.strings to the value you want.
-->Steve Bennett
>
Date: Mon, 12 Nov 2001 00:28:41 -0500
>
Subject: Preference Pane Sample Not quite working
>
From: John Tsombakos <email@hidden>
>
To: email@hidden
>
>
On www.cocoadevcentral.com there is an article about writing a
>
Preference Pane. I followed the article and created the project.
>
>
When I installed it and opened the System Prefs it showed up and seemed
>
to work fine. The only thing was, it was named "ScrollArrowsPane", both
>
in the System prefs and as the title when I clicked on it. I deleted it
>
from the ~/Library/PreferencePanes directory and went back to Project
>
Builder and in the Target Setting/Build Settings Pane, where I changed
>
the Product name to "Scroll Arrows". I rebuilt the file and installed
>
it. But it still shows up being named "ScrollArrowsPane". Is there
>
anywhere else that needs to change to make the correct name show up?
>
>
Thanks!
>
John T.