<?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>PlanetB &#187; KeyboardEvent</title>
	<atom:link href="http://www.planetb.ca/tag/keyboardevent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planetb.ca</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 23:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Capturing Keyboard Events in Adobe Flex 3</title>
		<link>http://www.planetb.ca/2008/11/capturing-keyboard-events-in-adobe-flex-3/</link>
		<comments>http://www.planetb.ca/2008/11/capturing-keyboard-events-in-adobe-flex-3/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:10:54 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[KeyboardEvent]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=80</guid>
		<description><![CDATA[For anyone else spending an unfortunate length of time unsuccessfully attempting to capture keyboard events in a Flex 3 application (for browser or AIR), here&#8217;s where you&#8217;re probably going wrong. You are likely registering the keyboard listener too early. It&#8217;s likely that you are calling an init() method where you register the keyboard event on [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone else spending an unfortunate length of time unsuccessfully attempting to capture keyboard events in a Flex 3 application (for browser or AIR), here&#8217;s where you&#8217;re probably going wrong.</p>
<p>You are likely registering the keyboard listener too early.  It&#8217;s likely that you are calling an init() method where you register the keyboard event on creationComplete.  Instead, call the init function later on.  Try registering the event in the applicationComplete event handler.</p>
<p>More info here:<br />
<a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=304">http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=304</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2008/11/capturing-keyboard-events-in-adobe-flex-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

