<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flash - 9.0 - ActionScriptLangRefV3 - fl/controls/TextArea.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T10:48:32</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/TextArea.html#82223" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/TextArea.html#82223">
		<title>flash/9.0/ActionScriptLangRefV3/fl/controls/TextArea.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/TextArea.html#82223</link>
		<description>I create an TextArea instance and put some text in it. After that, I set some formats within the text (parts are bold, italic, etc.) If I disable my instance (instance.enabled = false) then enable it again (instance.enabled = true), all my formats are gone.&lt;br /&gt;&lt;br /&gt;According to LiveDocs, the text color changes when it's disabled, so I guess enabling it again formats the text. The &quot;workaround&quot; I found is to create a copy of htmlText before I disable the instance (var copy:String = instance.htmlText;) and then put it back when I enable the instance (instance.htmlText = copy;).&lt;br /&gt;&lt;br /&gt;Is there another workaround where I don't need to do that?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
		<dc:creator>Yvon L</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-03-22T19:29:01</dc:date>
	</item>
	</rdf:RDF>

