LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

detecting ring control

Hi all,
 
Is there anyway I can detect the user was clicked on ring control on front panel? which event i will have to use? In my program, I cant use value change event cuz I would like to have one event to know that user was clicked on ring control before value change event.
0 Kudos
Message 1 of 3
(3,085 Views)
I believe you will have to respond to both the EVENT_LEFT_CLICK and EVENT_KEYPRESS for the spacebar (eventData1 == ' '). There is no special event for the ring menu being displayed.

Mert A.
National Instruments
0 Kudos
Message 2 of 3
(3,074 Views)
Thanks for your reply and help. I will try with your idea.
0 Kudos
Message 3 of 3
(3,058 Views)