Hi, I have a HSlider that tickInterval is 0.5,minimum is 0.5 and maximum is 5.
<mx:HSlider id="hsInput" width="90%" minimum="0.5" maximum="5" tickColor="0x323232" snapInterval="0.5" tickInterval="0.5" dataTipPrecision="1" labels="['0.5 mile','5 miles']" liveDragging="true" thumbRelease="radiusAdjust()" /> But I do not allow people to select any values. I just allow people to select 1,2,3,4 and 5.Please give me a idea how to do this. Thanks Mark

