systemWindow question
Mark Smith
mark at maseurope.net
Wed May 10 14:23:44 EDT 2006
On my system, mac OS 10.4.6, Rev 2.7.1, systemWindow seems to be
broken...a window with it's systemWindow set behaves just like a
regular palette - it won't stay on top when you move to another
application. Is this a bug?
Best,
Mark
On 10 May 2006, at 18:51, Todd Geist wrote:
> 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
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list