Hi Herbert, > i mean its clear if its done you cant veto anymore.
Yes, I thought so too, that's why I'd like one of the other events. > forgotten $event->Skip; could halted the event handling Nice creative thought. Well I checked this and there are no unaccounted for Skip()s. Meanwhile I'm going to check out your code again. Maybe I'll install it on my workstation and give it a trial. Thanks Steve. On Sat, Dec 29, 2012 at 7:29 PM, herbert breunung <deirdre_s...@web.de> wrote: > Hai Steve > > i mean its clear if its done you cant veto anymore. > > > Am 29.12.2012 21:55, schrieb Steve Cookson: >> Hi Herbert, >> >> Well, I wrapped EVT_AUINOTEBOOK_DRAG_DONE and that works OK (although >> $event->Veto doesn't work and doesn't error either). >> >> I can probably get by with that, but: >> >> - EVT_AUINOTEBOOK_BEGIN_DRAG >> - EVT_AUINOTEBOOK_END_DRAG >> >> Would give me better control over my user experience and the >> event-handlers for these remain uncalled. >> >> Any ideas why these aren't called? > > maybe tomorrow i have more ideas but for now i only asked myself if an > forgotten $event->Skip; could halted the event handling > > best > herbert > > >> This is what I have now: >> >> Wx::Event::EVT_AUINOTEBOOK_BEGIN_DRAG( $i_frame, -1, >> \&on_click_data_begin_drag); >> Wx::Event::EVT_AUINOTEBOOK_END_DRAG( $i_frame, -1, >> \&on_click_data_drag_done); >> Wx::Event::EVT_AUINOTEBOOK_DRAG_DONE( $i_frame, -1, >> \&on_click_data_drag_done); >> >> Regards >> >> Steve. >> >