Re: How to program the help button?
Re: How to program the help button?
- Subject: Re: How to program the help button?
- From: Ken Garden <email@hidden>
- Date: Thu, 22 Jul 2004 22:26:31 +0200
On Thu, 22 Jul 2004 07:22:58 -0600, Nick Zitzmann <email@hidden> wrote:
>
>
Did you assign it an action?
Yes, I used the function posted in my initial email. So the source
code looks like this:
- (IBAction)showHelp:(id)sender
{
AHGotoMainTOC("Button Help");
}
It actually builds, but the app crashes when I click on that help
button. Certainly this source code must be wrong and I admit I'm not
thoroughly into Cocoa yet. Any idea or do you know an example project
that makes use of this feature?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.