[vtkusers] vtkRenderWindowInteractor.Start() most of time does not open a Window
François Rongère
Francois.Rongere at ec-nantes.fr
Fri Jul 8 10:31:06 EDT 2016
Hi again,
Don't loose your time on that problem: I solved it.
This is the/vtkRenderWindow.FullScreenOn()/ that causes the problem (I
have made a procedural version of the code by adding iteratively my
different instructions). So I replaced it by
/vtkRenderWindow.SetSize(1024, 768)/ and it works everytime. So maybe a
bug in /FullScreenOn()/. My workstation has 2 screens though...
But it causes me to ask a way of getting the resolution of my screen
with vtk. Any idea ?
Cheers,
François
On 08/07/2016 15:55, François Rongère wrote:
> Hi,
>
> I managed to build a convenience python class to show some meshes. The
> problem I have is that when the vtkWindowInteractor.Start() method is
> called, most of the time nothing happen and sometime I get the wanted
> window. I tried calling the vtkWindowInteractor.Initialize() method
> and it seems that this is the real culprit... The really strage thing
> is that sometimes it is successful...
>
> In the case where it fails, I get no error message but the code seem
> to enter in the event loop as the command line is not released with no
> mean to take the hand back with a CTRL-C as the event loop does not
> support it, so it freezes my terminal. A try/except block catches no
> error too...
>
> I have no clue of what is happening and how to start debugging.
>
> I attached an example of this with example data file.
>
> I am running python 2.7 with vtk 6.3.0 on a Debian Jessie workstation.
>
> Any help appreciated,
>
> Best regards,
>
> François.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160708/ef0ed670/attachment.html>
More information about the vtkusers
mailing list