Franz Steinhäusler wrote:
···
On Wed, 05 Mar 2008 15:24:36 -0800, Robin Dunn <robin@alldunn.com> wrote:
Franz Steinhaeusler wrote:
Hello, how is it possible to send to an object (here a frame) an Move Event.
The print statements outputs the same values (if the frame is dragged or the move event is called
on the end of __init__, but nothing happens. What is wrong here?Platform and version? What are you expecting to happen?
MSW, 2.8.?.?
It was only a test, if I can move the frame, when sending the event *instead *of call Move.
Ah, I see. The EVT_MOVE event doesn't cause the move to happen, it is only a notification that the move has already happened.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!