I'm trying to add a help book to my app.  I've been following the
instructions on
http://developer.apple.com/mac/library/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/user_help_intro/user_assistance_intro.html#//apple_ref/doc/uid/TP30000903-CH204-CHDIDJFE
.

I'm finding conflicting (at least to me) info in this article as
compared to various apps that are on my system.  I have created a
folder called LuaAV.help that lives in Resources/English.lproj.  In my
Info.plist, I have adde these items:

<key>CFBundleHelpBookFolder</key>
        <string>LuaAV.help</string>
        <key>CFBundleHelpBookName</key>
        <string>LuaAV.help</string>

>From what I understand, this is supposed to automagically register the
book with my app, but I'm not seeing it.  Inside my LuaAV.help folder,
I have a css file and a toc.html file.  Am I supposed to see an Help >
LuaAV menu item on app load?  How can I get this to show?

thanks for any pointers,
wes
_______________________________________________

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]

Reply via email to