<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Move indeterminate</title>
	<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/</link>
	<description>A blog about Adobe Flex</description>
	<pubDate>Mon, 13 Oct 2008 04:37:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Rostislav Siryk</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32794</link>
		<pubDate>Sat, 01 Dec 2007 18:52:44 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32794</guid>
					<description>Finally, you can then rebuild the framework.swc (to get rid of slowdown after including full framework source into your app's source directories), but in Flex 3 Beta I could rebuild it with nearly 3 hours of magic passes. But succeeded at the end.</description>
		<content:encoded><![CDATA[<p>Finally, you can then rebuild the framework.swc (to get rid of slowdown after including full framework source into your app&#8217;s source directories), but in Flex 3 Beta I could rebuild it with nearly 3 hours of magic passes. But succeeded at the end.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rostislav Siryk</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32434</link>
		<pubDate>Fri, 30 Nov 2007 16:39:56 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32434</guid>
					<description>A little addition to my prev comment: while this works, it makes the FB to slow down a bit during compile / search etc.</description>
		<content:encoded><![CDATA[<p>A little addition to my prev comment: while this works, it makes the FB to slow down a bit during compile / search etc.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rostislav Siryk</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32416</link>
		<pubDate>Fri, 30 Nov 2007 14:48:01 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-32416</guid>
					<description>There's one more approach to get rid of "Move indeterminate" and other malevolent things like orphaned trace statements. 

- Add Flex SDK source to your project: Project Properties &#62; Flex Build Path &#62; Add Folder &#62; C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\projects\framework\src
- Find in Files (Ctrl+Shift+F) &#62; Move indeterminate.
- Edit the wrong string in the source (in this case, line #1631 in the ProgressBar.as), save file and now it's working fine.

Doug, you're the best. (the words I used to say in Russian too many times; now it's the time to say it in English ;-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s one more approach to get rid of &#8220;Move indeterminate&#8221; and other malevolent things like orphaned trace statements. </p>
<p>- Add Flex SDK source to your project: Project Properties &gt; Flex Build Path &gt; Add Folder &gt; C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\projects\framework\src<br />
- Find in Files (Ctrl+Shift+F) &gt; Move indeterminate.<br />
- Edit the wrong string in the source (in this case, line #1631 in the ProgressBar.as), save file and now it&#8217;s working fine.</p>
<p>Doug, you&#8217;re the best. (the words I used to say in Russian too many times; now it&#8217;s the time to say it in English <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Taylor</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-26466</link>
		<pubDate>Wed, 14 Nov 2007 02:53:05 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-26466</guid>
					<description>UNIX to the rescue!

ant run 2&#62;&#38;1 &#124; grep -v "Move indeterminate"

(Assumes you're using ant to automate repetitive tasks.  If not, just replace "ant run" with whatever you use to run your app...)</description>
		<content:encoded><![CDATA[<p>UNIX to the rescue!</p>
<p>ant run 2&gt;&amp;1 | grep -v &#8220;Move indeterminate&#8221;</p>
<p>(Assumes you&#8217;re using ant to automate repetitive tasks.  If not, just replace &#8220;ant run&#8221; with whatever you use to run your app&#8230;)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ben Throop</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-26251</link>
		<pubDate>Tue, 13 Nov 2007 15:28:54 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-26251</guid>
					<description>Are you guys taking the nightly SDK builds? I have run into a few off the wall bugs that seems to get fixed, but it seems like it might introduce even more randomness.</description>
		<content:encoded><![CDATA[<p>Are you guys taking the nightly SDK builds? I have run into a few off the wall bugs that seems to get fixed, but it seems like it might introduce even more randomness.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: polyGeek</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18511</link>
		<pubDate>Fri, 05 Oct 2007 21:51:47 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18511</guid>
					<description>Wow, the Framework developers use trace statements? Now I don't feel like a total dunce. :-)</description>
		<content:encoded><![CDATA[<p>Wow, the Framework developers use trace statements? Now I don&#8217;t feel like a total dunce. <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: nicolas</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18500</link>
		<pubDate>Fri, 05 Oct 2007 21:18:29 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18500</guid>
					<description>yeah, upgrading ti beta 3 hasn't been the most pleasant experience. Porting large css files is quite a bummer.</description>
		<content:encoded><![CDATA[<p>yeah, upgrading ti beta 3 hasn&#8217;t been the most pleasant experience. Porting large css files is quite a bummer.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mitch</title>
		<link>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18492</link>
		<pubDate>Fri, 05 Oct 2007 20:46:03 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/10/05/move-indeterminate/#comment-18492</guid>
					<description>The one that got me was having an empty switch statement

switch
{
}

Woohoo. Internal error.
That was fun to find.</description>
		<content:encoded><![CDATA[<p>The one that got me was having an empty switch statement</p>
<p>switch<br />
{<br />
}</p>
<p>Woohoo. Internal error.<br />
That was fun to find.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
