Copy Support in Adobe Flex 4.6

12 views
Skip to first unread message

gd flex

unread,
Aug 13, 2012, 12:05:08 PM8/13/12
to flex_...@googlegroups.com

Hi all,
 
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>
 
    <mx:TextArea id="myTA" height="100" width="200">
            <mx:htmlText>
                <![CDATA[<a href="http://www.adobe.com%22%3ethis%3c/a> is a link.]]>
            </mx:htmlText>
        </mx:TextArea>
 
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


Reply all
Reply to author
Forward
Message has been deleted
0 new messages