I am having an issue with graphic layer events in version 3.5.
I have a mouse-over event where I am set the shape into Move edit mode. I also have a click event that I want to capture that will set the shape into Move, Rotate, Scale modes, as well as show the infotemplate.
The click event on the graphics layer is never fired when I set the edit mode to Move in the mouse-over event, but does fire when I don't set the edit mode. Is this because when the shape is in edit mode, no other graphics layer events will be fired?
Any suggestions?