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