LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Ring control disable scrolling

Hi!

 

I have a ring control for selecting stuff. I have noticed that it's really easy to by mistake scroll to another row, which is bad in this case. Is there any way to disable scrolling for a ring control?

A possible alternative would be to deselect the control after a selection has been made, but I don't know how to do that either.

 

Someone knows how to do either of these?

 

Thanks.

0 Kudos
Message 1 of 2
(602 Views)

Either:

 

  • have a validation button for after the ring value has been changed (obvious to the user).
  • Change the focus to some other 'safe' control after receiving a commit event from the ring with SetActiveCtrl(), but that will make pressing arrow-down, arrow-down to scroll through the values in succession impossible.
  • Dim the ring after an even commit, with a button to unlock it.
0 Kudos
Message 2 of 2
(570 Views)