Page 1 of 1

fullscreenmode

Posted: Mon Nov 16, 2015 12:33 pm
by AstghikM
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

Re: fullscreenmode

Posted: Mon Nov 16, 2015 1:49 pm
by AstghikM
i just find a solution :) i wrote all the fullscreenmodes for different substacks in the mainstack preopenstack and it works fine.