<?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: Two Nasty Flex Bugs to Watch Out For</title>
	<atom:link href="http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/</link>
	<description>Thoughts and rants from a Seattle entrepreneur.</description>
	<lastBuildDate>Fri, 18 Jun 2010 21:03:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: chandra shekhar</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-107</link>
		<dc:creator>chandra shekhar</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-107</guid>
		<description>Thanks for the module loading tip!</description>
		<content:encoded><![CDATA[<p>Thanks for the module loading tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graceglmcooke</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-67</link>
		<dc:creator>graceglmcooke</dc:creator>
		<pubDate>Sat, 27 Jun 2009 07:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-67</guid>
		<description>We found a hole in the intergalactic time fabric.Seriously: the 30 pins connector incl PCB-board is certified for the 3G &lt;a href=&quot;http://www.hrsaccountlogin.com&quot; rel=&quot;nofollow&quot;&gt;hrsaccount&lt;/a&gt; and 2G, but also for the iPod. So we didn’t do a thing to get certification for the iPod, it was included.</description>
		<content:encoded><![CDATA[<p>We found a hole in the intergalactic time fabric.Seriously: the 30 pins connector incl PCB-board is certified for the 3G <a href="http://www.hrsaccountlogin.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.hrsaccountlogin.com?referer=');">hrsaccount</a> and 2G, but also for the iPod. So we didn’t do a thing to get certification for the iPod, it was included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurelkhall</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-66</link>
		<dc:creator>laurelkhall</dc:creator>
		<pubDate>Mon, 08 Jun 2009 20:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-66</guid>
		<description>Thanks for this. I used this technique and it worked like a charm. I had been troubleshooting the unnecessary horizontal scroll bar for several hours! This did the trick instantly,</description>
		<content:encoded><![CDATA[<p>Thanks for this. I used this technique and it worked like a charm. I had been troubleshooting the unnecessary horizontal scroll bar for several hours! This did the trick instantly,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance web designer</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-65</link>
		<dc:creator>Freelance web designer</dc:creator>
		<pubDate>Sat, 16 May 2009 00:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-65</guid>
		<description>thanks for telling us about these bugs, regards mate</description>
		<content:encoded><![CDATA[<p>thanks for telling us about these bugs, regards mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mido</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-64</link>
		<dc:creator>mido</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-64</guid>
		<description>I actually observed the same behavior: the ready events never gets called. &lt;br&gt;That&#039;s in IE 6 or FF 2.&lt;br&gt;However, I noticed that in FF 3 and IE 7, it works and both modules show up... but this behavior is not consistent. Sometimes only 1 module is loaded. It&#039;s probably a timing issue.&lt;br&gt;It must be a bug...</description>
		<content:encoded><![CDATA[<p>I actually observed the same behavior: the ready events never gets called. <br />That&#39;s in IE 6 or FF 2.<br />However, I noticed that in FF 3 and IE 7, it works and both modules show up&#8230; but this behavior is not consistent. Sometimes only 1 module is loaded. It&#39;s probably a timing issue.<br />It must be a bug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-62</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-62</guid>
		<description>I try to load multiple modules and store the IModuleInfo references in a static array outside the function scope. It seams that only the latest module is loaded. Does ModuleManager not support loading of multiple modules at the same time?</description>
		<content:encoded><![CDATA[<p>I try to load multiple modules and store the IModuleInfo references in a static array outside the function scope. It seams that only the latest module is loaded. Does ModuleManager not support loading of multiple modules at the same time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.hempton.com/2008/11/two-nasty-flex-bugs-to-watch-out-for/comment-page-1/#comment-63</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hempton.com/?p=36#comment-63</guid>
		<description>All modules are loaded, but I don&#039;t get the READY events.</description>
		<content:encoded><![CDATA[<p>All modules are loaded, but I don&#39;t get the READY events.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
