John Clark wrote:
My first question is - can I use this information to map back to an
wx.EVT_SOMETHING and identify a wxPython event this message represents?
There isn't one.
Then, assuming that there is no predefined wxPython event that is triggered
by this message, how do I go about setting up an event handler (I am
assuming that's how this will be done) for the HELPMSGSTRING message that is
being sent to my parent frame.I asked how this would be handled in #wxwidgets (hoping that I could somehow
translate this back to wxPython) and the answer I got back was the following
code example - which suggests that I would need to be able to code something
like this into the message loop of the frame - but I've never seen a
corrollary in wxPython to the below.
http://wiki.wxpython.org/HookingTheWndProc
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!