Skip Menu |

This queue is for tickets about the Wx-ActiveX CPAN distribution.

Report information
The Basics
Id: 72727
Status: open
Priority: 0/
Queue: Wx-ActiveX

People
Owner: Nobody in particular
Requestors: derhoermi [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wx::ActiveX patch for proper key handling
Date: Fri, 25 Nov 2011 16:49:27 +0100
To: bug-Wx-ActiveX [...] rt.cpan.org
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
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/

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #72727] Wx::ActiveX patch for proper key handling
Date: Fri, 25 Nov 2011 15:55:00 +0000
To: bug-Wx-ActiveX [...] rt.cpan.org
From: Mark Dootson <mark.dootson [...] znix.com>
Hi, Thanks for this. Fixes for the compilation failure against wxWidgets svn/development are already in Wx::ActiveX svn. I'll add your MSWProcessMessage handlers for the next CPAN release. Regards Mark On 25/11/2011 15:49, Bjoern Hoehrmann via RT wrote: Show quoted text
> Fri Nov 25 10:49:34 2011: Request 72727 was acted upon. > Transaction: Ticket created by derhoermi@gmx.net > Queue: Wx-ActiveX > Subject: Wx::ActiveX patch for proper key handling > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: derhoermi@gmx.net > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=72727> > > > 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,