remove the title bar
Richmond Mathewson
geradamas at yahoo.com
Sun Nov 9 03:42:44 EST 2008
The Simplest way to remove a title bar is via the STACK Inspector
palette:
Open Stack Inspector
Choose what you want from the CONTROLS drop-down menu
[it gives you 'cute' pictures of the end results]
once you have set the Controls to NONE
[i.e. no Title Bar]
you are going to have an extremely hard time moving the
stack window!
in fact it may not be a bad idea to make sure it positions
where you want it on the end-user's desktop just so it doesn't,
accidently, end up half-off the screen:
bung this in the script of the first card -
on preOpenCard
put item 3 of the screenRect into WID
put item 4 of the screenRect into HITE
put (WID / 2) into WID2
put (HITE / 2) into HITE2
move stack "BLAH BLAH" to WID2, HITE2
end preOpenCard
where "BLAH BLAH" is the name of your stack
this will position the stack in the centre of the end-user's screen.
sincerely, Richmond Mathewson.
sincerely, Richmond Mathewson
____________________________________________________________
A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________
More information about the use-livecode
mailing list