MantisBT - VTK
View Issue Details
0010525VTK(No Category)public2010-04-08 16:062016-08-12 09:55
François Bertel 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0010525: Inconsistent behavior of Start method in renderwindow interactor between Linux and Windows
Assuming everything is connected together (render window interactor `i', renderwindow 'w', renderer 'r' and a basic actor/mapper/sphere source) but nothing having be renderered yet,

1. on Linux, the following single call

i->Start();

is enough to bring up a window on a screen with a centered object and being interactive.


2. on Windows, nothing happens. Prior to i->Start() the following two lines are
required:

r->ResetCamera();
w->Render();
No tags attached.
related to 0010606closed Kitware Robot Inconsistent behavior of Start method in renderwindow interactor between Linux and Mac Carbon 
Issue History
2010-04-08 16:06François BertelNew Issue
2010-04-08 16:07François BertelStatusbacklog => tabled
2010-04-08 16:07François BertelAssigned To => François Bertel
2010-04-23 17:53François BertelRelationship addedrelated to 0010606
2010-04-23 17:54François BertelNote Added: 0020384
2010-09-07 13:43François BertelAssigned ToFrançois Bertel =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037161
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0020384)
François Bertel   
2010-04-23 17:54   
this bug will have to be fix at the same time than bug 0010606
(0037161)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.