Hi, So one, probably ill conceived and hacky, work-around would be to do this:
<js:Container childrenAdded="init()"> <fx:Script><![CDATA[ public function init():void { area.element["readOnly"] = true; } ]]></fx:Script> <js:TextArea id="area" text=“<lots of text here including newlines>” /> Anyone think of anything better? Thanks, Justin