<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<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;}
@font-face
        {font-family:"Times New Roman \(Body CS\)";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<div>
<p class="MsoNormal" style="margin-left:.5in">Why? Because it seems like a basic setting, and it would be trivial to implement as a preference. This seems (to me) like just what preferences are for, configuring the basic environment of Pd.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Thank you for the tip on the gui plugin, Iohannes; I will use that.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Phil<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><br>
From: IOhannes m zmoelnig <zmoelnig@iem.at><br>
Subject: Re: [PD] size and position of PD window<br>
Message-ID: <0eeb6fa9-e173-2afc-59ca-a85dd6c2009b@iem.at><br>
<br>
On 4/14/21 4:17 PM, Philip Stone via Pd-list wrote:<br>
> This is something that I manually adjust in the Wish code every time I upgrade Pd. It would be very nice to have it be a configurable setting in
<br>
Preferences.<br>
<br>
<br>
why??<br>
and why is there no feature-request on <a href="https://bugs.puredata.info?">https://bugs.puredata.info?</a><br>
<br>
one possible answer to the second question is, that I (yes me) would <br>
probably close such a feature-request immediately, on the grounds that <br>
you can implement this with a trivial gui-plugin:<br>
<br>
put a file named "mypdwindowgeometry-plugin.tcl" (the base-name does not <br>
matter but it *must* end with "-plugin.tcl") with the following content <br>
into your Pd-searchpath (without the backticks):<br>
<br>
```<br>
if {[winfo exists .pdwindow]} {<br>
        wm geometry .pdwindow  =538x300+0+458<br>
}<br>
```<br>
<br>
whenever you start Pd, this GUI plugin will move the window to the <br>
selected place.<br>
no patching of Pd required. works on all OSs (not tested).<br>
<br>
you could even reduce the plugin to just the "wm geometry ..." line.<br>
<br>
i guess writing this plugin is about the same amount of typing as a <br>
"configurable setting" (provided this setting is text-based and not just <br>
"remember my current position").<br>
<br>
<br>
mgffst<br>
IOhannes<br>
<br>
? what i would wish for is that the Pd window opened up on the currently <br>
active monitor, rather than my left-most monitor, where i usually have a <br>
full-screen editor running that likes to hide my Pd)<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: OpenPGP_signature<br>
Type: application/pgp-signature<br>
Size: 840 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20210414/0f02d540/attachment.sig">http://lists.puredata.info/pipermail/pd-list/attachments/20210414/0f02d540/attachment.sig</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
Pd-list@lists.iem.at<br>
to manage your subscription (including un-subscription) see<br>
<a href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Pd-list Digest, Vol 193, Issue 16<br>
****************************************<o:p></o:p></p>
</div>
</div>
</body>
</html>