Hi Stephan , <div><br></div><div>Glad that you liked it. We can add this feature since this is really quick to add. </div><div><br></div><div>Thanks</div><div><br><br><div class="gmail_quote">On Wed, Jan 9, 2013 at 2:18 AM, Stephan Rogge <span dir="ltr"><<a href="mailto:Stephan.Rogge@tu-cottbus.de" target="_blank">Stephan.Rogge@tu-cottbus.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've noticed the new geometry attribute in the PVX configure files to place<br>
and size render windows for each render server process. GREAT!!! This makes<br>
the life of ParaView in the CAVE mode under Windows much easier :).<br>
Adding this attribute to my PVX files works great under Windows, but I have<br>
render windows with borders / decoration rather than real full screens. I<br>
think in vtkPVSynchronizedRenderWindows (line 1161 - 1165) the activation of<br>
the full screen mode is missing:<br>
// Use the specified geometry<br>
this->Internals->SharedRenderWindow->SetPosition(geometry[0],<br>
geometry[1]);<br>
this->Internals->SharedRenderWindow->SetSize(geometry[2],<br>
geometry[3]);<br>
<br>
Adding this line before helps me to get rid of these borders:<br>
this->Internals->SharedRenderWindow->SetFullScreen(1);<br>
<br>
Is this a bug or an desired functionality?<br>
<br>
Regards,<br>
Stephan<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer <br>| Kitware Inc. <br>| <a href="http://www.kitware.com">www.kitware.com</a>
</div>