<?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: Flash v3 component issues</title>
	<atom:link href="http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/</link>
	<description>Rich Internet Applications, Software Development, Human-Computer Interaction</description>
	<lastBuildDate>Tue, 15 Nov 2011 08:03:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Randy Troppmann</title>
		<link>http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/comment-page-1/#comment-86574</link>
		<dc:creator>Randy Troppmann</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/#comment-86574</guid>
		<description>Check out this post from Grant Skinner (architect of the Flash CS3 V3 components) where he exposes a bug in the component framework:

http://www.gskinner.com/blog/archives/2007/12/cs3_component_b.html</description>
		<content:encoded><![CDATA[<p>Check out this post from Grant Skinner (architect of the Flash CS3 V3 components) where he exposes a bug in the component framework:</p>
<p><a href="http://www.gskinner.com/blog/archives/2007/12/cs3_component_b.html" rel="nofollow">http://www.gskinner.com/blog/archives/2007/12/cs3_component_b.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Troppmann</title>
		<link>http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/comment-page-1/#comment-85137</link>
		<dc:creator>Randy Troppmann</dc:creator>
		<pubDate>Sat, 08 Dec 2007 02:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/#comment-85137</guid>
		<description>Yes, sometimes you have to force a redraw:

myButton.drawNow();

especially when you are instantiating it on the fly. I posted a while back on my experiences with making a custom cell renderer for a List:

http://www.spintechnologies.ca/flashblog/archives/000108.html</description>
		<content:encoded><![CDATA[<p>Yes, sometimes you have to force a redraw:</p>
<p>myButton.drawNow();</p>
<p>especially when you are instantiating it on the fly. I posted a while back on my experiences with making a custom cell renderer for a List:</p>
<p><a href="http://www.spintechnologies.ca/flashblog/archives/000108.html" rel="nofollow">http://www.spintechnologies.ca/flashblog/archives/000108.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/comment-page-1/#comment-85067</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 07 Dec 2007 21:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/2007/12/06/flash-v3-component-issues/#comment-85067</guid>
		<description>One thing that wasn&#039;t made clear in the docs for these components is that you must manually tell subcomponents to redraw by calling drawNow() on them when the parent component is drawing itself. The happens because calls to invalidate() during the validation stage are ignored.</description>
		<content:encoded><![CDATA[<p>One thing that wasn&#8217;t made clear in the docs for these components is that you must manually tell subcomponents to redraw by calling drawNow() on them when the parent component is drawing itself. The happens because calls to invalidate() during the validation stage are ignored.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

