<?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: The error that &quot;No class registered for interface &#8216;mx.styles::IStyleManager2&#8242;&quot;</title>
	<atom:link href="http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html</link>
	<description>Flex,Flash,Ajax and Freebie Resource for Developers and Designers</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:55:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quantium</title>
		<link>http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html/comment-page-1#comment-5103</link>
		<dc:creator>Quantium</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html#comment-5103</guid>
		<description>Hi all,

Thanks Sam, I&#039;ve already done the Singleton.registerClass thing. But now I have a new issue, When i compile I see &#039;value is not a function&#039; when Singleton calls c[&#039;getInstance&#039;]() function.

That function is there in IBrowserManager but still don&#039;t reconigsed.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Thanks Sam, I&#8217;ve already done the Singleton.registerClass thing. But now I have a new issue, When i compile I see &#8216;value is not a function&#8217; when Singleton calls c['getInstance']() function.</p>
<p>That function is there in IBrowserManager but still don&#8217;t reconigsed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don&#8217;t run/debug a flex compent under Flex Builder &#171; :maohao:</title>
		<link>http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html/comment-page-1#comment-3572</link>
		<dc:creator>Don&#8217;t run/debug a flex compent under Flex Builder &#171; :maohao:</dc:creator>
		<pubDate>Mon, 16 Mar 2009 18:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html#comment-3572</guid>
		<description>[...] reading this, I found out I was unintentionally running/debugging a flex component instead of a flex [...]</description>
		<content:encoded><![CDATA[<p>[...] reading this, I found out I was unintentionally running/debugging a flex component instead of a flex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hasselquist.net &#187; Blog Archive &#187; Set the ANT_OPT for flex ant tasks to avoid the error “out of memory” threw by Flex Builder when building a huge project</title>
		<link>http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html/comment-page-1#comment-1681</link>
		<dc:creator>hasselquist.net &#187; Blog Archive &#187; Set the ANT_OPT for flex ant tasks to avoid the error “out of memory” threw by Flex Builder when building a huge project</dc:creator>
		<pubDate>Thu, 21 Aug 2008 02:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html#comment-1681</guid>
		<description>[...] The error that &quot;No class registered for interface &#8216;mx.styles::IStyleManager2&#8242;&quot;... [...]</description>
		<content:encoded><![CDATA[<p>[...] The error that &quot;No class registered for interface &#8216;mx.styles::IStyleManager2&#8242;&quot;&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Dean</title>
		<link>http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html/comment-page-1#comment-1529</link>
		<dc:creator>Sam Dean</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/01/31/the-error-that-no-class-registered-for-interface-mxstylesistylemanager2.html#comment-1529</guid>
		<description>Hi,

I ran into this same problem whilst compiling an actionscript project. I fixed it by adding the line :

Singleton.registerClass(&quot;mx.styles::IStyleManager2&quot;, Class(ApplicationDomain.currentDomain.getDefinition(&quot;mx.styles::StyleManagerImpl&quot;)));

as the first line in my constructor.


Hope this is useful,

Sam</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I ran into this same problem whilst compiling an actionscript project. I fixed it by adding the line :</p>
<p>Singleton.registerClass(&#8221;mx.styles::IStyleManager2&#8243;, Class(ApplicationDomain.currentDomain.getDefinition(&#8221;mx.styles::StyleManagerImpl&#8221;)));</p>
<p>as the first line in my constructor.</p>
<p>Hope this is useful,</p>
<p>Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
