I create a knob with representation I8.
I want to limit the data range to integer values of 0 to 7.
Furthermore, I want text labels for the 8 values.
I go to Properties/Data Range and set the minimum to 0 the maximum to 7 and the increment to 1. I carefully turn off the "Use default range" check box.
I go to Properties/Text Labels. I enter my 8 text lables one for each of the numeric values. I carefully turn off the "Use Sequential Values" check box.
I click OK. I look at my masterpiece. It looks beautiful, just the way I want it.
Then I run the program. Only the first and last text labels on my knob are shown. When I go back to Properties/Data Range the range has been reset to 0 to 127. When I go to Properties/Text Labels the Use Sequential Values checkbox has been turned back on.
What is going on here?
David