2/9/2011 10:28:56 PM
Title:
Simple Custom HSlider
Hello Members,
I want to make a simple HSlider which accepts values / tickValues as arrays and put those values on Slider at same distance.
E.g. var values:Array = new Array([0,1,1.2,2,3,4,4.6,5,6,7,8,9]);
If I moves thumb the slider should snaps on next value and returns me current value of thrumb position on slider?
Is there any way to do this?
Thanks,
Nilesh