| Sign In/My Account | View Cart |
| Article: |
Creating Online Help with Tinderbox | |
| Subject: | Linking to specific pages | |
| Date: | 2004-03-31 13:51:48 | |
| From: | tim1724 | |
|
Response to: Linking to specific pages
|
||
|
In Panther you can use NSHelpManager's -openHelpAnchor:inBook: or -findString:inBook: methods. If you need to support prior versions of Mac OS X, then you have to call the Carbon Apple Help functions (AHLookupAnchor or AHSearch) directly. |
||