View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010606VTK(No Category)public2010-04-23 17:522016-08-12 09:55
ReporterFrançois Bertel 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010606: Inconsistent behavior of Start method in renderwindow interactor between Linux and Mac Carbon
DescriptionAssuming 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();
TagsNo tags attached.
Project
Type
Attached Files

 Relationships
related to 0010525closedKitware Robot Inconsistent behavior of Start method in renderwindow interactor between Linux and Windows 

  Notes
(0020383)
François Bertel (developer)
2010-04-23 17:53

this bug will have to be fix at the same time than bug 0010525
(0037163)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-04-23 17:52 François Bertel New Issue
2010-04-23 17:52 François Bertel Status backlog => tabled
2010-04-23 17:52 François Bertel Assigned To => François Bertel
2010-04-23 17:53 François Bertel Relationship added related to 0010525
2010-04-23 17:53 François Bertel Note Added: 0020383
2010-09-07 13:43 François Bertel Assigned To François Bertel =>
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037163
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team