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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com