<?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"
	>
<channel>
	<title>Comments on: Automatic Disabled Icon with Flex Button Control</title>
	<atom:link href="http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/</link>
	<description>BealeARTS - Information Ingenuity</description>
	<pubDate>Thu, 20 Nov 2008 13:42:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: gaga</title>
		<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-2247</link>
		<dc:creator>gaga</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-2247</guid>
		<description>Okay, finaly I don't know why it wasn't working but it is working again.. I just have had a lign in case the Button doesn't have an icon defined : 
	// Fade Disabled Icon
				if(this.getStyle("icon") != null) {
					DisplayObject(this.getChildByName("disabledIcon")).alpha = 0.4;	
				}</description>
		<content:encoded><![CDATA[<p>Okay, finaly I don&#8217;t know why it wasn&#8217;t working but it is working again.. I just have had a lign in case the Button doesn&#8217;t have an icon defined :<br />
	// Fade Disabled Icon<br />
				if(this.getStyle(&#8221;icon&#8221;) != null) {<br />
					DisplayObject(this.getChildByName(&#8221;disabledIcon&#8221;)).alpha = 0.4;<br />
				}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaga</title>
		<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-2244</link>
		<dc:creator>gaga</dc:creator>
		<pubDate>Mon, 22 Sep 2008 13:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-2244</guid>
		<description>Hi ! 
I tryed to use your component, but when the Button is at the beginning disabled, strangely it is displayed as enabled when lauching the application.. So it doesn't think to work fine yet.. :(</description>
		<content:encoded><![CDATA[<p>Hi !<br />
I tryed to use your component, but when the Button is at the beginning disabled, strangely it is displayed as enabled when lauching the application.. So it doesn&#8217;t think to work fine yet.. <img src='http://www.bealearts.co.uk/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-1664</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Jan 2008 22:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-1664</guid>
		<description>@Glen

Thanks for the comment.

I have updated the IconButton component to fix this issue.</description>
		<content:encoded><![CDATA[<p>@Glen</p>
<p>Thanks for the comment.</p>
<p>I have updated the IconButton component to fix this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Black</title>
		<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-1537</link>
		<dc:creator>Glen Black</dc:creator>
		<pubDate>Wed, 12 Dec 2007 20:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comment-1537</guid>
		<description>This is a neat trick; thanks for publishing it.

At runtime, I had immediately received "TypeError: Error #1009: Cannot access a property or method of a null object reference." on the line that sets the alpha in the IconButton class.

It turns out that if I have a button whose default initial state is enabled, the error occurs.  If I make the button's default initial state disabled and enable the button later, the error goes away; that's certainly an easy enough workaround for my needs.

I hope this helps someone if they run into the same issue.

Thanks
[gb]</description>
		<content:encoded><![CDATA[<p>This is a neat trick; thanks for publishing it.</p>
<p>At runtime, I had immediately received &#8220;TypeError: Error #1009: Cannot access a property or method of a null object reference.&#8221; on the line that sets the alpha in the IconButton class.</p>
<p>It turns out that if I have a button whose default initial state is enabled, the error occurs.  If I make the button&#8217;s default initial state disabled and enable the button later, the error goes away; that&#8217;s certainly an easy enough workaround for my needs.</p>
<p>I hope this helps someone if they run into the same issue.</p>
<p>Thanks<br />
[gb]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
