[wxPython] STC Macro Recording Questions

Hey again,
    Well, moving on... I'm trying to record all the events processed by the
STC control. That part is easy (again), just using StartRecord / EndRecord
and the EVT_STC_MACRORECORD event hook. That's all find and dandy... Now I
want to play it back! A simple call to ProcessEvents didn't work -- no real
big surprise there. I cannot seem to find a method on the STC control to
accept a recorded event, nor can I seem to call the SendMsg method in the
wxWindows wrapper to achieve the same result. Am I taking the wrong
approach? Does anyone have ideas?

Any help is, as always, appreciated!

Thanks,
-Shane Holloway

···

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Hey again,
    Well, moving on... I'm trying to record all the events processed by

the

STC control. That part is easy (again), just using StartRecord /

EndRecord

and the EVT_STC_MACRORECORD event hook. That's all find and dandy... Now

I

want to play it back! A simple call to ProcessEvents didn't work -- no

real

big surprise there. I cannot seem to find a method on the STC control to
accept a recorded event, nor can I seem to call the SendMsg method in the
wxWindows wrapper to achieve the same result. Am I taking the wrong
approach? Does anyone have ideas?

Sorry, SendMsg should have been public, but it is currently private so no
Python wrappers are generated for it. I'll make that change for the next
release.

···

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