<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developing Madness &#187; focus</title>
	<atom:link href="http://developingmadness.com/blog/tag/focus/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingmadness.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 29 Sep 2009 19:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Action Script 2 TextArea &#8211; Border and Background</title>
		<link>http://developingmadness.com/blog/2009/09/22/action-script-2-textarea-border-and-background/</link>
		<comments>http://developingmadness.com/blog/2009/09/22/action-script-2-textarea-border-and-background/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:29:41 +0000</pubDate>
		<dc:creator>Raf</dc:creator>
				<category><![CDATA[Action Script 2]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[TextArea]]></category>

		<guid isPermaLink="false">http://developingmadness.com/blog/?p=58</guid>
		<description><![CDATA[If you still have to deal with Flash Action Script 2 TextArea, this my be useful.

Transparent background:
_global.styles.TextArea.backgroundColor = undefined;
This one Works globally on all TextArea components, if you need background on some of them use:
myTextArea.setStyle&#40;&#34;backgroundColor&#34;, &#34;0xFFFFFF&#34;&#41;;

No focus highlight:
myTextArea.drawFocus = false;

No border:
myTextArea.setStyle&#40;&#34;borderStyle&#34;, &#34;none&#34;&#41;;
]]></description>
			<content:encoded><![CDATA[<p>If you still have to deal with Flash Action Script 2 TextArea, this my be useful.</p>
<p><strong><br />
Transparent background:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">_global</span>.<span class="me1">styles</span>.<span class="me1">TextArea</span>.<span class="kw3">backgroundColor</span> = <span class="kw3">undefined</span>;</div>
<p><em>This one Works globally on all TextArea components, if you need background on some of them use:</em></p>
<div class="dean_ch" style="white-space: wrap;">myTextArea.<span class="kw3">setStyle</span><span class="br0">&#40;</span><span class="st0">&quot;backgroundColor&quot;</span>, <span class="st0">&quot;0xFFFFFF&quot;</span><span class="br0">&#41;</span>;</div>
<p><strong><br />
No focus highlight:</strong></p>
<div class="dean_ch" style="white-space: wrap;">myTextArea.<span class="me1">drawFocus</span> = <span class="kw2">false</span>;</div>
<p><strong><br />
No border:</strong></p>
<div class="dean_ch" style="white-space: wrap;">myTextArea.<span class="kw3">setStyle</span><span class="br0">&#40;</span><span class="st0">&quot;borderStyle&quot;</span>, <span class="st0">&quot;none&quot;</span><span class="br0">&#41;</span>;</div>
]]></content:encoded>
			<wfw:commentRss>http://developingmadness.com/blog/2009/09/22/action-script-2-textarea-border-and-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
