[vtkusers] recording events occuring in render window

Mathieu Malaterre mathieu.malaterre at kitware.com
Fri Mar 26 10:24:25 EST 2004


Megha,

megha agarwal wrote:
> Hello,
>  
> Does anyone know a method / class which will help in recording the 
> events occuring in the render window ?

Have a look at:
vtkInteractorEventRecorder

> Also, i am building an application with vtk and vc++ and would like to 
> know how to keep the render window showing all the times even when 
> i switch to different dialog boxes. Is there any property of the render 
> window which will help me achieve this.

I am not sure about MFC, but there should be something like StayOnTop 
(that's how wxWidgets call it). This is definitely not a property of the 
render window, but the third party software you choose, in your case MFC.

HTH
Mathieu





More information about the vtkusers mailing list