<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 05/17/2017 11:19 PM, James Richters
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:027201d2cf4a$da2c1fa0$8e845ee0$@productionautomation.net">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1"><br>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If I get the full screen by setting
fullscreengraph := True; then it does seem to report stop
scaling and now everything fits correctly on the screen,
however… this has it’s own issues. For some reason when I
use this to obtain full screen, it does not task switch
anywhere near as gracefully as using
SetWindowLongPTR(graphwindow, GWL_STYLE, 0); If I task
switch to anything else, the graph window disappears
completely, so now I have nothing to click on to get it back,
and using ShowWindow() to get it back takes a very long time.
Then when I eventually get the window back, it no longer
responds to the keyboard. </p>
</div>
</blockquote>
I just committed a fix, which might fix the issue with your program
no longer responding to the keyboard, after alt-tabbing away and
then clicking back to your application window. Can you test if r714
(ptcpas trunk in the sourceforge repo) fixes this bug?<br>
<br>
Nikolay<br>
</body>
</html>