Re: [wxVTK] LeftButtonReleaseEvent - wxVTKRenderWindowInteractor
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-11-11 12:43:57
|
That's the python version of wxVTK. I do not maintain it. Add debug/print statement in the wxVTK.py code and try to understand why the event is not triggered. On Tue, Nov 4, 2008 at 5:42 PM, Paulo Henrique Junqueira Amorim <pau...@gm...> wrote: > Hello, > > I'm having a problem dealing with the event LeftButtonPressEvent in > wxVTKRenderWindowInteractor, this event only occurs if you click twice > quickly. > > > The code: > > interactor.AddObserver ( "LeftButtonReleaseEvent", myfunction) > > > I'm using the version that is available at: > > http://www.vtk.org/cgi-bin/viewcvs.cgi/*checkout*/Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py > http://www.vtk.org/cgi-bin/viewcvs.cgi/*checkout*/Wrapping/Python/vtk/wx/wxVTKRenderWindow.py > > > > Regards, > Paulo Amorim > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > > -- Mathieu |