I am in the process of developing a Graphics Editor and trying to find the best way to detect mouse events on the screen.
I need to implement functions such as: Select, Move, Add, Delete, screen objects such as lines, circles etc. 1) Where can I put my Mouse listener (which object). 2) Is the best way to display from an svg file and then use 2D to manipulate (Select, Move etc) or is it better to go via DOM and manipulate the DOM tree. This is not a Web application and will be running on Win2K. I appreciate any help and suggestions you may have for me.. example source code? Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]