systemWindow question
Todd Geist
tg.lists at geistinteractive.com
Wed May 10 13:51:51 EDT 2006
Hello,
I am trying to create window that floats above all other
applications. I put the following script in a button, to toggle
"Float" on and off.
ON mouseUp
IF the systemWindow of this stack is False THEN
set the systemWindow of this stack to true
ELSE
set the systemWindow of this stack to false
END IF
END mouseUp
The result is that the decorations change but the window does NOT
float above everything else.
What am I missing?
TIA
Todd
--
Todd Geist
______________________________________
g e i s t i n t e r a c t i v e
--
Todd Geist
______________________________________
g e i s t i n t e r a c t i v e
More information about the use-livecode
mailing list