<html><body><div><br data-mce-bogus="1"></div><div>I have a vtkBoxWidget2, and a vtkBoxRepresentation.</div><div><br></div><div>I create them but don't show the box widget until the user clicks a button.</div><div><br></div><div>When initializing, I call</div><div><br></div><div><div>vtkProperty* prop = boxRep->GetHandleProperty();</div><div>prop->SetColor(1.0,0.0,1.0);</div></div><div><br></div><div><br></div><div>When the user clicks, I make it visible. However, the handles don't show any color (they are default white) until the user grabs one,</div><div>drags it, and releases it. The color then "sticks" with it.</div><div><br></div><div>How can I force the color to render properly when first shown?</div><div><br></div><div>Thanks</div><div><br></div><div>Rick</div></body></html>