Hi Jesse,

   If you register a DOM mouse event listener on the
root SVG node you will get notified of every mouse event
in the document.  Note that the event must occur in an object
so you may need to introduce a transparent or visibility="none"
rectangle behind everything to ensure all mouse moves are seen.

   Read the DOM event spec for more information.

Jesse Lovelace wrote:

I'm trying to catch any and all mouse clicks on my SVGCanvas--from the javadoc it looks like I should be getting these from the GVT. Has anyone done this? I'd really not like to add an eventlistener to each element in the tree. Any help would be awesome.

Thanks,
jll

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to