MantisBT - VTK
View Issue Details
0008896VTK(No Category)public2009-04-16 18:092011-10-03 17:33
Clinton Stimpson 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0008896: want vtkXRenderWindowInteractor::Start to return

If iren->Start() is called as part of another process, it doesn't seem possible to return from it in the X11 case without calling platform specific code.
vtkXRenderWindowInteractor::TerminateApp calls exit() whereas the others exit the event loops.

Attached is a patch to fix this so it behaves the same as Win32/Carbon/Cocoa.
No tags attached.
patch xiren2.patch (6,749) 2009-04-24 15:46
https://www.vtk.org/Bug/file/7188/xiren2.patch
Issue History
2009-04-16 18:09Clinton StimpsonNew Issue
2009-04-16 18:09Clinton StimpsonFile Added: xiren.patch
2009-04-24 15:46Clinton StimpsonFile Added: xiren2.patch
2009-04-24 15:46Clinton StimpsonFile Deleted: xiren.patch
2009-07-28 18:31Clinton StimpsonNote Added: 0016996
2009-07-28 18:31Clinton StimpsonStatusbacklog => @80@
2009-07-28 18:31Clinton StimpsonResolutionopen => fixed
2009-07-28 18:31Clinton StimpsonAssigned To => Clinton Stimpson
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-01-13 17:00guestNote Added: 0024657
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2011-10-03 17:33Clinton StimpsonStatuscustomer review => closed

Notes
(0016996)
Clinton Stimpson   
2009-07-28 18:31   
vtkXRenderWindowInteractor.cxx
new revision: 1.140; previous revision: 1.139
vtkXRenderWindowInteractor.h
new revision: 1.76; previous revision: 1.75
vtkXRenderWindowTclInteractor.cxx
new revision: 1.59; previous revision: 1.58
(0024657)
guest   
2011-01-13 17:00   
Fix committed to master branch.