Help for a prefPane?
Help for a prefPane?
- Subject: Help for a prefPane?
- From: Gregory Weston <email@hidden>
- Date: Thu, 3 Jun 2004 12:17:50 -0400
I submitted this to the help authoring list yesterday, but don't know
that it really qualifies as an "authoring" question.
Apple's NSPreferencePane documentation says:
Preference panes support Help menu items. You specify static help menu
items under "NSPrefPanelHelpAnchors" in the bundles Info.plist file;
for dynamic items you implement updateHelpMenuWithArray:.
And that's all it says. I've STFW and the archives for
NSPrefPanelHelpAnchors and can't find any other references.
I've also tried just throwing together a stock helpbook as I would with
an app (including the normal info.plist entries) and making an
additional entry called NSPrefPanelHelpAnchors with an array containing
a single dictionary with keys named "title" and "anchor" (the names of
the keys used to specify dynamic items). A response on the help
authoring list about making the value for that key just be a string
also didn't help.
Can anyone give me a shove in the right direction?
_______________________________________________
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.