<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Modules and singleton manager classes</title>
	<link>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 11:46:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: rconceiver</title>
		<link>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-13530</link>
		<author>rconceiver</author>
		<pubDate>Fri, 20 Jun 2008 04:47:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-13530</guid>
		<description>Thanks once again Peter...:)

I was facing the same issue. Initially I thought it is occurring because the last Module is not been unloaded properly. So i tried with unloadModule(). But it didn't work.

Finally I got this solution! Thanks for that...

But can you help me understand why this issue occurs. Is there anything wrong with the Module Child or something else.

Awaiting for the reply.

rconceiver</description>
		<content:encoded><![CDATA[<p>Thanks once again Peter&#8230;:)</p>
<p>I was facing the same issue. Initially I thought it is occurring because the last Module is not been unloaded properly. So i tried with unloadModule(). But it didn&#8217;t work.</p>
<p>Finally I got this solution! Thanks for that&#8230;</p>
<p>But can you help me understand why this issue occurs. Is there anything wrong with the Module Child or something else.</p>
<p>Awaiting for the reply.</p>
<p>rconceiver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik Datta</title>
		<link>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-3616</link>
		<author>Kaushik Datta</author>
		<pubDate>Fri, 26 Oct 2007 15:06:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-3616</guid>
		<description>Can you please post an example to show a ProgressBar while the Module SWF is getting loaded?

TIA</description>
		<content:encoded><![CDATA[<p>Can you please post an example to show a ProgressBar while the Module SWF is getting loaded?</p>
<p>TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valery</title>
		<link>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-79</link>
		<author>Valery</author>
		<pubDate>Tue, 07 Aug 2007 10:54:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/06/modules-and-singleton-manager-classes/#comment-79</guid>
		<description>Interesting, I have some strange issue with modules and styles -- probably should apply this workaround to StyleManager. 

Btw, I'd prefer the following form of linking classes:

import mx.managers.PopUpManager;
import mx.managers.DragManager;

private static const LINKAGE:Array = [DragManager, PopUpManager];

First, you save a bit on characters typed. Second, you don't pollute instance with unnecessary variables, so you save on object size and amount of scroll clicks during debugging ;)

Valery</description>
		<content:encoded><![CDATA[<p>Interesting, I have some strange issue with modules and styles &#8212; probably should apply this workaround to StyleManager. </p>
<p>Btw, I&#8217;d prefer the following form of linking classes:</p>
<p>import mx.managers.PopUpManager;<br />
import mx.managers.DragManager;</p>
<p>private static const LINKAGE:Array = [DragManager, PopUpManager];</p>
<p>First, you save a bit on characters typed. Second, you don&#8217;t pollute instance with unnecessary variables, so you save on object size and amount of scroll clicks during debugging ;)</p>
<p>Valery</p>
]]></content:encoded>
	</item>
</channel>
</rss>
