[flexcoders] Resetting HSlider / VSlider

2009-04-16 Thread byte.sensei
I have a UI with filters including an HSlider with 2 thumbs representing a start year and end year (range 1854-2008). The HSlider code looks like this: mx:HSlider id=slider_mfg_year minimum=1854 maximum=2008 thumbCount=2 values=[1854,2008] labels=[1854, 2008] width=250 tickInterval=10

Re: [flexcoders] Resetting HSlider / VSlider

2009-04-16 Thread thomas parquier
I think you have to set the values property to an array to have the setter triggering some stuff. thomas 2009/4/16 byte.sensei byte.sen...@yahoo.com I have a UI with filters including an HSlider with 2 thumbs representing a start year and end year (range 1854-2008). The HSlider code looks