<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Enigmatic Thought &#187; Builder</title>
	<atom:link href="http://blog.enigmaticthought.com/tag/builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enigmaticthought.com</link>
	<description>import com.enigmaticThought.blog;</description>
	<lastBuildDate>Fri, 25 Jun 2010 19:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Debug crashing in Firefox?</title>
		<link>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/</link>
		<comments>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:52:53 +0000</pubDate>
		<dc:creator>Matt C</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=274</guid>
		<description><![CDATA[If you&#8217;ve just updated to Firefox 3.6.4 and use the Flash debug player, you may have noticed a problem. While you&#8217;re debugging, Firefox is killing you&#8217;re flash player session. Here&#8217;s the quick fix: type about:config in the firefox address bar search for dom.ipc.plugins.timeoutSecs double click and change the value to -1 This will disable the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve just updated to Firefox 3.6.4 and use the Flash debug player, you may have noticed a problem.  While you&#8217;re debugging, Firefox is killing you&#8217;re flash player session.  Here&#8217;s the quick fix: </p>
<ol>
<li>type about:config in the firefox address bar</li>
<li>search for dom.ipc.plugins.timeoutSecs</li>
<li>double click and change the value to -1</li>
</ol>
<p>This will disable the hang detector that was added.  It&#8217;s the same reason I don&#8217;t do any debugging in Chrome (alongside the lack of HttpFox).  Sometimes a break point needs more than 10-15 seconds for me to figure out what&#8217;s going on.  <a href="http://benjamin.smedbergs.us/blog/2010-06-09/the-firefox-plugin-hang-detector/">Check out more details here</a><br />
<h3 class='related_post_title'>Related Posts (generated):</h3>
<ul class='related_post'>
<li><a href='http://enigmaticthought.com/2009/09/flash-builders-new-menu/' title='Altering Flash Builder&#8217;s new menu'>Altering Flash Builder&#8217;s new menu</a></li>
<li><a href='http://enigmaticthought.com/2009/02/firefox-and-flex/' title='Firefox and flex'>Firefox and flex</a></li>
<li><a href='http://enigmaticthought.com/2009/02/flex-in-eclipse-tips/' title='Flex in Eclipse tips'>Flex in Eclipse tips</a></li>
<li><a href='http://enigmaticthought.com/2010/03/clever-code/' title='Clever Code is dangerous'>Clever Code is dangerous</a></li>
<li><a href='http://enigmaticthought.com/2009/12/bugquash-badges-fixed/' title='Bugquash badges fixed'>Bugquash badges fixed</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Altering Flash Builder&#8217;s new menu</title>
		<link>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/</link>
		<comments>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:41:20 +0000</pubDate>
		<dc:creator>Matt C</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=236</guid>
		<description><![CDATA[One of the great things about Flex/Flash Builder is the wizards and templates that are used to create Actionscript and MXML files. When you&#8217;re about to create a file you have a plethora of options to choose from. Unfortunately, if you&#8217;re like me, you always seem to hit &#8220;MXML Module&#8221; rather than &#8216;MXML Component&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about Flex/Flash Builder is the wizards and templates that are used to create Actionscript and MXML files.  When you&#8217;re about to create a file you have a plethora of options to choose from.  Unfortunately, if you&#8217;re like me, you always seem to hit &#8220;MXML Module&#8221; rather than &#8216;MXML Component&#8221; and have to cancel and re-click.  Fortunately, there&#8217;s a quick fix.  Just right click on the perspective you wish to change (in Flash Builder it&#8217;s Flash) and choose &#8220;Customize&#8221;.  You&#8217;ll get a nice list of options to show on submenus, including the new menu.  Just uncheck everything you don&#8217;t want to see and check any additional options you do want to see.<br />
<h3 class='related_post_title'>Related Posts (generated):</h3>
<ul class='related_post'>
<li><a href='http://enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/' title='Flash Debug crashing in Firefox?'>Flash Debug crashing in Firefox?</a></li>
<li><a href='http://enigmaticthought.com/2009/08/how-to-flex-the-twitter-api/' title='How to Flex the Twitter API'>How to Flex the Twitter API</a></li>
<li><a href='http://enigmaticthought.com/2009/08/flex-open-iteration-meeting-2/' title='Flex OIM review'>Flex OIM review</a></li>
<li><a href='http://enigmaticthought.com/2009/08/flex-open-iteration-meeting/' title='Flex Open Iteration Meeting'>Flex Open Iteration Meeting</a></li>
<li><a href='http://enigmaticthought.com/2009/02/flex-in-eclipse-tips/' title='Flex in Eclipse tips'>Flex in Eclipse tips</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
