Bug fix for crash caused by keystroke before mouse click in IE control

Vadim Zeitlin vadim at wxwidgets.org
Thu Nov 22 07:11:44 PST 2007


On Wed, 21 Nov 2007 21:03:16 -0800 Ken Seehart <ken at seehart.com> wrote:

KS> I don't have time to get into the development process, however here is a 
KS> patch that somebody needs to implement:
KS> 
KS> _xactivex.cpp:_
KS> 
KS> bool wxActiveX::MSWTranslateMessage(WXMSG *msg){
KS>    
KS>     if (msg->message == WM_KEYDOWN){
KS> *>>>*      *if (m_window->m_oleInPlaceActiveObject.Ok()) { *    
KS>         HRESULT result = 
KS> m_oleInPlaceActiveObject->TranslateAccelerator(msg);xxx
KS>         return (result == S_OK);
KS> *>>>      }*
KS>     }
KS>    
KS>     return wxWindow::MSWTranslateMessage(msg);
KS> }

 Sorry, where exactly is this MSWTranslateMessage() found? I can't find it
in the wx sources.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list