Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flex 4 Label and Selection

I am displaying data in spark Labels. Now I find that the user cannot select and copy the displayed text. The docs don't show what needs to be done (mx.Label allowed this but a spark label does not).

So what's the solution? How can I allow users to select and copy data displayed on my screen?

like image 908
Mohith Thimmaiah Avatar asked Jan 31 '11 16:01

Mohith Thimmaiah


1 Answers

Only :

  1. RichEditableText
  2. TextInput
  3. TextArea

allow text selection in Flex 4.

See here : http://help.adobe.com/en_US/flex/using/WS02f7d8d4857b1677-165a04e1126951a2d98-7fe4.html

like image 137
Florian F Avatar answered Nov 11 '22 20:11

Florian F