<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Changing Selection Color on Dynamic TextFields</title>
	<atom:link href="http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/</link>
	<description>lulz</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Richard</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-2198</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-2198</guid>
		<description>sorry.. yes i can :P
good class</description>
		<content:encoded><![CDATA[<p>sorry.. yes i can <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
good class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-2197</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-2197</guid>
		<description>can&#039;t get it to work on a black background :(</description>
		<content:encoded><![CDATA[<p>can&#8217;t get it to work on a black background <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorjon</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-2181</link>
		<dc:creator>Jorjon</dc:creator>
		<pubDate>Thu, 28 Jul 2011 23:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-2181</guid>
		<description>Doesn&#039;t work for me. I set the selection color to red, but the text gets red itself.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me. I set the selection color to red, but the text gets red itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zszen</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-1986</link>
		<dc:creator>zszen</dc:creator>
		<pubDate>Mon, 28 Feb 2011 03:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-1986</guid>
		<description>there has a bug . If add a blurFilter(0,0) to textField for fadeIn/fadeOut.

It don&#039;t work well with this.

filters=[new BlurFilter(0,0)]</description>
		<content:encoded><![CDATA[<p>there has a bug . If add a blurFilter(0,0) to textField for fadeIn/fadeOut.</p>
<p>It don&#8217;t work well with this.</p>
<p>filters=[new BlurFilter(0,0)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yu-Chung Chen</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-1954</link>
		<dc:creator>Yu-Chung Chen</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-1954</guid>
		<description>Hi!

Thanks for this useful class.

I noticed a limitation: when the sprite containing the textfield is cacheAsBitmap, the coloring doesn&#039;t work.

Any chance it could be done for cached DisplayObjects?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thanks for this useful class.</p>
<p>I noticed a limitation: when the sprite containing the textfield is cacheAsBitmap, the coloring doesn&#8217;t work.</p>
<p>Any chance it could be done for cached DisplayObjects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-1906</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Tue, 15 Dec 2009 10:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-1906</guid>
		<description>Hi everyone,
I suggest only one little modification (sorry for my bad english), in order to be able to easly reset the color transform of a textfield.  (For exemple when a same textField is use on both black and white background)

I added a little function in the class: 

public static function resetColorTransform( field:TextField ):void
		{
			var colorTrans:ColorTransform = new ColorTransform();
		}
Thank you for all !</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
I suggest only one little modification (sorry for my bad english), in order to be able to easly reset the color transform of a textfield.  (For exemple when a same textField is use on both black and white background)</p>
<p>I added a little function in the class: </p>
<p>public static function resetColorTransform( field:TextField ):void<br />
		{<br />
			var colorTrans:ColorTransform = new ColorTransform();<br />
		}<br />
Thank you for all !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Gifford</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-1765</link>
		<dc:creator>Evan Gifford</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-1765</guid>
		<description>Huge time saver, thank you so much for sharing - works perfectly for my use case.</description>
		<content:encoded><![CDATA[<p>Huge time saver, thank you so much for sharing &#8211; works perfectly for my use case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-1213</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 19 Mar 2009 20:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-1213</guid>
		<description>Amazing class, you&#039;vd saved my day! Thanks!</description>
		<content:encoded><![CDATA[<p>Amazing class, you&#8217;vd saved my day! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emma</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-296</link>
		<dc:creator>emma</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-296</guid>
		<description>wonderful class, did exactly what i needed.  many thanks! :)
</description>
		<content:encoded><![CDATA[<p>wonderful class, did exactly what i needed.  many thanks! <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-295</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 15 Oct 2008 02:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-295</guid>
		<description>For anybody looking to control the selection background color AND the selection text color, this class is not adequate.

Use this instead:
&lt;a href=&quot;http://labs.hellokeita.com/2008/03/13/textfield-selection-color/&quot; rel=&quot;nofollow&quot;&gt;http://labs.hellokeita.com/2008/03/13/textfield-selection-color/&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>For anybody looking to control the selection background color AND the selection text color, this class is not adequate.</p>
<p>Use this instead:<br />
<a href="http://labs.hellokeita.com/2008/03/13/textfield-selection-color/" rel="nofollow">http://labs.hellokeita.com/2008/03/13/textfield-selection-color/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

