Hi all,<br><br>I'm trying to set up a Logo but I can't seem to turn off the interaction.<br><br>bits of the code:<br><br> widget->SetInteractor(interactor);<br> widget->SetRepresentation(rep);<br> widget->SetSelectable(0);<br>
widget->SetResizable(0);<br> widget->On();<br><br>with this code, I can still drag the logo around with my mouse!<br><br>Please help,<br>Paul<br><br>