Re: Help for Help
Re: Help for Help
- Subject: Re: Help for Help
- From: Jeffrey Taylor <email@hidden>
- Date: Tue, 1 Apr 2003 18:07:30 -0800
Your use of the CFAppleHelpAnchor key is incorrect.
see
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/
PropertyListKeys/chapter_15_section_4.html for details of what this key
is actually used for.
In your case, you don't really need it. You could leave that key out of
your plist and everything should work fine.
jeff
On Tuesday, April 1, 2003, at 12:22 PM,
email@hidden wrote:
Date: Tue, 1 Apr 2003 15:41:04 +0200
Subject: Help for Help
From: "Gerriet M. Denkmann" <email@hidden>
To: email@hidden
I have an App, with non-functioning help.
When I try to get help, the Help Viewer starts, shows an Untitled page
and I get the message:
2003-04-01 15:07:17.917 Help Viewer[16134] Exception raised during
posting of notification. Ignored. exception: *** -[NSURL
initWithString:relativeToURL:]: nil string parameter
From ../Contents/Info.plist:
...
<key>CFAppleHelpAnchor</key>
<string>SchwarzWald001</string>
<key>CFBundleHelpBookFolder</key>
<string>Help</string>
<key>CFBundleHelpBookName</key>
<string>SchwarzWaldHelp</string>
...
And ../Contents/Resources/English.lproj/Help/TOCTtemplate.htm
contains:
<HTML>
<HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=utf-8">
<TITLE>SchwarzWald Clicks</TITLE>
<META NAME="AppleTitle" CONTENT="SchwarzWaldHelp">
</HEAD>
<BODY>
<A NAME="SchwarzWald001"></A>
<p>Some text</p>
</BODY>
</HTML>
What am I doing wrong?
Any help is very much appreciated. I am quite helpless.
Gerriet.
_______________________________________________
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.