• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Help with Help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: 2 NSFileHandle bugs?
  • Next by Date: Re: Quartz, OpenGL or NSImage?
  • Previous by thread: Re: NSBrowser Help
  • Next by thread: Memory management question (passing objects to method)
  • Index(es):
    • Date
    • Thread