LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to activate graph cursor

When you click on a graph cursor, the crosshairs change to bold to indicate its the active cursor and after this pressing the left/right arrows moves it along the graph trace. Howver, when I use SetActiveGraphCursor() to do this programmatically, the crosshairs don't change to bold. Is there another call to make the crosshairs become bold and make the cursor behave as if it had been clicked on by the mouse?
0 Kudos
Message 1 of 2
(2,857 Views)
I found my problem. SetActiveGraphCursor() works. I didn't realize that after calling it I was giving another control the focus which makes the crosshairs go from bold to normal. Sorry for posting a question too hastily.
"CVI 7.0 User" <zz@nospam.com> wrote in message news:42051994$1@PYROS.natinst.com...
When you click on a graph cursor, the crosshairs change to bold to indicate its the active cursor and after this pressing the left/right arrows moves it along the graph trace. Howver, when I use SetActiveGraphCursor() to do this programmatically, the crosshairs don't change to bold. Is there another call to make the crosshairs become bold and make the cursor behave as if it had been clicked on by the mouse?
0 Kudos
Message 2 of 2
(2,851 Views)