Re: [PD] size and position of PD window

2021-04-16 Thread Dan Wilcox
Sounds good to me. I'm not sure, but I might have added that, but I don't remember any specific reason why. It might have filtered in from porting some of the pd-extended stuff. In any case, I'm all for it. :) You should also probably check the initial dialog positions as well. > On Apr 16, 20

Re: [PD] size and position of PD window

2021-04-15 Thread IOhannes m zmoelnig
On 4/14/21 5:40 PM, IOhannes m zmoelnig wrote: ¹ what i would wish for is that the Pd window opened up on the currently active monitor, rather than my left-most monitor, where i usually have a full-screen editor running that likes to hide my Pd) so i checked this and it seems rather complicate

Re: [PD] size and position of PD window

2021-04-15 Thread Dan Wilcox
mailto:pkst...@ucdavis.edu>> > To: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" > mailto:pd-list@lists.iem.at>> > Subject: Re: [PD] size and position of PD window > Message-ID: > > > <mailto:byapr08mb55892ad8da556b7178d2b745a7...

Re: [PD] size and position of PD window

2021-04-14 Thread Philip Stone via Pd-list
zmoelnig Subject: Re: [PD] size and position of PD window Message-ID: <0eeb6fa9-e173-2afc-59ca-a85dd6c20...@iem.at> On 4/14/21 4:17 PM, Philip Stone via Pd-list wrote: > This is something that I manually adjust in the Wish code every time I > upgrade Pd. It would be very nice to

Re: [PD] size and position of PD window

2021-04-14 Thread IOhannes m zmoelnig
On 4/14/21 4:17 PM, Philip Stone via Pd-list wrote: 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 Preferences. why?¹ and why is there no feature-request on https://bugs.puredata.info? one possib

Re: [PD] size and position of PD window

2021-04-14 Thread Philip Stone via Pd-list
This is how to manually set the size and position, by the way: in Resources/tcl/pdwindow.tcl: wm geometry .pdwindow =538x300+0+458 first two values are x-size, y-size, then x-offset, y-offset Best, Phil Stone Davis, CA From: Philip Stone This is something that I manually adjust in the Wish

Re: [PD] size and position of PD window

2021-04-14 Thread Philip Stone via Pd-list
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 Preferences. Phil Stone Davis, CA ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] size and position of PD window

2021-04-14 Thread oliver
if you can use externals you can send [wm geometry .pdwindow +400+200( to [hcs/sys_gui] (where 400 is x-pixels and 200 is y-pixels) thanks, yeah ! that's the one i was looking for ! for completeness: [wm geometry .pdwindow 200x500+400+200( | [hcs/sys_gui] to change size and position:

Re: [PD] size and position of PD window

2021-04-14 Thread Sebastian Shader via Pd-list
and 200 is y-pixels) -seb -Original Message- From: Peter P. To: pd-list@lists.iem.at Sent: Wed, Apr 14, 2021 1:32 am Subject: Re: [PD] size and position of PD window * oliver [2021-04-14 10:21]: > hi, dear list ! > > is there a way to change the PD-console-window's pos

Re: [PD] size and position of PD window

2021-04-14 Thread Peter P.
* oliver [2021-04-14 10:21]: > hi, dear list ! > > is there a way to change the PD-console-window's position and size with a > message form within a patch ? None known to me, but I hope the others have an idea. Nevertheless, if you are on Linux, there is ways to change the properties of X window

[PD] size and position of PD window

2021-04-14 Thread oliver
hi, dear list ! is there a way to change the PD-console-window's position and size with a message form within a patch ? i know about the "relocate" method for subpatches, but couldn't find out how to adress the console window, if that's possible at all. any ideas ? (an external or plugin-ba