<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 8/10/2015 7:39 PM, Cory Quammen wrote:<br>
    <blockquote
cite="mid:CAB5Fpx46wuKacHA=GBv4=QodzTyKQD7n-26_eDTvFCjvqzQJFQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra"><br>
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"> However, the
                subclassed interactors On*Button() functions are NOT
                called as the widget is visible and clicked on. Those
                overloaded functions are only called if clicking outside
                the widget.<br>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>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.</div>
            <br>
          </div>
        </div>
      </div>
    </blockquote>
    I believe I saw a post somewhere somebody having similar issue, with
    that solution, but now I can't seem to find it.<br>
    <br>
    Thanks for the suggestion!<br>
    -tk<br>
    <br>
    <br>
  </body>
</html>