hi,
(Pd 0.52.2 Windows 10/11)
i'm using the mypdwindow-plugin.tcl to have fixed position/dimensions of the pd-console.
this is the content:
if {[winfo exists .pdwindow]} { wm geometry .pdwindow =500x800+0+0 }
in Windows 10 it worked perfectly.
now in Windows 11 not at all: i get the standard Pd behaviour.
as far as i know Tcl/Tk is not included in Windows itself.
tclsh in a command window is not recognized by Windows, not in W10 or in W11.
so, there cannot be a version conflict and the behaviour of tcl commands in connection with Pd should be the same.
of course it's not more then a nuisance,
but i would like to understand what's happening.
rolf