• 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
Adding Help to App
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding Help to App


  • Subject: Adding Help to App
  • From: "William Irving Zumwalt" <email@hidden>
  • Date: Sat, 23 Dec 2006 18:57:33 -0600

When I click on my main menu's 'Help' item, then the 'My-IDE Help' item
under it, I get the message "Help isn't available for My-IDE".

I've added the following to Resources/Info.plist.

   <key>CFBundleHelpBookFolder</key>
   <string>My-IDE Help</string>
   <key>CFBundleHelpBookName</key>
   <string>My-IDE Help</string>

And placed the html files in this directory structure ...

Resources
   |- My-IDE Help
       |- English
           | - index.html

My index.html file is ...

<HTML>
<HEAD>
<TITLE>My Help Book</TITLE>
<META NAME="AppleTitle" CONTENT="My-IDE Help">
<META NAME="AppleIcon" CONTENT="My-IDE Help/images/icon.gif">
</HEAD>
<BODY>
<CENTER><H1>
My-IDE Help
</H1></CENTER>
</BODY>
</HTML>

I've also dragged the "My-IDE Help" directory into the
/Developer/Applications/Utilities/Help Indexer tool.

Any help much appreciated.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: Adding Help to App
      • From: "Simon Strandgaard" <email@hidden>
  • Prev by Date: Re: Build doesn't update help
  • Next by Date: Re: Build doesn't update help
  • Previous by thread: Exception closing NSPersistentDocument with unsaved data
  • Next by thread: Re: Adding Help to App
  • Index(es):
    • Date
    • Thread