Help with Help
Help with Help
- Subject: Help with Help
- From: Mike Mellor <email@hidden>
- Date: Mon, 28 Feb 2005 21:58:30 -0500
I am trying to add a help function to a Cocoa app using XCode 1.5. I
created a "Help" folder (I tried creating this at the program's top
level as well as the English.lproj folders without success), and wrote
a simple html file:
<html>
<head>
<meta name="AppleTitle" content="CoCalc Help"/>
<title>CoCalc Help</title>
</head>
<body>
<h1>CoCalc</h1>
<p>This is a test of the help system</p>
</body>
</html>
The I went and added the following to info.plist:
<key>CFBundleHelpBookFolder</key>
<string>Help</string>
<key>CFBundleHelpBookName</key>
<string>CoCalc Help</string>
I have also added a "CoCalc Help" menu entry in Interface Builder
I deleted the build folder to get a clean build, but still no luck
getting the help menu to launch the help viewer.
I have been using "Learning Cocoa with Objective C" as well as a few
web sites (including Apple's), but I can't figure it out. Any idea
what I need to do to get this working? Thanks.
Mike
Mike
--
There are 10 kinds of people in the world, those who understand binary
and those who don't...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden