I have let LC create a Linux standalone of my script. One thing I noticed: the standalone window will always open exactly where the corresponding LC window was placed, while creating the standalone. Is that "correct" behaviour? I have no idea what it usually depends on, where on the screen a program chooses to place itself, when opening. But I always had the feeling that programs open at a random point on the screen or maybe there where they were last before being closed or so.
Second: I would like to be able to quit the standalone by using the shortcut ctrl + q. I tried by placing a keyDown handler in the stack script, but without success. I tried something like
Code: Select all
on keyDown ctrl q
quit
end keyDown
Third: Is there any way to place a little program icon at the upper left of the standalone (on Linux)?
Many thanks in advance
