Getting help-id during runtime

Hello,

is there a possibility to get the help id which is defined in the xml file?

In my case, I want to get the help id without invoking the “normal” online help. I found the method “findHelpId” in the adapter class but this returns null until the user invokes explicit the “normal” online help by e. g. pressing the question mark.

Thanks in advance.

H. Johannes

…we have a framework for extending the behaviour when the user presses online help. please have a look into the docu, the interface classes are:

(1) IOHManager
(2) IExtendedOHManager

Bjoern