Hi,
I'd like to skin\style the edit \ drawing tools to make them a little more interactive for the user. As a start, i'd like to have the edit vertices change transparency on mouse out\over.
In my case, i have a polyline, where on mouse out i'd like to dim the edit vertex polygons so that the user can see the structure of the line in detail without the edit vertices obstructing their view. On mouse over, i'd like to have those edit vertices become opaque once again. Or perhaps only show the active edit vertex as opaque.
I looked at the hooks for the symbols and i didn't see anything. Has anyone tried this before? Skins would be ideal. However maybe the answer is to extend a symbol and inject mouse event logic.
cheers