Page 1 of 1

Enhancement request: right mouse click event on annotation

Posted: Thu Nov 14, 2013 11:05 am
by AgfaDev
I would like to have this feature:

Detect by firing a new event on the Viewer object when an annotation is clicked with right mouse button.

I would like to display a custom menu when RMOUSEBUTTON is clicked, for example to give the user
the option to delete or open the properties window for the annotation or send-to-back/send-to-front.

Now I use custom windows events to detect the right click.
It would be easier when an event would be fired like this:

AnnotationRightClicked
(with parameter Annotation Index)
(or something similar)

Please consider.

Re: Enhancement request: right mouse click event on annotati

Posted: Tue Feb 09, 2016 8:36 pm
by DanH
We would also like to know the index when a user right-clicks on an annotation. Our reason is to add our own pop menu for annotations. Are you planning to add this feature?

Re: Enhancement request: right mouse click event on annotati

Posted: Wed Feb 10, 2016 3:11 pm
by Cedric
Hi,

Your request has been backlogged into our internal project management system so the development team will consider it.
We will get back to you when a decision about this is made.

Thank you

Re: Enhancement request: right mouse click event on annotati

Posted: Fri Feb 19, 2016 11:10 pm
by DanH
Thank you Cedric,

We would also like an AnnotationMouseover event that returns the index. Our reason is to add our own version of a tooltip that will be unique for each annotation. We prefer our own control rather than the standard system tooltip because we would like to set the look.

Thanks for your consideration.