Specifying the Comprehensive Help File
If youâve registered your help information in your applicationâs property list (Info.plist), when the user chooses the Help menu item the help file you specified for your application is displayed. This file should be the starting point of your help, and should allow users to access whatever information they might need.
Place a folder containing your help files in the Resources folder inside your applicationâs bundle. An HTML meta tag in must be specified on your helpâs title page (the âAppleTitleâ tag). Use Xcode to specify the two necessary Info.plist keys, which are CFBundleHelpBookFolder and CFBundleHelpBookName.
Itâs possible for applications to have more than one command under the Help menu and to have each command open a different help file. To implement this, connect each of the Help menu commands to a different action method. The action methods should call one of the functions from the Apple Help API to display your help.
Copyright © 2003, 2006 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2006-06-28