Women in Technology

Hear us Roar



Article:
  Creating Online Help with Tinderbox
Subject:   Linking to specific pages
Date:   2004-03-30 20:24:31
From:   macrophyllum
How does one link to a specific help page from a cocoa application?
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Linking to specific pages
    2004-03-31 13:51:48  tim1724 [View]

    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.