<?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>Jeff dePascale &#187; focusManager</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/tags/focusmanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Sat, 25 Jun 2011 14:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Tabulate updated to .2 alpha &#8211; AS3 tab management</title>
		<link>http://www.jeffdepascale.com/index.php/flash/tabulate-updated-to-2-alpha-as3-tab-management/</link>
		<comments>http://www.jeffdepascale.com/index.php/flash/tabulate-updated-to-2-alpha-as3-tab-management/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 00:21:45 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[focusManager]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tabulate]]></category>

		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=193</guid>
		<description><![CDATA[There's still a long way to go for what is planned for this one, but I have just updated the google code project to the .2 alpha release here doucmentation: http://www.jeffdepascale.com/documentation/tabulate]]></description>
			<content:encoded><![CDATA[<p>There's still a long way to go for what is planned for this one, but I have just updated the google code project to the .2 alpha release <a href="http://code.google.com/p/tabulate/">here</a></p>
<p>doucmentation: <a href="http://www.jeffdepascale.com/documentation/tabulate">http://www.jeffdepascale.com/documentation/tabulate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/flash/tabulate-updated-to-2-alpha-as3-tab-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabbing out of components &#8211; focusManager.deactivate()</title>
		<link>http://www.jeffdepascale.com/index.php/flash/tabbing-out-of-components-focusmanagerdeactivate/</link>
		<comments>http://www.jeffdepascale.com/index.php/flash/tabbing-out-of-components-focusmanagerdeactivate/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 12:04:35 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[focusManager]]></category>

		<guid isPermaLink="false">http://jeffdepascale.com/news/?p=15</guid>
		<description><![CDATA[While building the new tab manager for Fosfr I came across yet another tab ordering glitch - those pesky focus managers. Designed to make focus handling easier, the way they are implemented within components can be a bit of a hassle when defining your own order. If your tabIndex for a component is, say, 5, [...]]]></description>
			<content:encoded><![CDATA[<p>While building the new tab manager for Fosfr I came across yet another tab ordering glitch - those pesky focus managers. Designed to make focus handling easier, the way they are implemented within components can be a bit of a hassle when defining your own order. If your tabIndex for a component is, say, 5, and tabindex 6 is an object that does not have it's own focusManager (say a textField or MovieClip), the built in focus manager will break out of your indexing and force the tab order back to the root tab item for the WHOLE flash player. With fosfr, that means something in your main or shell swf, typically near the top left if you didnt reorder all your tabs by hand. To fix this (and only do this if you are controlling tabbing yourself), set all of your indexes, and for your components, set component.focusManager.deactivate(). This will allow the custom tabbing yo have set to work.</p>
<p>With Fosfr .8, this will all be a thing of the past as it is all built in now by default. Tab items will map themselves, and, if the order is incorrect, you can override the order yourself via a new method of FosfrSubSWF, setTabOrder(array:Array);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/flash/tabbing-out-of-components-focusmanagerdeactivate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

