On 2009 Sep 16, at 04:59, Graham Cox wrote:

You could use NSHelpManager instead, which is more cocoa-y.

What Graham says is true and is what you should be doing. If you really want to use AHGotoPage() you must #include <Carbon/Carbon.h> and also link to that framework.

A couple more things.

1. After adding anchors to your Help Book, you must run Help Indexer before these goto calls will work. 2. Make sure you add actual anchor tags, <a id="myLabel"</a>. These goto calls will not look for id= or name= attributes of other tags.

On 16/09/2009, at 7:37 AM, Andy Bettis wrote:

Apologies if this is a stupid question.

No, but you really should sign up for and use apple-help-author...@lists.apple.com .
_______________________________________________

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 arch...@mail-archive.com

Reply via email to