Disable Mouse
Sarah Reichelt
sarah.reichelt at gmail.com
Tue Feb 13 16:51:22 EST 2007
On 2/14/07, Jeff Honken <jhonken at webdsp.com> wrote:
> Is there a way to disable a mouse completely from a form? Any help
> would be greatly appreciated. Jeff
If you mean to make a window or an area of a window so that no mouse
clicks are responded to, then I find the easiest way is to cover the
whole area with a button. See the transparency of the button so that
it looks the way you want and give it a mouseUp handler that traps the
message but does nothing. You may also want to include mouseDown,
mouseDoubleUp & mouseDoubleDown.
Cheers,
Sarah
More information about the use-livecode
mailing list