Hi,
I am developing this application in Flex 1.5 and one of the
requirements is to display the hand cursor when a user mouse over's
any of the slider. I included the mouseOver handlers as follows
<mx:HSlider x="52" y="110" width="320" height="2"
marginLeft="0" showToolTip="false" backgroundImage="@Embed
('images/sliderButton.png')" snapInterval="1" change="sliderMoved
(event)" liveDragging="true" trackColors="[#DEDBDE,#DEDBDE]"
trackColor="#DEDBDE"
mouseOver="event.target.onRelease=null;event.target.useHandCursor=true
;"/>
This does give me the hand cursor, however the slider freezes up and
is completely un-usable.
Would appreciate any ideas ?
Thanks
-Daman