Re: [Q] Help system
Re: [Q] Help system
- Subject: Re: [Q] Help system
- From: David Remahl <email@hidden>
- Date: Tue, 18 Jun 2002 19:47:55 +0200
>
Hi,
>
>
Have you followed the tutorial for adding your help book to your
>
application?
>
>
See /Developer/Documentation/Apple Help/Tutorial/.
>
>
Basically, make sure you've got an AppleTitle meta tag set up in your
>
index.html file, make sure the file and its containing folder end up in
>
your app's Resources section, and make sure your CFBundleHelpBookFolder
>
and CFBundleHelpBookName Info.plist entries are properly set (the first
>
to match the name of the containing folder, and the second to match the
>
AppleTitle meta tag).
>
>
--Jess
I have found that the reason why the help book does not appear in the Help
Center is that the help book was not properly copied into the app bundle.
Copying it by hand or using CpMac solves the problem, presumably because it
preservs the HFS ft/cr's.
/ Sincerely, David Remahl
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.