On Thu, Dec 18, 2008 at 10:49 PM, aphexyuri <yuriv...@yahoo.co.uk> wrote:

> I've got a slider that has different values based on params passed to
> it. I populate the tick marks with an array of possible values the
> slider can have, and would like to snap the thumbs to the tickmarks.

I think your best bet is to subclass the slider control and override
the mx_internal method getValueFromX to use the tick values instead of
snapInterval.

Manish

Reply via email to