got a new question where I cant find any tips in the dictonary.
Description: Theres a mainstack named "Fullscreen_fake" which contains 2 buttons:
Script of the first button "Fullscreen":
Code: Select all
on mouseUp
open the stack "Hintergrund"
set the fullscreen of stack "Hintergrund" to true
//set the decorations of this stack to empty
end mouseUp
Code: Select all
on mouseUp
set the decorations of this stack to "title,menu,minimize,maximize,close"
set the fullscreen of stack "Hintergrund" to false
close the stack "Hintergrund"
end mouseUp
BUT if I delete in the first button-script "//" at the last line the mainstack wont stay in the foreground. It doesnt care which line the command "set the decorations of this stack to empty" contains. I want the mainstack without any decorations infront of the screen above the fullsized substack "Hintergrund". I hope for any ideas - would be greatful

Thanks alot
Thomas