Skip navigation.
 
mlApple Help question
FROM : z
DATE : Wed Feb 27 18:12:57 2008

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!

Related mailsAuthorDate
mlApple Help question z Feb 27, 18:12
mlRe: Apple Help question Jerry Krinock Feb 27, 20:12
mlRe: Apple Help question Matt Neuburg Feb 29, 23:01