Change screen position of a subpatch
Hello,
I am using 4 instances of the same subpatch, I am opening them via pcontrol and I'd like them to be displayed (presentation mode) in 4 different screen positions (top left, top right, bottom left, bottom right).
I was thinking to use the "openrect" attribute to overwrite the default initial window location but the attribute seems to have no effect and the subpatches are displayed one on top of each other.
Any suggestion?
I am using Max 6.1.9
Many thanks!
You can use the "window size" sent to [thispatcher].
like this:
Use the [screensize] to get the screen's area and, knowing you patches dimensions, you can set them to open where you want.
Nik
Hi Nik,
thanks a lot, this is exactly was I was looking for!
Ennio
if you do that with "no frame" style of windows, it can look like one big window. :)