Help with help
Help with help
- Subject: Help with help
- From: Charlie Dickman <email@hidden>
- Date: Thu, 31 Jan 2008 21:23:00 -0500
Good people,
I'm having a bit of trouble getting help to work as a part of my application as follows.
With the help of a number of web pages I have managed to get a Help menu item that contains (a part) of my app's name as an item. The app's name is "TesseractX" but only "Tesseract" shows up in the item itself.
When I click on the aforementioned menu item an empty help window with a title of "untitled" opens.
The HTML for my help document works as desired when opened in Safari.
This line is included in the HTML header...
<HTML> <HEAD> <TITLE>TesseractX Documentation</TITLE> <meta name="AppleTitle" content="TesseractX Help"></meta> </HEAD>
The associated plist items are...
<key>CFBundleHelpBookFolder</key> <string>TesseractX Help</string> <key>CFBundleHelpBookName</key> <string>TesseractXDOC</string>
TesseractX Help is the name of the folder containing the HTML document TesseractXDOC.html, the gif's required by the HTML and an index created with the Help Indexer tool.
Can anyone help me with what I am doing wrong or not doing? A reference to read that is accurate would also be appreciated.
Regards,
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden