How can I get the mouse cursor to display the Link Cursor on a text field?
i set following properties in code: usehandcursor = true yet cursor changes beam cursor when hover on text
<mx:text text="{_projectdetail.delegatedlead}" usehandcursor="true"
click="showempprofile( _projectdetail.sfpdelegatedleadedit )"/>
i tried using buttonmode = true stil no hand cursor.
any ideas?
<mx:text text="{_projectdetail.delegatedlead}" usehandcursor="true"
click="showempprofile( _projectdetail.sfpdelegatedleadedit )"/>
i tried using buttonmode = true stil no hand cursor.
any ideas?
i think want "selectable" property set false. prevents pointer changing i-beam. still need have pointer change link pointer. search online, "flex change cursor pointer" or that. hope helps.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment