Page 1 of 1

Invoking Help

Posted: Fri Aug 07, 2009 1:27 pm
by ConvertFromOldNGs
by David Mellow >> Thu, 23 Apr 2009 20:41:05 GMT

A cursory search of Jade help concerning invoking .chm files all seems to refer to F1 key, helpContextId and helpKeyword properties etc. Which all makes sense, but my question is...

....is there a Jade command to simply invoke Help programatically, so that e.g. a click of a button opens a specified help file at a given location etc?

There are obviously various fiddles possible, but just wondered if there is a simple straightforward function call that I haven't noticed?

Thanks.

Re: Invoking Help

Posted: Fri Aug 07, 2009 1:27 pm
by ConvertFromOldNGs
by BeeJay >> Sun, 26 Apr 2009 21:09:55 GMT

Try the Window::showHelp method and see if that will help achieve the desired result.

Cheers,
BeeJay.

Re: Invoking Help

Posted: Fri Aug 07, 2009 1:27 pm
by ConvertFromOldNGs
by David Mellow >> Mon, 27 Apr 2009 19:05:06 GMT

Ah excellent BeeJay, thanks for that... exactly what I want.