<?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>h6 - HatSix &#187; Misc</title>
	<atom:link href="http://hat6.com/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://hat6.com</link>
	<description>Hat6 Web Application Engineering</description>
	<lastBuildDate>Wed, 23 Nov 2011 18:46:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Canceling Events</title>
		<link>http://hat6.com/2007/08/21/canceling-events/</link>
		<comments>http://hat6.com/2007/08/21/canceling-events/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 22:33:18 +0000</pubDate>
		<dc:creator>Dusty</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://hat6.com/2007/08/21/canceling-events/</guid>
		<description><![CDATA[I just ran across an awesome tip/trick to remember when you need to cancel events in Flex. (or even writing your own). From Sasha Magee @ Adobe on the ApolloCoders group: The events that end in &#8220;ing&#8221; are the cancellable events that happen BEFORE the displayState change. We added these specifically so you could cancel [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran across an awesome tip/trick to remember when you need to cancel events in Flex. (or even writing your own).</p>
<p>From Sasha Magee @ Adobe on the ApolloCoders group:</p>
<blockquote><p><em>The events that end in  &#8220;ing&#8221; are the cancellable events that happen BEFORE the displayState change. We added these specifically so you could cancel the event.</em></p></blockquote>
<p>I know, one of those things that seems obvious after you read it, but I hadn&#8217;t seen it said before. Something to keep in mind when your preventDefault() isn&#8217;t working.</p>
]]></content:encoded>
			<wfw:commentRss>http://hat6.com/2007/08/21/canceling-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

