Gerald Anto
unread,Sep 24, 2009, 5:48:13 AM9/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_delhi_india_group
<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"
/>