Adding Help to App
Adding Help to App
- Subject: Adding Help to App
- From: "William Irving Zumwalt" <email@hidden>
- Date: Sat, 23 Dec 2006 18:57:33 -0600
When I click on my main menu's 'Help' item, then the 'My-IDE Help' item
under it, I get the message "Help isn't available for My-IDE".
I've added the following to Resources/Info.plist.
<key>CFBundleHelpBookFolder</key>
<string>My-IDE Help</string>
<key>CFBundleHelpBookName</key>
<string>My-IDE Help</string>
And placed the html files in this directory structure ...
Resources
|- My-IDE Help
|- English
| - index.html
My index.html file is ...
<HTML>
<HEAD>
<TITLE>My Help Book</TITLE>
<META NAME="AppleTitle" CONTENT="My-IDE Help">
<META NAME="AppleIcon" CONTENT="My-IDE Help/images/icon.gif">
</HEAD>
<BODY>
<CENTER><H1>
My-IDE Help
</H1></CENTER>
</BODY>
</HTML>
I've also dragged the "My-IDE Help" directory into the
/Developer/Applications/Utilities/Help Indexer tool.
Any help much appreciated.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden