fullscreenmode

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
AstghikM
Posts: 45
Joined: Mon Sep 08, 2014 8:35 pm

fullscreenmode

Post by AstghikM » Mon Nov 16, 2015 12:33 pm

Hello all,
I have a question about the "fullscreenmode". How i can get it working for the substacks? for the main stack it works very good.
I have tryed this, but no result.

Code: Select all

on preopenstack
   set the fullscreenmode of stack "home" to "exactfit"

end preopenstack

Code: Select all

on preopenstack
   set the fullscreen of this stack to true
end preopenstack

AstghikM
Posts: 45
Joined: Mon Sep 08, 2014 8:35 pm

Re: fullscreenmode

Post by AstghikM » Mon Nov 16, 2015 1:49 pm

i just find a solution :) i wrote all the fullscreenmodes for different substacks in the mainstack preopenstack and it works fine.

Post Reply