Help Viewer not scrolling to anchors
Help Viewer not scrolling to anchors
- Subject: Help Viewer not scrolling to anchors
- From: Jerry Krinock <email@hidden>
- Date: Wed, 10 Aug 2005 07:16:38 -0700
I expect either of these lines:
AHLookupAnchor(myBookName, CFSTR("myAnchor"));
or
[[NSHelpManager sharedHelpManager]
openHelpAnchor:@"myAnchor"
inBook:(NSString*)myBookName] ;
to open to the help page containing this anchor:
<a name="myAnchor"></a>
in Apple Help Viewer, and also to scroll its view down to that myAnchor.
Result: In either case, the proper page is opened, but it does not scroll
down to myAnchor as expected. I'm using Mac OS 10.4.2. I have run Apple's
Help Indexer and put its latest index in the app's package.
Is my expectation incorrect?
Note: A similar problem was recently reported in Panther, but not resolved,
by Gerriet M. Denkmann:
http://www.cocoabuilder.com/archive/message/2005/7/2/140676
Jerry Krinock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden