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
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
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