Re: Localized Apple Help (HTML) doesn't load

2008-03-07 Thread Ryan Poling
I don't think you should be changing the help book name for each  
localization - keep it the same.


-Ryan

http://www.chimoosoft.com/


On Mar 6, 2008, at 9:03 PM, John Fox wrote:


Hi Folks:

I'm having a problem where localized versions of my local HTML help  
don't load, and I don't know how to debug this. For example, if I  
change the system preferences to Japanese, and click on the Help  
Menu item, the Apple Help Viewer app launches, its main window  
appears, but no help page shows. If I drag the index.html file from  
the Japanese.lproj folder in my app's Resources folder onto the Help  
Viewer icon in the doc, the help page loads and displays properly.  
So, it doesn't seem like there's anything wrong with the HTML itself.


I've double checked that the name of the folder matches the plist  
entries, and is readable.


Here's the relevant entry in my Info.plist:

keyCFBundleHelpBookFolder/key
stringMemoryMiner Help/string
keyCFBundleHelpBookName/key
stringMemoryMiner Help/string

Here's the relevant entry in the InfoPlist.strings file for Japanese:

CFBundleHelpBookName = MemoryMiner ヘルプ;

Am I missing something?

Any help would be greatly appreciated.

Best regards,

John___



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


(Solved) Localized Apple Help (HTML) doesn't load

2008-03-07 Thread John Fox

Hi Folks:

I discovered the problem was that the meta tags in the index.html  
didn't match the title in the InfoPlist.strings.


e.g.:

CFBundleHelpBookName = MemoryMiner ヘルプ;
meta name=AppleTitle content=MemoryMiner ヘルプ /

I hope this is helpful to some one at some point.

Take care,

John___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Localized Apple Help (HTML) doesn't load

2008-03-06 Thread John Fox

Hi Folks:

I'm having a problem where localized versions of my local HTML help  
don't load, and I don't know how to debug this. For example, if I  
change the system preferences to Japanese, and click on the Help Menu  
item, the Apple Help Viewer app launches, its main window appears,  
but no help page shows. If I drag the index.html file from the  
Japanese.lproj folder in my app's Resources folder onto the Help  
Viewer icon in the doc, the help page loads and displays properly.  
So, it doesn't seem like there's anything wrong with the HTML itself.


I've double checked that the name of the folder matches the plist  
entries, and is readable.


Here's the relevant entry in my Info.plist:

keyCFBundleHelpBookFolder/key
stringMemoryMiner Help/string
keyCFBundleHelpBookName/key
stringMemoryMiner Help/string

Here's the relevant entry in the InfoPlist.strings file for Japanese:

CFBundleHelpBookName = MemoryMiner ヘルプ;

Am I missing something?

Any help would be greatly appreciated.

Best regards,

John___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]