• 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 Book Name with spaces
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help Book Name with spaces


  • Subject: Help Book Name with spaces
  • From: Bill Patterson <email@hidden>
  • Date: Wed, 8 Mar 2006 23:14:53 -0600

I've got an application with two words in the executable. When I added the second word, the help stopped working. It opens the help viewer, but displays an empty page. Making changes one at a time, I discovered that by adding a space to the help book name CFBundleHelpBookName, such as "VelaStar Monitor Help" causes it to fail, at least in 10.4.3. Making this " VelaStarMonitor Help" works.

The problem is, it lists it in the Help View library menu as "VelaStarMonitor Help", and the title of the window is the same.

Yes, I'm changing both info.plist and help file AppleTitle parameters.

This works:

HTML:
<meta name="AppleTitle" content="VelaStarMonitor Help">

info.plist
   <key>CFBundleHelpBookName</key>
   <string>VelaStarMonitor Help</string>


This doesn't:

HTML:
<meta name="AppleTitle" content="VelaStar Monitor Help">

info.plist
   <key>CFBundleHelpBookName</key>
   <string>VelaStar Monitor Help</string>


Any ideas? I assume there is a work-around, as I noticed Address Book does this without the info.plist parameter.


Thanks,

Bill Patterson
_______________________________________________
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


  • Follow-Ups:
    • Re: Help Book Name with spaces
      • From: Darkshadow <email@hidden>
  • Prev by Date: How to control the Printing Font
  • Next by Date: playing swf file
  • Previous by thread: How to control the Printing Font
  • Next by thread: Re: Help Book Name with spaces
  • Index(es):
    • Date
    • Thread