Often I need to know if a user selected a tool in graph palette, but there is no event for it.
I can handle mouse click events, but when user selects one of the zoom tools, the popup that shows zoom tools doesn't generate mouse click events for the graph at all.
I guess the popup is not considered to be a part of the graph or it is rendered outside the graphs boundaries.
So there is no way to register the fact that user selected one of the zoom tools other then poll for it in a loop. No good. I don't like doing that. 😞
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.