Using the "tickValues" property will help you a little. 

-TH

--- In flexcoders@yahoogroups.com, "markflex2007" <markflex2...@...> wrote:
>
> Hi,
> 
> I have a slider that is like following:
> 
> <mx:HSlider id="radius"  width="300" minimum="0.5"   maximum="5"  
> tickColor="0x323232"  snapInterval="0.5" tickInterval="0.5" 
> dataTipPrecision="1" labels="['0.5mile','5miles']" liveDragging="true" />
> 
> I want to only let it to choose value 0.5,1,2,3,4,5. My question is how to 
> make ticks for 1.5,2.5,3.5,4.5 not to display so we can not select that 
> values.
> 
> Thanks for help
> 
> Marks
>


Reply via email to