Since LabVIEW 8+ introduced cursor events (grab, move, release), is there a conflict that would occur between a mouse move event and cursor move event since a cursor move involves a mouse move? Or, since the cursor move requires the left mouse button to be down, does that allow LabVIEW to differentiate which event is occurring? I have some code I am writing to draw a box on an intensity graph (using the new plot.images property for graphs) so as to extract a region of interest. At first, I want a cursor to follow the mouse as it moves over the graph. Then, I want to draw the box region when I grab the cursor (with left mouse key down) and drag it. Differentiation of these two event types will allow me to unambiguously accomplish this task.
Thanks,
Don