11-02-2019 04:15 PM
I want a dial to only be able to move to the numbers on the dial, not be able to be dragged to spaces in between the numbers. Like how some dials click to each number there's no in between selection possible
Solved! Go to Solution.
11-02-2019 04:32 PM
Force the Control to take on specific values. One way to do this is to make it an "Integer" (as opposed to a Float) Control, and have a small range of Integers. You can also right-click the Control and change its Data Entry Properties. For example, if your Control was a Float, and you set the Increment property to 2 and the Respond to Value property to "Coerce to Nearest", you could only set it to 0, 2, 4, 6, ... .
Bob Schor