MantisBT - VTK
View Issue Details
0010606VTK(No Category)public2010-04-23 17:522016-08-12 09:55
François Bertel 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0010606: Inconsistent behavior of Start method in renderwindow interactor between Linux and Mac Carbon
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 Mac with Carbon (tested on Tiger), the program return with no window and no interaction. Prior to i->Start() the following line is required to create the window:

i->Initialize();

and the following lines are required to actually center and render something:
r->ResetCamera();
w->Render();
No tags attached.
related to 0010525closed Kitware Robot Inconsistent behavior of Start method in renderwindow interactor between Linux and Windows 
Issue History
2010-04-23 17:52François BertelNew Issue
2010-04-23 17:52François BertelStatusbacklog => tabled
2010-04-23 17:52François BertelAssigned To => François Bertel
2010-04-23 17:53François BertelRelationship addedrelated to 0010525
2010-04-23 17:53François BertelNote Added: 0020383
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: 0037163
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0020383)
François Bertel   
2010-04-23 17:53   
this bug will have to be fix at the same time than bug 0010525
(0037163)
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.