<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:8pt"><div><br>The problem I was seeing earlier involved interactors and the fact that the interactor.start function does not return, apparently ever, until the renderwindow in question is destroyed. Most of the examples I see include the creation of an interactor and the interactor.start call; in most cases the examples pop a renderwindow up as a dialog and the user gets rid of it before proceeding to a next step and there is no problem.<br><br>Most examples also have vtk objects declared locally in functions called add_somethingorother_to_window and if you do that, then eliminating the interactor lines produces pathology the first time you go to do any sort of an interaction type thing (like adjusting opacity) programmatically. If you make the vtk objects class level and eliminate the
interactor lines, then all problems go away.<br><br>Documentation should probably include some sort of a warning about this for the benefit of people trying to use the vtk components. The same behavior occurs using either the Sourceforge or Kitware version of wrapper libraries and components.<br><br><br>Ted<br><br><br></div></div><br>
</body></html>