Re: Last Apple Help question (hopefully)
Re: Last Apple Help question (hopefully)
- Subject: Re: Last Apple Help question (hopefully)
- From: Jerry Krinock <email@hidden>
- Date: Wed, 16 Sep 2009 06:50:29 -0700
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 email@hidden
.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden