"Robin Dunn"
<robin@alldunn.com> To: robin@alldunn.com
Sent by: cc:
wxpython-users-admin@lists.wxw Subject: Re: [wxPython] Win32 messages (receiving
indows.org SendMessage() messages)
2001/05/10 12:29 PM
Please respond to
wxpython-users
Robin,
thank you for your help. I was hoping that I wouldn't have to re-write
very much but no such luck! I'll proceed with the socket implementation.
Thanks again.
PT
In the python app I have passed the handle of the top window to the
external application and have it SendMessage( HWnd,...) to the python
window but I'm not certain how to test for these messages on the wxpython
side. I thought perhaps a GetMessage() equivalent or using
EVT_CUSTOM()...
I have searched the archives but have not found any definitive help.
Could
some kind soul point me in the right direction?
Since wxWindows is all about hiding the platform differences there is no
provision for turning all messages into events (would cause way too much
overhead.) You could get around this in C++ and hook into the MSW message
handlers but I don't see a clean way to enable it for Python.
OTOH, Python has lots of fairly easy and cross platform ways to do IPC,
sockets, pipes, shared memory, etc.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users