06-22-2009 10:13 AM
06-23-2009 05:40 PM
Hi Dustin,
Do you mean you want an event triggered when a user changes a graph annotation?
Ipshita C.
08-26-2009 03:14 PM
Did you figure this out? I have the same question. Annotations have their own separate shortcut menu and in my application I need to be able handle the events for the annotations separately from the events for the rest of the graph. I don't want the user to be able to change an annotation from snap to free or to be able to make other formatting changes. Also, I want an event when the user deletes an annotation using the shortcut menu. In other words, I need the annotations to have their own shortcut menu events. Is there a way to do that?
Travis
05-04-2011 07:14 AM
Same problem here... A event for user interaction with annotations would be very helpful. In my case, the annotations should be saved in a preference file.
05-05-2011 04:20 PM
Hi,
I am not sure if I completely understand what you would like to do, but have you considered using property nodes? There is a property node specifically for Annotations, called Annotations List. You can find it by creating a property node from the Waveform Graph.
Also, here is an example that may be helpful for you. The example from the Example Finder can be found if you simply search Annotation. If this is not along the lines of what you wanted, could you please explain more about your application?
I hope this helps!
Kim W.
05-22-2011 04:13 AM
Hi
Thanks you for your answer, sorry for the late reply.
The annotations are created by property notes. However, the user can move them around and change them (which is intended) by the standard way (mouse, right click). The annotation notes are stored in a file using the property "AnntList" in retrieved from this file later during data browsing. Currently, we compare the old AnnotList with the new one to decide if a safe operation is needed. All the changes are synchronized with a database and we want to trigger these synchronization events only, if it is really needed.
In summery: Not a big deal, but nevertheless there is a feeling that something is missing...
Bruno