Here's a walkthrough, in case it might be helpful: http://bravobug.com/news/?p=160
On Fri, Aug 21, 2009 at 4:19 PM, Brant Sears<[email protected]> wrote: > Hi. I'm trying to get a Help Book to open for my application. > > I have a pile of .htm and .css files that were given to me by someone who > generated them from Robo Help. > > I put them in a folder called "XX Help", dropped the folder onto Help > Indexer which generated a filed called "XX Help.helpindex" and added it to > the folder. > > I then added step to my build script that copies "XX Help" to > Resources/English.lproj in my app bundle. > > Then I added a key called CFBundleHelpBookFolder with the name "XX Help". > > Then in my applicationDidFinishLaunching method, I call AHRegisterHelpBook() > with the FSRef from my budle. > > When I call [NSApp showHelp: nil]; in response to the user choosing the help > menu item for the app, I get an messagebox that sayd "Help isn't available > for XX." > > I made sure there is a reasonable file called "index.html" in the help book. > > What should I do to get this to open? > > Thanks. > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please 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: > http://lists.apple.com/mailman/options/cocoa-dev/bravobug%40gmail.com > > This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
