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

Last Apple Help question (hopefully)

2009-09-16 Thread Andy Bettis
My fellow bohemians, My Help Book is now working fine - so much so that I've decided to add little help buttons on parts of the UI. All is well except that my call to AHGotoPage() can't find the function. What do I need to include? I know it's in AppleHelp.h but what's the format of the #

Re: Apple Help question

2008-02-29 Thread Matt Neuburg
On Wed, 27 Feb 2008 12:12:57 -0500 (EST), "z" <[EMAIL PROTECTED]> said: > >I have problems trying to implement Apple Help. >All I get is an empty help window without a title. > >My index.html file is: > >My Info.plist includes: > CFBundleHelpBookName > Yellow Help Book Blp! Mismatch, did not

Re: Apple Help question

2008-02-27 Thread Jerry Krinock
Try the suggestions listed in here http://www.cocoabuilder.com/archive/message/cocoa/2006/4/8/160578 and then let us know if you're still having trouble. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

Apple Help question

2008-02-27 Thread z
I have problems trying to implement Apple Help. All I get is an empty help window without a title. My index.html file is: Yellow Help Book This is my Help My Info.plist includes: CFBundleHelpBookFolder Yellow Help