<?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 the focus rectangle color on a TextInput control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Spicer</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-9144</link>
		<dc:creator>Jeff Spicer</dc:creator>
		<pubDate>Sun, 17 Apr 2011 00:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-9144</guid>
		<description>Hm, is it broken in Flash Builder using 3.5 SDK?</description>
		<content:encoded><![CDATA[<p>Hm, is it broken in Flash Builder using 3.5 SDK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-8386</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 30 Sep 2010 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-8386</guid>
		<description>@guido,

Can you please file a bug at http://bugs.adobe.com/flex/ with a simple test case showing the focus rectangle behavior and somebody from Adobe can take a look.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@guido,</p>
<p>Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> with a simple test case showing the focus rectangle behavior and somebody from Adobe can take a look.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guido</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-8385</link>
		<dc:creator>guido</dc:creator>
		<pubDate>Thu, 30 Sep 2010 12:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-8385</guid>
		<description>For an unknown reason, my focus rectange is shifted to the right/bottom when clicking a Textfield (I created a class that extends Panel).  Any one that can tell why ?</description>
		<content:encoded><![CDATA[<p>For an unknown reason, my focus rectange is shifted to the right/bottom when clicking a Textfield (I created a class that extends Panel).  Any one that can tell why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: switcherdav</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-8161</link>
		<dc:creator>switcherdav</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-8161</guid>
		<description>Hi,

thanks for all your blog

Can we totaly disabled Halo theme on a textInput (Flex 3) ?

I tried theme-border : ClassReference(null) ; and many others things but nothing works

regard</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for all your blog</p>
<p>Can we totaly disabled Halo theme on a textInput (Flex 3) ?</p>
<p>I tried theme-border : ClassReference(null) ; and many others things but nothing works</p>
<p>regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameera Sandaruwan</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-6927</link>
		<dc:creator>Sameera Sandaruwan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-6927</guid>
		<description>Step 1.  On focusIn, left side of flex textinput control become light blue, 
Step 2.  At the validation, entire control border become red and left side of the control become, thick red vertical line,
Step 3. Now when I gradually delete additional letters from the textinput control, entire red outline border automatically removed, but I can see red think line of the left side of the textinput control is still there, 

My requirements are, 
1.	Validation colors need to change.
2.	After validation, remain left red think vertical line need to change to normal focusIn color(light blue)
Can anyone help me to achieve this, is that event fire, CSS changes, function overwrite.

Thanks in advanced. </description>
		<content:encoded><![CDATA[<p>Step 1.  On focusIn, left side of flex textinput control become light blue,<br />
Step 2.  At the validation, entire control border become red and left side of the control become, thick red vertical line,<br />
Step 3. Now when I gradually delete additional letters from the textinput control, entire red outline border automatically removed, but I can see red think line of the left side of the textinput control is still there, </p>
<p>My requirements are,<br />
1.	Validation colors need to change.<br />
2.	After validation, remain left red think vertical line need to change to normal focusIn color(light blue)<br />
Can anyone help me to achieve this, is that event fire, CSS changes, function overwrite.</p>
<p>Thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FireWave</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-3084</link>
		<dc:creator>FireWave</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-3084</guid>
		<description>Thx, I did&#039;nt found the CSS entry.. I looked around &quot;focus_&quot; properties.</description>
		<content:encoded><![CDATA[<p>Thx, I did&#8217;nt found the CSS entry.. I looked around &#8220;focus_&#8221; properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-3083</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Mon, 14 Apr 2008 11:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-3083</guid>
		<description>This is the best Flex reference site ever! I wish I could tie in the Flex Builder dynamic help to this blog, lol.

Thanks for your work.</description>
		<content:encoded><![CDATA[<p>This is the best Flex reference site ever! I wish I could tie in the Flex Builder dynamic help to this blog, lol.</p>
<p>Thanks for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eternalko</title>
		<link>http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/comment-page-1/#comment-3082</link>
		<dc:creator>eternalko</dc:creator>
		<pubDate>Sun, 13 Apr 2008 22:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/#comment-3082</guid>
		<description>Good!</description>
		<content:encoded><![CDATA[<p>Good!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

