<?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: Flex TextInput with disabled State</title>
	<atom:link href="http://soenkerohde.com/2008/08/flex-textinput-with-disabled-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2008/08/flex-textinput-with-disabled-state/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Mon, 21 May 2012 20:02:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: alexk</title>
		<link>http://soenkerohde.com/2008/08/flex-textinput-with-disabled-state/comment-page-1/#comment-28296</link>
		<dc:creator>alexk</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=228#comment-28296</guid>
		<description>I&#039;ve found, that enabled style is never set properly when TextInput has no changes in overrided setters.
This patch in css solves the problem:

ExtendedTextInput
{
border-skin: ClassReference(&quot;TextInput_borderSkin&quot;);
enabledStyleName:&quot;ExtendedTextInput&quot;;
disabledStyleName:&quot;nonEnabledTI&quot;;
}
.nonEnabledTI
{
border-skin: ClassReference(&quot;TextInput_borderSkinDisabled&quot;);
}</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found, that enabled style is never set properly when TextInput has no changes in overrided setters.<br />
This patch in css solves the problem:</p>
<p>ExtendedTextInput<br />
{<br />
border-skin: ClassReference(&#8220;TextInput_borderSkin&#8221;);<br />
enabledStyleName:&#8221;ExtendedTextInput&#8221;;<br />
disabledStyleName:&#8221;nonEnabledTI&#8221;;<br />
}<br />
.nonEnabledTI<br />
{<br />
border-skin: ClassReference(&#8220;TextInput_borderSkinDisabled&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameera Sandaruwan</title>
		<link>http://soenkerohde.com/2008/08/flex-textinput-with-disabled-state/comment-page-1/#comment-28230</link>
		<dc:creator>Sameera Sandaruwan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=228#comment-28230</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, </p>
<p>thick red vertical line,<br />
Step 3. Now when I gradually delete additional letters from the textinput control, entire red </p>
<p>outline border automatically removed, but I can see red think line of the left side of the textinput </p>
<p>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 </p>
<p>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>
</channel>
</rss>

