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.







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to