register a help book
register a help book
- Subject: register a help book
- From: Wesley Smith <email@hidden>
- Date: Tue, 13 Oct 2009 06:45:14 -0700
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@hidden)
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:
This email sent to email@hidden