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?
Open a stack in another connected monitor
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Open a stack in another connected monitor
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?
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
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
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
Thank you so much Craig!
