01-25-2012 04:03 AM
Hai..
I am place large amount of text in my application.. I got a window Copy/select/select all window... Anybody knows how to diable this please help me
Thanks
Deepu
Solved! Go to Solution.
01-25-2012 06:43 AM
What UI element are you placing your text in?
If you are using a TextField:
var tf:TextField = new TextField(); tf.selectable = false;