Xavier,

I don't know what mouseDown event you are needing but recently I fought the mouseDown and the mouseDown won. I did use other listers advice and start a self running loop (send checkMouse to me in 50 milliseconds) and look for an "if the mouse is down" or "if the mouse is up" in the checkMouse handler and that seemed to work fine. In fact since I didn't want to use the mouseMove it seemed the only other choice available to me.
I don't know if it will work for you but give it a try.


-- this acts just like a mouseDown message while holding the mouseDown and exits (after doing a mouseUp ).

on checkMouse
if the mouse is down then
-- do something important end if
if the mouse is up then
-- do something else
exit checkMouse
end if
send checkMouse to me in 50 miliseconds
end if


Tom

On May 6, 2005, at 8:07 AM, MisterX wrote:

In the quest for a cool shift-horizontal/vertical dragging functionality of
the pencil as previously requested and often missed, i added the bit of
coded needed to ResizeN2O. It works for draging objects in a primitive way
but the pencil doesn't trigger the mousedown event!!!


Any ideas anyone? The revdocs didn't help...

Altough, when you drag a line with the line tool and hold the shift key, you
do get a 15 degree limiter/midar line... And I think someone did suggest
that at one point, im just surprised the mousedown doesn't work in pencil
tool mode though...


bugzilla suggestions?

cheers
Xavier

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to