Re: Setting the Cursor to an image

2017-01-12 Thread hh via use-livecode
> William P. wrote:
> I use:
> on mouseUp
> set the cursor to # —the ID of the image
> lock cursor
> end mouseUp 

You could try to _first_ lock the cursor then set it.
(This works for here).
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Setting the Cursor to an image

2017-01-12 Thread William Prothero via use-livecode
I submitted a bug report (bug #: 19092) for this.
Best,
Bill

> On Jan 11, 2017, at 3:46 PM, William Prothero via use-livecode 
>  wrote:
> 
> Folks:
> I am setting the cursor to a 32x32 image. It works in the standalone app, but 
> not in the development system. Is there something wrong with the IDE?
> 
> This happens in version 8 and 9 (latest downloads).
> 
> I use:
> 
> on mouseUp
>set the cursor to #—the ID of the image
>lock cursor
> end mouseUp
> 
> What’s up? I’d like to have this work in the IDE.
> 
> Best,
> Bill
> 
> William A. Prothero
> http://earthlearningsolution.org/
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Setting the Cursor to an image

2017-01-11 Thread William Prothero via use-livecode
Folks:
I am setting the cursor to a 32x32 image. It works in the standalone app, but 
not in the development system. Is there something wrong with the IDE?

This happens in version 8 and 9 (latest downloads).

I use:

on mouseUp
set the cursor to #—the ID of the image
lock cursor
end mouseUp

What’s up? I’d like to have this work in the IDE.

Best,
Bill

William A. Prothero
http://earthlearningsolution.org/

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode