- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 25 Nov 2011 16:49:27 +0100
- To: bug-Wx-ActiveX@rt.cpan.org
Received on Friday, 25 November 2011 15:49:54 UTC
Hi, http://trac.wxwidgets.org/attachment/ticket/13679/patch.patch is a Wx patch that addresses an accelerator key handling issue I ran into. I've adapted it for Wx::ActiveX. It also seems the code no longer compiles, two event handling functions that it calls are `protected` now. This is discussed in wx/include/wx/window.h "To ensure correct operation..." and I followed the advice there. My HTML content now receives keydown events triggered by keys like arrow down, so this seems to work, but I've not tested it much beyond that yet. regards, -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Friday, 25 November 2011 15:49:54 UTC