[vtkusers] Changing the size of the vtkOutputWindow

Rasmus Reinhold Paulsen rrp at imm.dtu.dk
Thu Apr 4 03:16:43 EST 2002


Hi Nils,

I use the following code in the start of the program to dump log messages
to a file instead of the window:

	// Avoid silly debug window and dump messages to a file
	std::string logname = "c:\\temp\\vkt_log.txt";
	vtkFileOutputWindow *outwin = vtkFileOutputWindow::New();
	 outwin->SetFileName(logname.c_str());
	 outwin->SetInstance(outwin);

Regards,
Rasmus

On Thu, 4 Apr 2002, Nils Hanssen wrote:

> is there a possibility to change the size of the debug window within the own
> code (not with the mouse)?
> I want to print some debug information but i can't see them all because the
> width of the window is too small and the window is freezed :(




More information about the vtkusers mailing list