If you want to send in an example demonstrating to http://www.macromedia.com/go/wish we can take a look.

 

Matt

 


From: [email protected] [mailto:[email protected]] On Behalf Of Darin Kohles
Sent: Sunday, December 04, 2005 11:22 AM
To: [email protected]
Subject: [flexcoders] (Flex 2.0) Slider.labels bug?

 

On dynamic mySilder.labels re-assignment, the .labels array always
retains the first label (and appears to pre-append its value to the
assigned array).

Setting the labels array dynamically after the initial display appears
to retain the low value.

mySlider.labels=[0,100]; //displays OK
... more code
mySlider.labels=[50,100]; // looks like I set mySlider.labels=[0,50,100]

The first set low value label remains. I've tried setting the .labels
array to null and an arbitrary value array but the .labels[0] (as
displayed) does not want to change. The slider behaves correctly, but
the labels don't.

Just bugn me.








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to