<?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: Flex Builder Woes</title>
	<atom:link href="http://dispatchevent.org/mims/flex-builder-woes/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org/mims/flex-builder-woes/</link>
	<description>Collective thoughts on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Tue, 24 Jan 2012 12:18:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cal</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-173044</link>
		<dc:creator>cal</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-173044</guid>
		<description>How about when you set a breakpoint in FB and the debugger never hits it... it&#039;s not that the code never gets executed; it simply never stops at it.
There&#039;s also all the caching that sometimes requires a manual deletion of the FB Swccache, searchCache &amp; projects directories in /.metadata/.plugins/com.adobe.flexbuilder.codemodel.  I mean, COME ON!</description>
		<content:encoded><![CDATA[<p>How about when you set a breakpoint in FB and the debugger never hits it&#8230; it&#8217;s not that the code never gets executed; it simply never stops at it.<br />
There&#8217;s also all the caching that sometimes requires a manual deletion of the FB Swccache, searchCache &amp; projects directories in /.metadata/.plugins/com.adobe.flexbuilder.codemodel.  I mean, COME ON!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-157467</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-157467</guid>
		<description>I agree...
FlexBuilder is complete crap!  
It freezes for no reason...  
Takes forever to compile... 
It is very incomplete as an IDE... 
It increases development time by about 40%...

include FlexBuilder;

RIA != RAD; // Always True

Just my 4 cents.</description>
		<content:encoded><![CDATA[<p>I agree&#8230;<br />
FlexBuilder is complete crap!<br />
It freezes for no reason&#8230;<br />
Takes forever to compile&#8230;<br />
It is very incomplete as an IDE&#8230;<br />
It increases development time by about 40%&#8230;</p>
<p>include FlexBuilder;</p>
<p>RIA != RAD; // Always True</p>
<p>Just my 4 cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume M.</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-32562</link>
		<dc:creator>Guillaume M.</dc:creator>
		<pubDate>Wed, 19 Sep 2007 18:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-32562</guid>
		<description>I&#039;m doing a multi player game and flex just terminate one application out of three for no apparent reason. But it work fine outside of the debugger? If anyone has a solution or a way to trace that &quot;terminate for no apparent reason bug&quot; I beg you to share it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing a multi player game and flex just terminate one application out of three for no apparent reason. But it work fine outside of the debugger? If anyone has a solution or a way to trace that &#8220;terminate for no apparent reason bug&#8221; I beg you to share it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-27948</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Sun, 26 Aug 2007 08:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-27948</guid>
		<description>&lt;a href=&quot;#comment-27807&quot; rel=&quot;nofollow&quot;&gt;@Joe&lt;/a&gt;, hope this helps.
&lt;ol&gt;&lt;li&gt;If the Application you&#039;re building is named Foo.mxml, and &quot;Generate HTML Wrapper&quot; is checked in the Project properties panel, Flex Builder creates its own Foo.html and Foo-debug.html files in the output directory on build. To change the HTML files it outputs, modify the index.template.html source in the html-template/ directory Flex Builder creates. HTML files with other names shouldn&#039;t be clobbered.&lt;/li&gt;
&lt;li&gt;Do the errors appear in the Problems view? Choose Window&#8594;Problems and hit the filters button (leftmost icon on the top right of this view) and make sure the filter shows errors &quot;On any element.&quot;&lt;/li&gt;
&lt;li&gt;Usually I move the files around but leave out the directories FB creates, like .actionScriptProperties and .settings/. Then, whenever I&#039;m setting up the project, I configure the project settings in flex builder all over again. Just a little bit of trouble (no more than a dozen clicks) but keeps the project much more portable.&lt;/li&gt;&lt;/ol&gt;
HTH! //Roger</description>
		<content:encoded><![CDATA[<p><a href="#comment-27807" rel="nofollow">@Joe</a>, hope this helps.</p>
<ol>
<li>If the Application you&#8217;re building is named Foo.mxml, and &#8220;Generate HTML Wrapper&#8221; is checked in the Project properties panel, Flex Builder creates its own Foo.html and Foo-debug.html files in the output directory on build. To change the HTML files it outputs, modify the index.template.html source in the html-template/ directory Flex Builder creates. HTML files with other names shouldn&#8217;t be clobbered.</li>
<li>Do the errors appear in the Problems view? Choose Window&rarr;Problems and hit the filters button (leftmost icon on the top right of this view) and make sure the filter shows errors &#8220;On any element.&#8221;</li>
<li>Usually I move the files around but leave out the directories FB creates, like .actionScriptProperties and .settings/. Then, whenever I&#8217;m setting up the project, I configure the project settings in flex builder all over again. Just a little bit of trouble (no more than a dozen clicks) but keeps the project much more portable.</li>
</ol>
<p>HTH! //Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe McChristian</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-27807</link>
		<dc:creator>Joe McChristian</dc:creator>
		<pubDate>Sat, 25 Aug 2007 21:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-27807</guid>
		<description>There are three other Flex Builder issues that are driving me nuts (I&#039;m new to Flex though, so it could be my own fault).

1. Flex appears to delete html files from the bin directory.  When trying to run the application or debug it says that the html file can&#039;t be found (especially the debug versions.  I have confirmed that I have the most recent debug version of the Flash player).

2. When trying to run the application, it says that there are errors in the application and asks me if I want to continue.  Why are some of the errors marked with the red error icon and others aren&#039;t.  I&#039;m now stuck with having to look through thousands of lines of code to find the &quot;mystery&quot; errors since Flex has supposedly found them but told me nothing about them.  Any ideas on how to troubleshoot these better?

3. I have yet to be able to export a project to another system without it being full of errors at the destination resulting from things that either didn&#039;t copy correctly or were not packaged in with the app during the export.</description>
		<content:encoded><![CDATA[<p>There are three other Flex Builder issues that are driving me nuts (I&#8217;m new to Flex though, so it could be my own fault).</p>
<p>1. Flex appears to delete html files from the bin directory.  When trying to run the application or debug it says that the html file can&#8217;t be found (especially the debug versions.  I have confirmed that I have the most recent debug version of the Flash player).</p>
<p>2. When trying to run the application, it says that there are errors in the application and asks me if I want to continue.  Why are some of the errors marked with the red error icon and others aren&#8217;t.  I&#8217;m now stuck with having to look through thousands of lines of code to find the &#8220;mystery&#8221; errors since Flex has supposedly found them but told me nothing about them.  Any ideas on how to troubleshoot these better?</p>
<p>3. I have yet to be able to export a project to another system without it being full of errors at the destination resulting from things that either didn&#8217;t copy correctly or were not packaged in with the app during the export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-222</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Thu, 30 Nov 2006 20:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-222</guid>
		<description>Yep, that&#039;s slow because it&#039;s compiling your project! Supposedly it figures out what has changed and does incremental builds, but it is still pretty slow. You can disable this by unchecking &lt;tt&gt;Project &#8594; Build Automatically&lt;/tt&gt;. However, good stuff like autocompletion and type navigation depend on having your project built and up to date, so there&#039;s definitely a tradeoff.</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s slow because it&#8217;s compiling your project! Supposedly it figures out what has changed and does incremental builds, but it is still pretty slow. You can disable this by unchecking <tt>Project &rarr; Build Automatically</tt>. However, good stuff like autocompletion and type navigation depend on having your project built and up to date, so there&#8217;s definitely a tradeoff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Cunha</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-221</link>
		<dc:creator>Vitor Cunha</dc:creator>
		<pubDate>Thu, 30 Nov 2006 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-221</guid>
		<description>Does FB executes &quot;Building Workspace&quot; all the time?
It&#039;s so damn slow and it appears for every action you do, from saving the project to typping a letter!</description>
		<content:encoded><![CDATA[<p>Does FB executes &#8220;Building Workspace&#8221; all the time?<br />
It&#8217;s so damn slow and it appears for every action you do, from saving the project to typping a letter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Williams</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-214</link>
		<dc:creator>Chuck Williams</dc:creator>
		<pubDate>Wed, 29 Nov 2006 14:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-214</guid>
		<description>Hey, I&#039;ve got a solution for your &quot;Removing compiler problem markers&quot; issue:  Delete the offending project from the navigator (be sure not to delete the contents), and re-add it again... Seems to have worked for me!</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve got a solution for your &#8220;Removing compiler problem markers&#8221; issue:  Delete the offending project from the navigator (be sure not to delete the contents), and re-add it again&#8230; Seems to have worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims Wright</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-137</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Thu, 16 Nov 2006 15:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-137</guid>
		<description>Help us FDT, you&#039;re our only hope!</description>
		<content:encoded><![CDATA[<p>Help us FDT, you&#8217;re our only hope!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-134</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Thu, 16 Nov 2006 05:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-134</guid>
		<description>Ok, Flex Builder is officially annoying the crap out of me too. I join in your angry torch-and-pitchfork mob now.</description>
		<content:encoded><![CDATA[<p>Ok, Flex Builder is officially annoying the crap out of me too. I join in your angry torch-and-pitchfork mob now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-32</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Thu, 19 Oct 2006 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-32</guid>
		<description>Not crashed, frozen!
If you need to keep a browser open / running while debugging a flash app, either:
&lt;ul&gt;
	&lt;li&gt;Configure Flex to launch apps in a different browser, or a browser that spawns multiple processes for multiple sessions.
Click Window &#8594; Preferences, General &#8594; Web Browser, check &quot;Use external Web browser&quot; and pick a browser that isn&#039;t your default or runs in multiple processes (typically IE for firefox users).&lt;/li&gt;
	&lt;li&gt;Configure firefox to 
&lt;a href=&quot;http://pure-essence.net/archives/2006/09/15/firefox-multiple-concurrent-sessions/&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;run in two processes concurrently&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Debug your app in the Flash Player standalone version. Right-click your project and select Properties, go to Flex Compiler &#8594; HTML wrapper, uncheck &quot;Generate HTML wrapper file.&quot;&lt;/li&gt;
&lt;/ul&gt;

</description>
		<content:encoded><![CDATA[<p>Not crashed, frozen!<br />
If you need to keep a browser open / running while debugging a flash app, either:</p>
<ul>
<li>Configure Flex to launch apps in a different browser, or a browser that spawns multiple processes for multiple sessions.<br />
Click Window &rarr; Preferences, General &rarr; Web Browser, check &#8220;Use external Web browser&#8221; and pick a browser that isn&#8217;t your default or runs in multiple processes (typically IE for firefox users).</li>
<li>Configure firefox to<br />
<a href="http://pure-essence.net/archives/2006/09/15/firefox-multiple-concurrent-sessions/" rel="nofollow" rel="nofollow" rel="nofollow">run in two processes concurrently</a></li>
<li>Debug your app in the Flash Player standalone version. Right-click your project and select Properties, go to Flex Compiler &rarr; HTML wrapper, uncheck &#8220;Generate HTML wrapper file.&#8221;</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: mims</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-31</link>
		<dc:creator>mims</dc:creator>
		<pubDate>Thu, 19 Oct 2006 15:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-31</guid>
		<description>Yes. the pain in the ass part is that FF appears to be crashed in the meatime. :-/</description>
		<content:encoded><![CDATA[<p>Yes. the pain in the ass part is that FF appears to be crashed in the meatime. :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-30</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Thu, 19 Oct 2006 15:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-30</guid>
		<description>Yeah, it&#039;s actually what is supposed to happen. When you hit any error or breakpoint, the process freezes execution so you can inspect it in the debugger... this happens whether you&#039;re running the app in the browser or the standalone player. If it didn&#039;t freeze its state you couldn&#039;t stop time and examine what went wrong in the debugger!

To resume execution you can hit &quot;Resume&quot; (play button) in the deubug view... to stop debugging and detach the debugger you can hit &quot;Disconnect&quot; (the two red dots). Or to close the process entirely you can hit &quot;Terminate&quot; (the stop button). Resume will keep catching exceptions and breakpoints. Disconnect will let your app keep running but no more debugging. Terminate will stop debugging and close the app.</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s actually what is supposed to happen. When you hit any error or breakpoint, the process freezes execution so you can inspect it in the debugger&#8230; this happens whether you&#8217;re running the app in the browser or the standalone player. If it didn&#8217;t freeze its state you couldn&#8217;t stop time and examine what went wrong in the debugger!</p>
<p>To resume execution you can hit &#8220;Resume&#8221; (play button) in the deubug view&#8230; to stop debugging and detach the debugger you can hit &#8220;Disconnect&#8221; (the two red dots). Or to close the process entirely you can hit &#8220;Terminate&#8221; (the stop button). Resume will keep catching exceptions and breakpoints. Disconnect will let your app keep running but no more debugging. Terminate will stop debugging and close the app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mims</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-29</link>
		<dc:creator>mims</dc:creator>
		<pubDate>Thu, 19 Oct 2006 00:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-29</guid>
		<description>Yes! How could I have forgotten! I&#039;ve seen the same thing on my end. 
This seems to be fixed by stopping the debug session in Flex Builder or stepping over the breakpoint. I guess it&#039;s the correct behaviour but it&#039;s a pain in the ass!

thanx for the comment.</description>
		<content:encoded><![CDATA[<p>Yes! How could I have forgotten! I&#8217;ve seen the same thing on my end.<br />
This seems to be fixed by stopping the debug session in Flex Builder or stepping over the breakpoint. I guess it&#8217;s the correct behaviour but it&#8217;s a pain in the ass!</p>
<p>thanx for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Cancil</title>
		<link>http://dispatchevent.org/mims/flex-builder-woes/comment-page-1/#comment-28</link>
		<dc:creator>Eric Cancil</dc:creator>
		<pubDate>Wed, 18 Oct 2006 21:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mimswright.com/?p=43#comment-28</guid>
		<description>Have you had the one where you run your application in debug mode, and when it encounters a null object reference firefox freezes... happens EVERY time for me</description>
		<content:encoded><![CDATA[<p>Have you had the one where you run your application in debug mode, and when it encounters a null object reference firefox freezes&#8230; happens EVERY time for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

