<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Disabling user input in a Flex Application</title>
	<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 01:03:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Lexi</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16568</link>
		<author>Lexi</author>
		<pubDate>Tue, 04 Nov 2008 17:05:38 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16568</guid>
		<description>A fantastic site, and brilliant effort. A great piece of work.,</description>
		<content:encoded><![CDATA[<p>A fantastic site, and brilliant effort. A great piece of work.,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16311</link>
		<author>peterd</author>
		<pubDate>Tue, 21 Oct 2008 00:19:14 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16311</guid>
		<description>Sure,

You could do something like the following to set the disabled background color and alpha of the disabled state:
&lt;pre class="code"&gt;
&#60;mx:Style&#62;
    Application {
        backgroundDisabledColor: black;
        disabledOverlayAlpha: 0.9;
    }
&#60;/mx:Style&#62;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Sure,</p>
<p>You could do something like the following to set the disabled background color and alpha of the disabled state:</p>
<pre class="code">
&lt;mx:Style&gt;
    Application {
        backgroundDisabledColor: black;
        disabledOverlayAlpha: 0.9;
    }
&lt;/mx:Style&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16310</link>
		<author>Steve</author>
		<pubDate>Tue, 21 Oct 2008 00:12:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-16310</guid>
		<description>can the disabled application's transparency be changed?</description>
		<content:encoded><![CDATA[<p>can the disabled application&#8217;s transparency be changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-15803</link>
		<author>John</author>
		<pubDate>Tue, 23 Sep 2008 09:14:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-15803</guid>
		<description>That was my question too, can it be styled?</description>
		<content:encoded><![CDATA[<p>That was my question too, can it be styled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Thompson</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-14006</link>
		<author>Jim Thompson</author>
		<pubDate>Mon, 07 Jul 2008 14:25:38 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-14006</guid>
		<description>Can the disabled state be styled?</description>
		<content:encoded><![CDATA[<p>Can the disabled state be styled?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
