Hi!. I was wondering how to make that my HorizontalSlider has only 3 possible values along the bar. Something like converting the HorizontalSlider in a “Discretized HorizontalSlider” for having only 3 positions.
I have infinite values although I change the type of the value of the HorizontalSlider to integer.
Problem solved: I did it ok, only that I missed the conversion before and after from float to integer respectively and from integer to float because I was modifying and working witha global variable whose type was float. Now it works.