Help Book Name with spaces
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