Sarah, Thanks you for responding. I'm still confused on the issue. What I have is several fields that are for data entry. I don't want to give the user the ability of using the mouse in any of the input fields. I could put empty mouseDown handlers in the fields but that will still allow the user the ability to use the mouse to get into the field and the type within the field. I want to make sure their only ability to get into the field are by tabbing or using the return key from the previous field. Jeff
-----Original Message----- From: Sarah Reichelt [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:51 PM To: How to use Revolution Subject: Re: Disable Mouse On 2/14/07, Jeff Honken <[EMAIL PROTECTED]> 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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
