Apple Help question
-
I have problems trying to implement Apple Help.
All I get is an empty help window without a title.
My index.html file is:
<html>
<head>
<title>Yellow Help Book</title>
<META NAME="AppleTitle" CONTENT="Yellow Help">
</head>
<body>
<p>This is my Help</p>
</body>
</html>
My Info.plist includes:
<key>CFBundleHelpBookFolder</key>
<string>Yellow Help</string>
<key>CFBundleHelpBookName</key>
<string>Yellow Help Book</string>
and I connected Help item: "Yellow Help" to First Responder.
Help indexer gives me a msg: "Warning: index.html -- <TITLE> tag missing." -
under Tiger optimization.
I don't understand it.
I'd appreciate any suggestions.
Thanks.
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web! -
Try the suggestions listed in here
http://www.cocoabuilder.com/archive/message/cocoa/2006/4/8/160578
and then let us know if you're still having trouble. -
On Wed, 27 Feb 2008 12:12:57 -0500 (EST), "z" <zyberk...> said:
>
> I have problems trying to implement Apple Help.
> All I get is an empty help window without a title.
>
> My index.html file is:
> <META NAME="AppleTitle" CONTENT="Yellow Help">
> My Info.plist includes:
> <key>CFBundleHelpBookName</key>
> <string>Yellow Help Book</string>
Blaaaap! Mismatch, did not follow directions, game over, thank you for
playing! :) m.
--
matt neuburg, phd = <matt...>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
One of the 2007 MacTech Top 25: <http://tinyurl.com/2rh4pf>
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>



