[vtkusers] Window Name
Andy Cedilnik
andy.cedilnik at kitware.com
Thu Oct 3 10:49:11 EDT 2002
Hello Marcelo,
This is a known bug and is caused by the window not being there yet when
you do SetWindowName. The first render creates window, then you can set
the name.
Andy
On Thu, 2002-10-03 at 09:56, marcelo oliveira wrote:
> I think that is Bug
>
> When i try change the name of Window using:
>
> renWin->SetWindowName( "FLAMENGO" );
> renWin->Render();
>
> anything change
>
> but when i use:
>
> renWin->Render();
> renWin->SetWindowName( "FLAMENGO" );
> renWin->Render();
>
> the name change.
>
> I´m using Win XP and VTK 4.0
>
> Tanks for your help and advanced me
More information about the vtkusers
mailing list