Hiding the cursor on Windows

Devin Asay devin_asay at byu.edu
Thu Aug 24 14:10:31 EDT 2006


On Aug 24, 2006, at 11:30 AM, Mark Talluto wrote:

>
> On Aug 24, 2006, at 8:50 AM, J. Landman Gay wrote:
>
>> I am running Windows XP under Parallels on a Mac Intel machine.  
>> The command "set cursor to none" does not work. (I did get it to  
>> work on one occasion, but I couldn't repeat it.) I don't know if  
>> the problem is with Revolution or with Parallels. Could someone  
>> with a real XP machine please tell me if this code works?
>>
>> Make a button with this script and then move the mouse over the  
>> button:
>>
>> on mouseEnter
>>  lock cursor
>>  set cursor to none
>> end mouseEnter
>>
>> on mouseLeave
>>  unlock cursor
>> end mouseLeave
>>
>> If it works for you, then I can stop trying to figure it out. Thanks.
>
>
> I just tested it under Virtual PC with Rev 2.7.2 and it failed on  
> that as well.  As reported already, my real PC passed just fine.

Works here on an Intel Mac Mini with Boot Camp booted into XP.

devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University




More information about the use-livecode mailing list