E
Elaine K
I am trying to use the mouseup, mousedown and mousemove events to execute
some code in my application. I have tried everything yet the mousemove fires
continuously and the mouseup and mousedown events never execute. Right now I
have stripped the mousemove code down so that it does nothing but display the
button, shift, x and y values. The coordinates remain the same so I don't
think that the handler thinks I am moving the mouse, the button changes when
I depress the mouse button yet the mousedown still doesn't fire and the
mousemove keeps firing as long as the cursor remains in the same position.
Any suggestions on further troubleshooting?
Elaine
some code in my application. I have tried everything yet the mousemove fires
continuously and the mouseup and mousedown events never execute. Right now I
have stripped the mousemove code down so that it does nothing but display the
button, shift, x and y values. The coordinates remain the same so I don't
think that the handler thinks I am moving the mouse, the button changes when
I depress the mouse button yet the mousedown still doesn't fire and the
mousemove keeps firing as long as the cursor remains in the same position.
Any suggestions on further troubleshooting?
Elaine