[Paraview] Geometry attribute in PVX files

Aashish Chaudhary aashish.chaudhary at kitware.com
Mon Jan 14 13:42:17 EST 2013


Hi Stephan ,

Glad that you liked it. We can add this feature since this is really quick
to add.

Thanks


On Wed, Jan 9, 2013 at 2:18 AM, Stephan Rogge
<Stephan.Rogge at tu-cottbus.de>wrote:

> Hello,
>
> I've noticed the new geometry attribute in the PVX configure files to place
> and size render windows for each render server process. GREAT!!! This makes
> the life of ParaView in the CAVE mode under Windows much easier :).
>  Adding this attribute to my PVX files works great under Windows, but I
> have
> render windows with borders / decoration rather than real full screens. I
> think in vtkPVSynchronizedRenderWindows (line 1161 - 1165) the activation
> of
> the full screen mode is missing:
> // Use the specified geometry
> this->Internals->SharedRenderWindow->SetPosition(geometry[0],
>                                                            geometry[1]);
> this->Internals->SharedRenderWindow->SetSize(geometry[2],
>                                                        geometry[3]);
>
> Adding this line before helps me to get rid of these borders:
> this->Internals->SharedRenderWindow->SetFullScreen(1);
>
> Is this a bug or an desired functionality?
>
> Regards,
> Stephan
>
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>



-- 
| Aashish Chaudhary
| R&D Engineer
| Kitware Inc.
| www.kitware.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130114/651324e4/attachment.htm>


More information about the ParaView mailing list