I want to have the mouse cursor to be changed to hand when used for entering the <mx:textInput>
. When the field is already on focus, text selection should be available.
I tried any combination of useHandCursor="true"
, buttonMode="true"
and mouseChildren="false"
, and the closest result is when using all three of them. Then the hand cursor does appear, but the text field loses its selection 'abilities' (text cannot be selected using the mouse). This is logical, since mouseChildren="false"
disables this. But how do I acheive the desired result?
P.S. using Flex 3.1.