Hi! Someone know what could happen here? I trying to use these two
events (BeginSize, EndSize). OnBeginSize doesnt works and OnEndSize
works. I cant understand because both are writted the same way.
Diego
class MyEvent(wxShapeEvtHandler):
def __init__(self):
wxShapeEvtHandler.__init__(self)
Hi! Someone know what could happen here? I trying to use these two
events (BeginSize, EndSize). OnBeginSize doesnt works and OnEndSize
works. I cant understand because both are writted the same way.
It appears that OnBeginSize is never called from within the OGL C++ code. Should be easy to fix though.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!