PDA

View Full Version : Changing HSlider thumb by clicking a button


adnan794
12-13-2009, 04:27 PM
Hi

I want to change the position of HSlider thumb when user clicks on a button .
Now I can do this by simply changing the value property so lets suppose if I say value=10 the thumb jumps to the end of Hslider.

But I want to achieve the same slide effect when you click the track and the thumb slides to that track position.

Any help will be appreciated

thanks

flexexplorer
12-18-2009, 04:34 AM
You can always setup a click listener on HSlider, and set the value in the listener function. I don't know what the target is when you click on a track, but I bet you can find that by debugging.