Re: [flexcoders] Re: How do I prevent the user from selecting text in a text area component?

2007-03-01 Thread Daniel Freiman
Good form would tell you to extend the TextArea to get access to the UITextField which i believe has a selectable property. Bad form would tell you to use mx_internal::getTextField().selectable. - Dan On 2/28/07, Paul DeCoursey [EMAIL PROTECTED] wrote: If you don't need any other

RE: [flexcoders] Re: How do I prevent the user from selecting text in a text area component?

2007-02-28 Thread Karl Johnson
, 2007 8:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I prevent the user from selecting text in a text area component? Yes, but that doesn't stop the user from selecting the text (dragging mouse over and highlighting)... Is there an easy way to prevent that? (Other than