Page 1 of 1

Fullscreen on Windows

Posted: Wed Oct 14, 2020 4:20 pm
by gsillevis
Hi there,

I'm working on a stack that is 1920x1080. I use

Code: Select all

on preOpenStack
   set the fullScreenMode of me to "letterbox"
end preOpenStack
in the hope that someone opening the file on a smaller resolution screen will be able to see everything. Unfortunately, when I sent it to my friend, they can only see a portion of the screen. I'm sure I'm doing something wrong. Any idea what?

Thank you!

Re: Fullscreen on Windows

Posted: Wed Oct 14, 2020 4:24 pm
by AxWald
Hi,

you forgot this line following:

Code: Select all

set the fullscreen of this stack to true
That actually activates the fullScreenMode.

Have fun!

Re: Fullscreen on Windows

Posted: Wed Oct 14, 2020 4:39 pm
by gsillevis
It seems so obvious in hindsight :)

Is it also possible to have the contents of the stack scale like a letterbox, but in a window and not fullscreen?

Re: Fullscreen on Windows

Posted: Wed Oct 14, 2020 5:05 pm
by jmburnod
Hi,
You may use scalefactor property to scale the stack and set the backdrop to true with what color you want.
No tested on windows but works on OS X
Best regards
Jean-Marc