Re: Last Apple Help question (hopefully)

2009-09-16 Thread Andy Bettis
Dear Graham, Thanks for the tip - nice to be back in Cocoa land. There's still a couple of problems: The title does show up on the help button - well, just the central letters as it's clipped by the button size. I'm not sure what to use for the anchor parameter. I want to open a page ca

Re: Last Apple Help question (hopefully)

2009-09-16 Thread Jerry Krinock
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 and also link to that framework. A couple more things. 1. After

Re: Last Apple Help question (hopefully)

2009-09-16 Thread Graham Cox
Hi Andy, You could use NSHelpManager instead, which is more cocoa-y. I handle my help buttons with this, which uses the help button's title to store the help item anchor (help buttons don't have visible titles) - (IBAction)showHelpItemWithTitleOfSender:(id) sender { NSString* bo