<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#003333">
    Hi all,<br>
    <br>
    Can someone explain me why I can't get the LeftButtonReleaseEvent
    here :<br>
    <br>
    *********<br>
    _VtkConnections = VSM(vtkEventQtSlotConnect)::New();<br>
    <br>
_VtkConnections-&gt;Connect(_VtkScene-&gt;GetRenderWindow()-&gt;GetInteractor(),<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkCommand::MouseMoveEvent,<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this,<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SLOT(MySlot1()) );&nbsp;&nbsp;&nbsp; //OK<br>
    <br>
_VtkConnections-&gt;Connect(_VtkScene-&gt;GetRenderWindow()-&gt;GetInteractor(),<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkCommand::LeftButtonPressEvent,<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this,<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SLOT(MySlot2()) );&nbsp;&nbsp;&nbsp; //KO<br>
    *********<br>
    <br>
    From where does this problem come ?<br>
    <br>
    Thanks by advance<br>
  </body>
</html>