<?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 background color of a disabled Flex TextInput control</title>
	<atom:link href="http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/</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: Thiyagarajan G</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-8772</link>
		<dc:creator>Thiyagarajan G</dc:creator>
		<pubDate>Mon, 27 Dec 2010 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-8772</guid>
		<description>Hi .. Peter..
                 I am New to use Flex 4 .I want to know how to use 3-D Chart . If You show with some example it will be use full
                                                      

                                                                                   With Thanks   
                                                                                           Thiyagarajan.G</description>
		<content:encoded><![CDATA[<p>Hi .. Peter..<br />
                 I am New to use Flex 4 .I want to know how to use 3-D Chart . If You show with some example it will be use full</p>
<p>                                                                                   With Thanks<br />
                                                                                           Thiyagarajan.G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reiner</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-5980</link>
		<dc:creator>Reiner</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-5980</guid>
		<description>//Declare a variable 
[Bindable]
public var myborderColor: ColorPicker = new ColorPicker();
 
private function init():void
{
myborderColor:.selectedColor  = Color.WHITE ;

... ....  in other function change the color 
myborderColor:.selectedColor  = Color.RED ;

...  mx:TextInput id=&quot;myText&quot;  backgroundColor=&quot;{numcasoborderColor.selectedColor}&quot;  ...</description>
		<content:encoded><![CDATA[<p>//Declare a variable<br />
[Bindable]<br />
public var myborderColor: ColorPicker = new ColorPicker();</p>
<p>private function init():void<br />
{<br />
myborderColor:.selectedColor  = Color.WHITE ;</p>
<p>&#8230; &#8230;.  in other function change the color<br />
myborderColor:.selectedColor  = Color.RED ;</p>
<p>&#8230;  mx:TextInput id=&#8221;myText&#8221;  backgroundColor=&#8221;{numcasoborderColor.selectedColor}&#8221;  &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reiner</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-5979</link>
		<dc:creator>Reiner</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-5979</guid>
		<description>//Declare a variable 
[Bindable]
public var myborderColor: ColorPicker = new ColorPicker();

// 
private function init():void
{
myborderColor:.selectedColor  = Color.WHITE ;


... ....  in other function change the color 
myborderColor:.selectedColor  = Color.RED ;

</description>
		<content:encoded><![CDATA[<p>//Declare a variable<br />
[Bindable]<br />
public var myborderColor: ColorPicker = new ColorPicker();</p>
<p>//<br />
private function init():void<br />
{<br />
myborderColor:.selectedColor  = Color.WHITE ;</p>
<p>&#8230; &#8230;.  in other function change the color<br />
myborderColor:.selectedColor  = Color.RED ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coco</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-1524</link>
		<dc:creator>coco</dc:creator>
		<pubDate>Mon, 15 Oct 2007 01:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-1524</guid>
		<description>peter,

  It&#039;s usefull!Thanks!I am now using FB2!
      coco</description>
		<content:encoded><![CDATA[<p>peter,</p>
<p>  It&#8217;s usefull!Thanks!I am now using FB2!<br />
      coco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-1525</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 12 Oct 2007 15:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-1525</guid>
		<description>coco,

Try cleaning your project in Flex Builder using the Project &gt; Clean menu command, and see if that helps.
Also, are you using Flex Builder 2 or Flex Builder 3 Beta (and if FB3, are you using Beta 1 or Beta 2?)

Peter</description>
		<content:encoded><![CDATA[<p>coco,</p>
<p>Try cleaning your project in Flex Builder using the Project > Clean menu command, and see if that helps.<br />
Also, are you using Flex Builder 2 or Flex Builder 3 Beta (and if FB3, are you using Beta 1 or Beta 2?)</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coco</title>
		<link>http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/comment-page-1/#comment-1526</link>
		<dc:creator>coco</dc:creator>
		<pubDate>Fri, 12 Oct 2007 04:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/10/changing-the-background-color-of-a-disabled-flex-textinput-control/#comment-1526</guid>
		<description>peter,
  Now i have a question:when i save my project,it will take me more time to finish it!at first time,it takes several seconds ,now it takes about 1 min! why does this status happen?how to solve this problem?
coco</description>
		<content:encoded><![CDATA[<p>peter,<br />
  Now i have a question:when i save my project,it will take me more time to finish it!at first time,it takes several seconds ,now it takes about 1 min! why does this status happen?how to solve this problem?<br />
coco</p>
]]></content:encoded>
	</item>
</channel>
</rss>

