[vtkusers] How can I redirect vtk-(error)-messages to my own msg-pipeline?
Andy Cedilnik
andy.cedilnik at kitware.com
Mon Jul 14 07:35:50 EDT 2003
Hi Atze,
If you want to avoid messages all together, use
GlobalWarningDisplayOff(). If you actually want to trap messages and use
them, then set your own output window. Check vtkOutputWindow.
Andy
On Mon, 2003-07-14 at 03:07, atze1000 at freenet.de wrote:
> I am working with vtk on Windows-Platforms. When vtk encounters a
> problem it creates a window "outside" the application where an error
> message is displayed. I would like to redirect those messages to my
> own message pipeline and avoid the vtk-background window. What can I
> do?
More information about the vtkusers
mailing list