[wxPython] wxApp -> ProcessMessage

I am writing an application that needs to receive Windows messages.
I have attempted to use the ProcessMessage method of wxApp, but looking at
the wxPython code, it appears not to be implemented??.

Has anyone succeeded in receiving messages using a wxPython application?

Cheers.

I am writing an application that needs to receive Windows messages.
I have attempted to use the ProcessMessage method of wxApp, but looking at
the wxPython code, it appears not to be implemented??.

Has anyone succeeded in receiving messages using a wxPython application?

I think it's possible using modules in the win32 package, but I don't know
any details. You can get the HWND for a wxWindow with the GetHandle method,
which can then be passed to whichever win32api functions you need.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!