suspend mouse clicks?

Mark Swindell mdswindell at charter.net
Fri Aug 12 18:55:26 EDT 2005


Ahhh.  I see.  Thank you.
Mark

On Aug 12, 2005, at 3:28 PM, Lynch, Jonathan wrote:

> The script sets it as a custom property.
>
> You can set any nonexistant property you wish (only, best to use
> one-word prop names) - and the program will create that property  
> for the
> object.
>
> When you set the field's lockMouseClicks property to true, all it does
> is store the word "true" in a custom property of the field named
> "lockMouseClicks"
>
> In the mousedown handler of the field, it only passes the mousedown
> message if the field's lockMouseClicks property is not equal to true.




More information about the use-livecode mailing list