Hello,
I have an IEHtmlWindow embedded in my wxPython application.
The page i load in IE has some javascript code like:
document.onkeyup=checkKeys;
The problem is that inside the wxPython application, the keys capture
javascript does not work anymore.
Any hints ?
Thank you !