<?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: Disabling user input in a Flex Application</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: om</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/comment-page-1/#comment-2601</link>
		<dc:creator>om</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2601</guid>
		<description>I&#039;ve tried this, but it does not work if a popup is opened.
The background view is correctly disabled but the user can still interact with the popup.
Any solution for this?

Thanx ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this, but it does not work if a popup is opened.<br />
The background view is correctly disabled but the user can still interact with the popup.<br />
Any solution for this?</p>
<p>Thanx ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lexi</title>
		<link>http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/comment-page-1/#comment-2596</link>
		<dc:creator>Lexi</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2596</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-page-1/#comment-2597</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2597</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=&quot;code&quot;&gt;
&lt;mx:Style&gt;
    Application {
        backgroundDisabledColor: black;
        disabledOverlayAlpha: 0.9;
    }
&lt;/mx:Style&gt;
&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-page-1/#comment-2599</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2599</guid>
		<description>can the disabled application&#039;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-page-1/#comment-2600</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2600</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-page-1/#comment-2598</link>
		<dc:creator>Jim Thompson</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/20/disabling-user-input-in-a-flex-application/#comment-2598</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>
