<?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>Randy Troppmann &#187; OS X</title>
	<atom:link href="http://www.randytroppmann.com/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randytroppmann.com</link>
	<description>Flash • Flex • iPhone • Android: software development and visual communication design</description>
	<lastBuildDate>Fri, 23 Jul 2010 15:38:03 +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>Watching trace statements when running Flash content in the browser</title>
		<link>http://www.randytroppmann.com/2009/04/02/watching-trace-statements-when-running-flash-content-in-the-browser/</link>
		<comments>http://www.randytroppmann.com/2009/04/02/watching-trace-statements-when-running-flash-content-in-the-browser/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:08:26 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Flash development]]></category>
		<category><![CDATA[Flex development]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.randytroppmann.com/?p=273</guid>
		<description><![CDATA[As Flash and Flex applications get more complex the ability to watch trace statements while running the application in a browser is invaluable. This is how I do it (in OSX): 1) find your mm.cfg file. Mine is located here: ~username/mm.cfg (substitute "username" with your real username) 2) open it in a text editor and [...]]]></description>
			<content:encoded><![CDATA[<p>As Flash and Flex applications get more complex the ability to watch trace statements while running the application in a browser is invaluable. This is how I do it (in OSX):</p>
<p>1) find your mm.cfg file. Mine is located here: ~username/mm.cfg (substitute "username" with your real username)</p>
<p>2) open it in a text editor and add these lines:</p>
<div class="igBar"><span id="lcode-3"><a href="#" onclick="javascript:showCodeTxt('code-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-3">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ErrorReportingEnable=<span style="color:#800000;color:#800000;">1</span> </div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">TraceOutputFileEnable=<span style="color:#800000;color:#800000;">1</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MaxWarnings=<span style="color:#800000;color:#800000;">0</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>3) open a terminal window and add this to your .profile file.</p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showCodeTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">alias trace=tail\ -f\ <span style="color:#CC0000;">"/Users/username/Library/Preferences/Macromedia/Flash<span style="color:#000099; font-weight:bold;">\ </span>Player/Logs/flashLog.txt"</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>To watch your browser throw trace statements, just open a terminal window and type "trace" and they will now appear in the terminal window. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.randytroppmann.com/2009/04/02/watching-trace-statements-when-running-flash-content-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSX 10.5.3 breaks Flex debugging</title>
		<link>http://www.randytroppmann.com/2008/06/04/osx-1053-breaks-flex-debugging/</link>
		<comments>http://www.randytroppmann.com/2008/06/04/osx-1053-breaks-flex-debugging/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 15:55:26 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Flash development]]></category>
		<category><![CDATA[Flex development]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Flex OSX Flash Player]]></category>

		<guid isPermaLink="false">http://randytroppmann.com/?p=123</guid>
		<description><![CDATA[I dealt with this with the 10.5.2 update. Apparently the OSX update installs a fresh version of the Flash Player which is not the debugging version. This will disable the ability for Flex Builder to test an application in debug mode. It is a simple fix (I like simple). Simply download the Flash Player with [...]]]></description>
			<content:encoded><![CDATA[<p>I dealt with this with the 10.5.2 update. Apparently the OSX update installs a fresh version of the Flash Player which is not the debugging version. This will disable the ability for Flex Builder to test an application in debug mode. It is a simple fix (I like simple). Simply <a href="http://www.adobe.com/support/flashplayer/downloads.html">download the Flash Player with debugger</a> and install it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randytroppmann.com/2008/06/04/osx-1053-breaks-flex-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lost in translation</title>
		<link>http://www.randytroppmann.com/2006/02/23/lost-in-translation/</link>
		<comments>http://www.randytroppmann.com/2006/02/23/lost-in-translation/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 11:47:14 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://randytroppmann.com/?p=29</guid>
		<description><![CDATA[My website RUNINGMAP.COM was blogged by Michael Surtees which caused a cascade of blogging around the site. The result was a spike in hits especially after a japanese blog posted a writeup. I was curious to read the site and I found this free translation tool on Apple's website.]]></description>
			<content:encoded><![CDATA[<p>My website <a href="http://www.runningmap.com">RUNINGMAP.COM</a> was blogged by <a href="http://designmichaelsurtees.blogspot.com/ ">Michael Surtees</a> which caused a cascade of blogging around the site. The result was a spike in hits especially after a <a href="http://www.100shiki.com/archives/2006/02/index.html">japanese blog</a> posted a writeup. I was curious to read the site and I found this <a href="http://www.apple.com/downloads/macosx/home_learning/easytranslatorformacosx.html">free translation tool</a> on Apple's website. </p>
<p><img alt="easytrans.jpg" src="http://www.spintechnologies.ca/flashblog/blogimages/easytrans.jpg" width="450" height="348" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.randytroppmann.com/2006/02/23/lost-in-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
