vtkOutputWindow

Bill Hoffman bill.hoffman at kitware.com
Wed Dec 15 16:12:31 EST 1999


<x-flowed>If you are using the nightly release on win32, you may have noticed that 
the error and
warning output is now going to a window and not into dialog boxes.   This 
is fine as long
as the vtk application does not crash.  However, when the application 
crashes, you can no
longer read the output.   So, I have added an option that allows the old 
behavior of using
MessageBox on windows to send output messages.

To enable the older style message box you can do this:

Tcl:
vtkOutputWindow win
win SetPromptUserOn

C++
vtkOutputWindow::GetInstance()->SetPromptUserOn();


William A. Hoffman
Kitware  Inc.
Visualization Solutions / VTK Commercial Support
469 Clifton Corporate Parkway
Clifton Park, NY 12065
bill.hoffman at kitware.com
1-518-371-3971 (Phone & Fax)



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------

</x-flowed>



More information about the vtkusers mailing list