<div dir="ltr">Great, I'm glad its working for you.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 12, 2015 at 3:51 PM, Totte Karlsson <span dir="ltr"><<a href="mailto:totte@dunescientific.com" target="_blank">totte@dunescientific.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 8/10/2015 7:39 PM, Cory Quammen wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
In that case, perhaps you need to subclass vtkBoxWidget and override the same member functions. It is likely processing the mouse button clicks and not passing the event on to your custom interactor. Sorry for sending you down that path.<br>
<br>
</blockquote></span>
That did the trick perfectly!<br>
For anyone needing to do the same, just re implement the On*Button functions, in a derived widget class, like this<br>
<br>
void MyDerivedWidget::OnLeftButtonDown()<br>
{<br>
    BoxWidget::OnRightButtonDown();<br>
}<br>
<br>
Thanks!<span class="HOEnZb"><font color="#888888"><br>
-tk<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>