<?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: Style system bug in Flash CS3 UIComponents</title>
	<atom:link href="http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Geoffrey Hom</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-957</link>
		<dc:creator>Geoffrey Hom</dc:creator>
		<pubDate>Tue, 28 Oct 2008 16:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-957</guid>
		<description>Hi, I randomly ran into this article, and I don&#039;t seem to have a problem setting, say, the font size for just one type of component in Flash CS3. Presumably they fixed the bug, but my StyleManager constructor looks the same as in your article. Any idea how they fixed it?

FYI, this seems to work for me:

var textFormat:TextFormat = new TextFormat();
textFormat.size = 36;
StyleManager.setComponentStyle(new TextInput(), &quot;textFormat&quot;, textFormat);</description>
		<content:encoded><![CDATA[<p>Hi, I randomly ran into this article, and I don&#8217;t seem to have a problem setting, say, the font size for just one type of component in Flash CS3. Presumably they fixed the bug, but my StyleManager constructor looks the same as in your article. Any idea how they fixed it?</p>
<p>FYI, this seems to work for me:</p>
<p>var textFormat:TextFormat = new TextFormat();<br />
textFormat.size = 36;<br />
StyleManager.setComponentStyle(new TextInput(), &#8220;textFormat&#8221;, textFormat);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-956</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Thu, 31 Jul 2008 02:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-956</guid>
		<description>Copy the edited class file into the same folder as your FLA file. It should override the default pre-compiled version. Alternatively, add the top level folder containing the User Interface class files to your FLA file&#039;s source path (in Publish Settings). This will override all classes in the &quot;component shim&quot;, but it may take longer to compile.</description>
		<content:encoded><![CDATA[<p>Copy the edited class file into the same folder as your FLA file. It should override the default pre-compiled version. Alternatively, add the top level folder containing the User Interface class files to your FLA file&#8217;s source path (in Publish Settings). This will override all classes in the &#8220;component shim&#8221;, but it may take longer to compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Anderson</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-955</link>
		<dc:creator>K Anderson</dc:creator>
		<pubDate>Thu, 31 Jul 2008 00:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-955</guid>
		<description>Wow, this is exactly what i was looking for!  I spent hours trying to figure out why i couldn&#039;t set the textFormat style on a List component.

For now i am using your StyleManager.setStyle() solution, but i&#039;d really like to make the edit you suggested to the StyleManager constructor.  I tracked the class down and made the change, but nothing is happening...  Wondering if i need to reload the classes into flash somehow, or what...  Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, this is exactly what i was looking for!  I spent hours trying to figure out why i couldn&#8217;t set the textFormat style on a List component.</p>
<p>For now i am using your StyleManager.setStyle() solution, but i&#8217;d really like to make the edit you suggested to the StyleManager constructor.  I tracked the class down and made the change, but nothing is happening&#8230;  Wondering if i need to reload the classes into flash somehow, or what&#8230;  Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-954</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Thu, 05 Jun 2008 04:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-954</guid>
		<description>Thanks, TJ. It seemed like kind of an abstract bug, so I figured some extra explanation would help make it clear for those unfamiliar with the component architecture, and it shows to Adobe&#039;s developer that I understand what&#039;s happening under the hood. Plus, being a typical egotistical developer, I know how easy it can be to dismiss a bug report because it doesn&#039;t point to the problem clearly enough. :)

Also, just to clarify, it&#039;s not a Flex bug. It applies to the components that come with Flash CS3.</description>
		<content:encoded><![CDATA[<p>Thanks, TJ. It seemed like kind of an abstract bug, so I figured some extra explanation would help make it clear for those unfamiliar with the component architecture, and it shows to Adobe&#8217;s developer that I understand what&#8217;s happening under the hood. Plus, being a typical egotistical developer, I know how easy it can be to dismiss a bug report because it doesn&#8217;t point to the problem clearly enough. <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, just to clarify, it&#8217;s not a Flex bug. It applies to the components that come with Flash CS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Downes</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-953</link>
		<dc:creator>TJ Downes</dc:creator>
		<pubDate>Thu, 05 Jun 2008 00:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-953</guid>
		<description>&quot;Probably one of the most well thought out and documented explanations...&quot; in regards to a bug, was the intended thought.</description>
		<content:encoded><![CDATA[<p>&#8220;Probably one of the most well thought out and documented explanations&#8230;&#8221; in regards to a bug, was the intended thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Downes</title>
		<link>http://joshblog.net/2008/06/04/style-system-bug-in-flash-cs3-uicomponents/#comment-952</link>
		<dc:creator>TJ Downes</dc:creator>
		<pubDate>Thu, 05 Jun 2008 00:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=241#comment-952</guid>
		<description>Probably one of the most well thought out and documented explanations I have ever read in the Flex community. Kudos and thanks for the thorough report and explanation</description>
		<content:encoded><![CDATA[<p>Probably one of the most well thought out and documented explanations I have ever read in the Flex community. Kudos and thanks for the thorough report and explanation</p>
]]></content:encoded>
	</item>
</channel>
</rss>

