<?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>Mike Orth - Booya! &#187; Tips</title>
	<atom:link href="http://mikeorth.com/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://mikeorth.com</link>
	<description>Flex, Actionscript</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:13:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spark Label Tooltip</title>
		<link>http://mikeorth.com/2012/spark-label-tooltip</link>
		<comments>http://mikeorth.com/2012/spark-label-tooltip#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:09:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[quicktips]]></category>
		<category><![CDATA[toolTip]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=76</guid>
		<description><![CDATA[While it&#8217;s still default for a Label to truncate and show ellipses if the text is too long, it&#8217;s no longer default to show a tooltip (as it was in mx).  Easy fix for this is the aptly named property:
&#60;s:Label showTruncationTip=&#34;true&#34;
...
]]></description>
			<content:encoded><![CDATA[<p>While it&#8217;s still default for a Label to truncate and show ellipses if the text is too long, it&#8217;s no longer default to show a tooltip (as it was in mx).  Easy fix for this is the aptly named property:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;s:Label showTruncationTip=&quot;true&quot;<br />
...</div></div>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2012/spark-label-tooltip/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slider Increment &#8211; snapInterval</title>
		<link>http://mikeorth.com/2010/slider-increment-snapinterval</link>
		<comments>http://mikeorth.com/2010/slider-increment-snapinterval#comments</comments>
		<pubDate>Fri, 06 Aug 2010 15:03:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[quicktips]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=55</guid>
		<description><![CDATA[For future reference, trying to remember what the property name was for the interval or step size for a slider.  The property is named &#8220;snapInterval&#8221;
]]></description>
			<content:encoded><![CDATA[<p>For future reference, trying to remember what the property name was for the interval or step size for a slider.  The property is named &#8220;snapInterval&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2010/slider-increment-snapinterval/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Targeting the Right Component for Transitions</title>
		<link>http://mikeorth.com/2010/targeting-the-right-component-for-transitions</link>
		<comments>http://mikeorth.com/2010/targeting-the-right-component-for-transitions#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:43:27 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[states]]></category>
		<category><![CDATA[transitions]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=37</guid>
		<description><![CDATA[When doing any state transitions, you have to be sure to specify the intended target.  For instance, recently I was debugging some client code to see why a fade wasn&#8217;t working.  It turned out that the target was set to the parent group instead of each specific component.
&#160; &#160; &#60;s:transitions&#62;
&#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>When doing any state transitions, you have to be sure to specify the intended target.  For instance, recently I was debugging some client code to see why a fade wasn&#8217;t working.  It turned out that the target was set to the parent group instead of each specific component.</p>
<div class="codecolorer-container mxml default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="mxml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:transitions</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Transition</span> fromState=<span style="color: #ff0000;">&quot;*&quot;</span> toState=<span style="color: #ff0000;">&quot;*&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
<br />
<span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!--&nbsp; &nbsp; INCORRECT way of doing it: </span><br />
<span style="color: #000000;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Don't target the parent container--&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Fade</span> target=<span style="color: #ff0000;">&quot;{[content]}&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!--CORRECT: target each specific component--&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Fade</span> targets=<span style="color: #ff0000;">&quot;{[pageOne, pageTwo]}&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Transition</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:transitions</span><span style="color: #7400FF;">&gt;</span></span><br />
<br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span> id=<span style="color: #ff0000;">&quot;content&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;"><span style="color: #7400FF;">&lt;local:PageOne</span> id=<span style="color: #ff0000;">&quot;pageOne&quot;</span> includeIn=<span style="color: #ff0000;">&quot;one&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;"><span style="color: #7400FF;">&lt;local:PageTwo</span> id=<span style="color: #ff0000;">&quot;pageTwo&quot;</span> includeIn=<span style="color: #ff0000;">&quot;two&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span></div></div>
<p>In this case, you need to target <b>pageOne</b> and <b>pageTwo</b>, NOT <b>content</b>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2010/targeting-the-right-component-for-transitions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Formatter</title>
		<link>http://mikeorth.com/2010/flex-formatter</link>
		<comments>http://mikeorth.com/2010/flex-formatter#comments</comments>
		<pubDate>Thu, 08 Jul 2010 21:00:25 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=35</guid>
		<description><![CDATA[After moving from projects that religiously used FlexFormatter to one that didn&#8217;t, I realized just how nice this plugin is.  If by chance you haven&#8217;t heard of it, FlexFormatter is an eclipse plugin that will format spaces, tabs, declarations, reorder properties &#038; functions, indent, and lots more.
To install, use the update site http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite.
]]></description>
			<content:encoded><![CDATA[<p>After moving from projects that religiously used FlexFormatter to one that didn&#8217;t, I realized just how nice this plugin is.  If by chance you haven&#8217;t heard of it, FlexFormatter is an eclipse plugin that will format spaces, tabs, declarations, reorder properties &#038; functions, indent, and lots more.</p>
<p>To install, use the update site http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2010/flex-formatter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Builder 4 Beta / FB3 &#8211; &#8220;Removing compiler problem markers&#8221; error</title>
		<link>http://mikeorth.com/2009/flash-builder-4-beta-fb3-removing-compiler-problem-markers-error</link>
		<comments>http://mikeorth.com/2009/flash-builder-4-beta-fb3-removing-compiler-problem-markers-error#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:42:08 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=17</guid>
		<description><![CDATA[If you&#8217;ve played with the new Flash Builder 4 Beta, you may have wanted to test out your existing projects in it.  And like me, you may have just quickly pointed it to an existing workspace to import a project.  If you haven&#8217;t &#8211; DON&#8217;T.  Once you switch back to Flex Builder 3, you will [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve played with the new Flash Builder 4 Beta, you may have wanted to test out your existing projects in it.  And like me, you may have just quickly pointed it to an existing workspace to import a project.  If you haven&#8217;t &#8211; DON&#8217;T.  Once you switch back to Flex Builder 3, you will start getting <strong>An internal error occurred during &#8220;Removing compiler problem markers&#8230;&#8221;</strong></p>
<p>This is because FB4 is built on a different version of Eclipse and modifies your workspace files (not your .project files), i.e. it hoses your existing workspace.  To get rid of it, just create a new workspace in FB3 and import your projects there.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2009/flash-builder-4-beta-fb3-removing-compiler-problem-markers-error/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use a DataGrid with no column headers</title>
		<link>http://mikeorth.com/2009/how-to-use-a-datagrid-with-no-column-headers</link>
		<comments>http://mikeorth.com/2009/how-to-use-a-datagrid-with-no-column-headers#comments</comments>
		<pubDate>Mon, 18 May 2009 14:42:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[no header]]></category>
		<category><![CDATA[row]]></category>
		<category><![CDATA[showHeaders]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=15</guid>
		<description><![CDATA[This is one of those quirky things that is not all that well documented.  I had a client that needed a datagrid but didn&#8217;t want the header row.  It sparked the memory of struggling to find how to do this the first time I needed it.  So hopefully this will help end your search for [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those quirky things that is not all that well documented.  I had a client that needed a datagrid but didn&#8217;t want the header row.  It sparked the memory of struggling to find how to do this the first time I needed it.  So hopefully this will help end your search for the answer</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;mx:DataGrid showHeaders=false/&gt;</div></div>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2009/how-to-use-a-datagrid-with-no-column-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Google Tracking Code</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>

<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>

<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4604733-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>  
</body>
</html>

