TextArea just got owned.
http://www.jessewarden.com/archives/2006/07/nonselectable_t.html


----- Original Message ----- 
From: "jpc14_99" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Tuesday, July 25, 2006 7:37 PM
Subject: [flexcoders] Re: has anyone ever disabled selectability for a 
textArea??


Thanks for all the help.  I have it recognizing my class just fine
now.  Unfortunately I'm getting this error:

Attempted access of inaccessible property textField through a
reference with static type...


So the class I'm using (below) isn't quite cutting it.  Any ideas for
changes?

----------------------

package
{
import mx.controls.TextArea;

public class myTextArea extends TextArea
{
protected override function createChildren():void {
textField.selectable = false;
super.createChildren();
}
}
}






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/WktRrD/lOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to