[vtk-developers] [VTK 0014130]: JAVA: No callback available when window is ready to custom settings
Mantis Bug Tracker
mantis at public.kitware.com
Mon Jun 17 11:27:01 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://www.paraview.org/Bug/view.php?id=14130
======================================================================
Reported By: Sebastien Jourdain
Assigned To: Sebastien Jourdain
======================================================================
Project: VTK
Issue ID: 14130
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: low
Status: tabled
Project: Kitware
Type: feature
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2013-06-17 11:27 EDT
Last Modified: 2013-06-17 11:27 EDT
======================================================================
Summary: JAVA: No callback available when window is ready to
custom settings
Description:
Some window/renderer/interactor method calls require an opengl context and if
those methods are called before the render window is embedded inside a UI
component in Java, a floating window get created and with bad luck that can even
crash your application.
Normally those changes should be achieved once the view is properly created and
a flag is available to know when such changes can be achieved. Although, no
callback mechanism are provided.
This patch, allow to set callback once the window gets properly created.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-06-17 11:27 Sebastien JourdainNew Issue
2013-06-17 11:27 Sebastien JourdainStatus backlog => tabled
2013-06-17 11:27 Sebastien JourdainAssigned To => Sebastien
Jourdain
======================================================================
More information about the vtk-developers
mailing list