Page 1 of 1
Open a stack in another connected monitor
Posted: Wed Jul 02, 2014 10:16 am
by Mag
Hi all,
is there a way to open a substack in another monitor than the main one where is running the main stack? If so, what is the best way to accomplish this?

Re: Open a stack in another connected monitor
Posted: Wed Jul 02, 2014 10:44 am
by dunbarx
Hi.
Check out the screenrect property, it returns data on multiple screens.
You can then set the loc of the substack to a value that appears in the alternate screen. This value will depend on whether your other screen is set to the left or right of your main screen.
There is a screenName property for Linux that may allow you to access that screen directly, but this does not apply to Mac or Windows.
Craig Newman
Re: Open a stack in another connected monitor
Posted: Wed Jul 02, 2014 11:20 am
by Mag
Thank you so much Craig!