Debugging customed events

Hello,

I need to create customed events. I've followed the wxPython in action example and my event is not received. Of course this certainly comes from my code (because the Demo works). I'd like to know if there is tools (or methods) to debug events handling.

Thanks for your help.

Sebastien

The Widget Inspection Tool might help:

http://wiki.wxpython.org/Widget%20Inspection%20Tool

···

On Jul 23, 4:04 am, VINOT Sébastien <sebastien.vi...@prevention- informatique.fr> wrote:

Hello,

I need to create customed events. I've followed the wxPython in action example and my event is not received. Of course this certainly comes from my code (because the Demo works). I'd like to know if there is tools (or methods) to debug events handling.

Thanks for your help.

Sebastien

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

If you're not able to figure out what you have done differently than the demo then please make a small runnable sample that recreates the problem. MakingSampleApps - wxPyWiki

···

On 7/23/10 2:04 AM, VINOT S�bastien wrote:

Hello,

I need to create customed events. I've followed the wxPython in action example and my event is not received. Of course this certainly comes from my code (because the Demo works). I'd like to know if there is tools (or methods) to debug events handling.

--
Robin Dunn
Software Craftsman