Graph: AppendToGraph hook on a new trace

Guys,

I am trying to find if there is already an append to graph hook for graphs when traces are removed or added. I have a pretty good idea how to do it, I was wondering if there already is something like that, as I haven't found it yet.

Thanks ;-)
Try a window hook and capture the "modified" event. Beware of recursion problems.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
JimProuty wrote:
Try a window hook and capture the "modified" event. Beware of recursion problems.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.


Thanks! That's how I have it right now.