LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

while not allowing drag to get active cursor, how to tell what cursor i am trying to click on in an xy graph?

I have an xy graph in which the program is setting the cursor points to specific location. I would like to be able to click on the cursor and be able to get somthing similar to ActiveCursor, such as telling me what cursor it is, 0,1,2,3,etc.. I currently have the cursor free, but no dragable since i do not want the cursor to be moving from its location. How would i go about getting somthing like active cursor information if i cannot be able to select it due to not allowing drag?

Thanks,
Mark
0 Kudos
Message 1 of 3
(2,742 Views)
I think you'd have to use the Property Node for:
Cursor->Cursor Name Visible
Of course, the cursors' names would always be visible, whether selected or not. You could alternatively set up a case structure for whatever cursor is active would have this property true while others would not.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 3
(2,742 Views)
I just ghetto-rigged it with having the names have two return constants after them, somthing i didnt want to do.. but it seems to work. Thanks tho. Thats also another idea Ill try out.
0 Kudos
Message 3 of 3
(2,742 Views)