I'm trying to implement copy support/ selecting the text from flex application and copy it on notepad or MS word etc.
I know we can set set selectable = "true" and it allow us to copy the text
<mx:Label selectable="true" text="search terms:" />
or we can use this <mx:htmlText>
I want it to set across the application and we have few applications based on flex and it will be very time consuming and not efficient to apply it to each and every tag.
Note: We are not developing any application from scratch, I've to apply it to existing application.
If you have some solution or example, that will be very helpful for me.
Thanks