matthias.cosaert schrieb:
Hi,
you have to use the name defined in Call Scripting.AttachEvents(com, "com"):
function com_OnChar(nChar)
...
Hello
com_onchar will not work. Available within commandlistener are preonchar and postonchar. And also preonVchar, postonVchar for catching function keys etc.
Please have al look to the commandlistener object for details.