<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>John,</div>
<div><br>
</div>
<div>This doesn't actually answer your question, but can you set the size to something smaller that fits easily on your desktop and then use the magnification parameter of SaveScreenshot to create the larger screenshot that you actually want? The magnification
 will actually show the data at full resolution by rendering the image in pieces and stitching the results together.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>John Moore <<a href="mailto:johnpmooreiv@gmail.com">johnpmooreiv@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Monday, May 11, 2015 at 2:48 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Full screen screenshots<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>I've been having an issue with generating full screen screenshots, from which I would like to generate a movie.
<br>
<br>
</div>
I am running python on my local machine with a full desktop environment and connecting to a remote server which does the rendering and processing. I load a state file and generate the view as follows:<br>
<br>
pv.LoadState('dgsolution.pvsm');<br>
<br>
view = pv.GetRenderView();<br>
<br>
view.ViewSize = [1920,1080];<br>
<br>
pv.SetActiveView(view)<br>
<br>
view.StillRender()<br>
<br>
</div>
I need to change the size to 1920x1080 since the state file used a different aspect ratio and size. The issue is that I have side menus on my desktop, and setting the view size to 1920x1080 pushes the render view outside of my display range.
<br>
<br>
</div>
Is there a way around this? Rendering in full screen mode should solve the problem, but I don't know how to activate full screen from pvpython. Is there a way to do this?<br>
<br>
</div>
Thank you,<br>
</div>
John<br>
</div>
</div>
</div>
</span>
</body>
</html>