systemWindow question

Todd Geist tg.lists at geistinteractive.com
Wed May 10 16:01:21 EDT 2006


I think your right.  I tried my script in 2.7.0 and it works as  
expected.

I guess I will go log a bugzilla

Todd



On May 10, 2006, at 11:23 AM, Mark Smith wrote:

> 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
>
> _______________________________________________
> 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

-- 

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