<mx:HSlider id="slider1" tickInterval="1"
labels="[1,2,3,4,5,6,7,8,9,10]"
width="300"
/>
for the above tag labels are displayed in the component itself
but the following tag how can i achieve that
<mx:HSlider id="slider1" tickInterval="1" width="300"
maximum="10" snapInterval="1" showDataTip="true"
/>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---