Tag Archives: useHandCursor

  • Using hand cursor in Flex Text control

    Posted on July 16, 2009 by in ActionScript, Blog, Flex, Flex Note

    By default, the flex application can show hand cursor when rollover by enabling useHandCursor and buttonMode properties. However, in Text control, the cursor will not change to hand even you set the selectable = false. The tricky thing is that we have to set its mouseChildren to false also. <mx:Text useHandCursor=”true” buttonMode=”true” mouseChildren=”false” /> mouseChildren [...]

    4 Comments. Continue Reading...