I have been struggling to get the fullscreen stack property to work with a multi-monitor display.
Here is what I have thus far:
Code: Select all
on preOpenStack
set the loc of this stack to the screenLoc
set the rect of this stack to 0,0,7680,1080
end preOpenStack
on openStack
set the fullscreen of this stack to true
end openStack
What happens is that the stack only shows on one monitor and it's not even the first one "in line" (Mac).
Any help is immensely appreciated!
Thank you so much!
Kindest Regards,
Monica