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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to