Hi all,<br><br>I&#39;m trying to set up a Logo but I can&#39;t seem to turn off the interaction.<br><br>bits of the code:<br><br> widget-&gt;SetInteractor(interactor);<br> widget-&gt;SetRepresentation(rep);<br> widget-&gt;SetSelectable(0);<br>

 widget-&gt;SetResizable(0);<br> widget-&gt;On();<br><br>with this code, I can still drag the logo around with my mouse!<br><br>Please help,<br>Paul<br><br>