<div dir="ltr">Hello!<div><br></div><div style>Is it possible that you send<span style="font-family:arial,sans-serif;font-size:13px"> </span><span style="font-size:13px;font-family:arial,sans-serif">a minimal, </span><span class="" style="font-size:13px;font-family:arial,sans-serif">compilable</span><span style="font-size:13px;font-family:arial,sans-serif">, self-contained </span><span class="" style="font-size:13px;font-family:arial,sans-serif">example?</span></div>
<div style><br></div><div style><br></div><div style>regards</div><div style>mirko</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 23, 2013 at 8:36 AM, Max <span dir="ltr"><<a href="mailto:smapersmaper@gmail.com" target="_blank">smapersmaper@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi mirko and thank you for your reply,<br>
I did exactly what you wrote and still no luck.<br>
the events are called but no dolly is performed.<br>
In fact, after i change the interactor style, no handling events is<br>
performs, no zoom, dolly etc, nothing...<br>
<br>
<br>
Code fragment:<br>
vtkRenderWindowInteractor inter = vtkRenderWindowInteractor.New();//<br>
renderWindow.GetInteractor();<br>
<br>
renderWindow.SetInteractor(inter);<br>
<br>
interactorStyle = vtkInteractorStyle.New();//<br>
inter.GetInteractorStyle();<br>
inter.SetInteractorStyle(interactorStyle);<br>
interactorStyle.LeftButtonPressEvt += new<br>
vtkObject.vtkObjectEventHandler(rightButtonPressVtkEvt);<br>
interactorStyle.LeftButtonReleaseEvt += new<br>
vtkObject.vtkObjectEventHandler(rightButtonReleaseVtkEvt);<br>
<br>
interactorStyle.SetInteractor(inter);<br>
<br>
Maybe its a bug?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Change-default-mouse-buttons-tp5720853p5720897.html" target="_blank">http://vtk.1045678.n5.nabble.com/Change-default-mouse-buttons-tp5720853p5720897.html</a><br>
<div class=""><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Real programmers don't document; if it was<br>hard to write, it should be hard to understand.
</div></div>