[vtkusers] Closing VTK window before application exits

sameermg sameer.gaikwad11 at gmail.com
Thu Jul 19 06:59:44 EDT 2012


Thanks for the help guys. I solved the problem by moving the creation of
window inside thread. The window gets closed when thread exits. Earlier the
window was created in main process. Plotting and closing was done in
threads. As the window was created in main process, thread could not close
it. Now it works fine.

--
View this message in context: http://vtk.1045678.n5.nabble.com/Closing-VTK-window-before-application-exits-tp5713966p5714781.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list