You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxPyth...@googlegroups.com
I have an example in which the program creates an event object that inherits from wx.PyCommandEvent and submits it to wx.PostEvent. When the event emerges in the handler, its type is the parent class wx.PyCommandEvent and not the subclass. The program immediately fails when it tries to call a subclass method on the event. I'm sending the file with this post. My comments are marked with #### (or even more #'s). There are a couple of comments that came with it. They are marked with single #'s. One is totally obvious. I plead newbie ignorance on the other one. I got this example by copy and paste from a website that I don't remember.
I have another example that you can have if you want it. It's a smaller file, but more complicated because it's my attempt to get anythread to work in Python 3.3 with Phoenix. I was doing pretty well until I ran into this same problem. Now it has me stymied.