hi all,<div><br></div><div>I have an application with a logo widget and a vtkPropPicker as demonstrated by the following 2 examples:</div><div><br></div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Widgets/LogoWidget">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Widgets/LogoWidget</a></div>
<div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Picking">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Picking</a></div><div><br></div><div>Both use vtkRenderWindowInteractor and seemed to conflict with each other.  Which ever gets initialized later, it doesn&#39;t work.  That is, if I have the picker initialized before the logowidget, the logowidget doesn&#39;t show up in the renderer; if the logowidget is initialized before the picker, I lose the picking functionality.</div>
<div><br></div><div><br></div><div>My application is based on the 2 vtk examples; any idea of they can co-exist together?</div><div><br></div><div>thanks,</div><div><br></div><div><br></div>