by Stephen >> Wed, 5 May 2004 20:36:34 GMT
Hi,
We have a chm file help system in place at the moment, using the F1 key and the app.helpFile, and helpContextId properties of a form.
However we are wanting to change it to a web based help system. The problem is now trying to get it to work from within Jade. The app.helpFile only supports hlp, chm and pdf files.
As part of my testing I wrote code on the form keyUp event to check if the keyCode was F1. If it was I opened up my help webpage, with the appropraite helpContextId. Works great.
However I now want to get rid of the keyUp event as I don't want to be checking every key press when the app is running over a thin client.
So my question is, how can I get at the method/event that is called when the F1 key is pressed in a normal Jade Help system? I am assuming the Jade help system is not monitoring every key press to check if its F1, that would have big performance implications over a thin client, so how do they do it? and can I reimplement that method they call, so I can use my own help system instead?
Many Thanks
Stephen Persson