<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>@Roman: with de debug level i see that the plugin is loaded.</p>
<p><br /></p>
<p>but, because the regular pd-console is small and i was loading Gem at startup</p>
<p>i didn't see the error message in the console about the execution of the plugin:</p>
<p>wrong # args: should be "wm geometry window ?newGeometry?"</p>
<p><br /></p>
<p>as a try i took away the = from the =500x800+0+0 parameter in the plugin.</p>
<p>-> start Pd: no error message and the dimensions were changed, not the positioning.</p>
<p>fiddling with the input for the x and y did not give any positive result.</p>
<p><br /></p>
<p>putting back-in the =</p>
<p>-> startPd: same result  as without !</p>
<p><br /></p>
<p>my intermediate conclusions:</p>
<p>1.there was some invisible garbage in the plugin file in W11 (copied from W10).</p>
<p>2.the positioning not working is not yet solved or explainable.</p>
<p><br /></p>
<p>rolf</p>
<p>---------------------------------------</p>
<p style="padding-left: 30px;">Roman wrote:</p>
<p style="padding-left: 30px;">Maybe the problem isn't the switch from Windows 10 to 11, but rather<br /> the plugin is not loaded on the other box?<br /> <br /> Set Log-Level in the Pd window to "3 debug". You should see a message<br /> like:<br /> <br /> Loading plugin: /home/roman/Pd/externals/mypdwindow-plugin.tcl<br /> <br /> If this is not shown, then make sure that paths are configured<br /> correctly in "Preferences" -> "Path".<br /> <br /> Roman<br /> <br /> <br /> On Thu, 2022-09-08 at 13:04 +0200, <a href="mailto:rolfm@dds.nl" rel="noreferrer">rolfm@dds.nl</a> wrote:</p>
<blockquote style="padding-left: 30px;">hi,<br /> (Pd 0.52.2  Windows 10/11)<br /> i'm using the mypdwindow-plugin.tcl to have  fixed<br /> position/dimensions of the pd-console.<br /> this is the content:<br /> if {[winfo exists .pdwindow]} {<br />     wm geometry .pdwindow  =500x800+0+0<br /> }<br /> <br /> in Windows 10 it worked perfectly.<br /> now in Windows 11 not at all: i get the standard Pd behaviour.<br /> <br /> as far as i know Tcl/Tk is not included in Windows itself.<br /> tclsh in a command window is not recognized by Windows, not in W10 or<br /> in W11.<br /> so, there cannot be a version conflict and the behaviour of tcl<br /> commands in connection with Pd should be the same.<br /> <br /> of course it's not more then a nuisance,<br /> but i would like to understand what's happening.<br /> <br /> rolf<br /> <br /> _______________________________________________<br /> Pd-list@lists.iem.at mailing list<br /> UNSUBSCRIBE and account-management -><br /> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank" rel="noreferrer">https://lists.puredata.info/listinfo/pd-list</a></blockquote>

</body></html>