<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: No tabbing for List, DataGrid, and Tree?</title>
	<atom:link href="http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/</link>
	<description>Flash, SWF Studio, and the world around me</description>
	<pubDate>Sun,  5 Sep 2010 01:53:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Shiv Nikum</title>
		<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/#comment-21706</link>
		<dc:creator>Shiv Nikum</dc:creator>
		<pubDate>Fri, 23 Nov 2007 11:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=31#comment-21706</guid>
		<description>Thanks a Lot for your valuable information on tab order

Thanks Again !!!!
:)

Regards,

Shiv Nikum
</description>
		<content:encoded><![CDATA[<p>Thanks a Lot for your valuable information on tab order</p>
<p>Thanks Again !!!!<br />
 <img src='http://blog.madebyderek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>Shiv Nikum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jordan</title>
		<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/#comment-84</link>
		<dc:creator>Michael Jordan</dc:creator>
		<pubDate>Thu, 20 Oct 2005 19:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=31#comment-84</guid>
		<description>You could recompile the component SWC's after updating the class but that's a bit more labor intensive than the dummy class variable workaround.</description>
		<content:encoded><![CDATA[<p>You could recompile the component SWC&#8217;s after updating the class but that&#8217;s a bit more labor intensive than the dummy class variable workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Vadneau</title>
		<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/#comment-82</link>
		<dc:creator>Derek Vadneau</dc:creator>
		<pubDate>Thu, 20 Oct 2005 17:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=31#comment-82</guid>
		<description>Thanks Michael.  I actually posted this as a bug to Macromedia yesterday and just got a reply a few minutes before you posted!

Here is the message I received (I got approval to post this):
&lt;blockquote&gt;Yes, this is a known issue.  We are working on a tech note.

In the meantime, you can workaround this issue by opening:
C:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx\core\View.as
file

Go to line 140 and uncomment the set tabIndex function definition below:
&lt;pre&gt;/*
	removed to allow for the proper function of accessibility
*/
	//function set tabIndex(n:Number)
	//{
	//	__tabIndex = n;
	//}&lt;/pre&gt;

Close Flash.  Relaunch Flash so that this file gets copied to the local
settings first run folder.

In the fla file you are using, add the following dummy variable
definition at the top:

&lt;pre&gt;var dummyVar:mx.core.View;&lt;/pre&gt;

Re-publish.
&lt;/blockquote&gt;

So Macromedia is already planning to do a technote on this.

I also asked about the comment that mentions accessibility and apparently this is a leftover from some work they were trying to do with the components.  In trying to revert the code, this commented out part was missed.

"Excellent catch!"
Actually, I should say that to you!</description>
		<content:encoded><![CDATA[<p>Thanks Michael.  I actually posted this as a bug to Macromedia yesterday and just got a reply a few minutes before you posted!</p>
<p>Here is the message I received (I got approval to post this):</p>
<blockquote><p>Yes, this is a known issue.  We are working on a tech note.</p>
<p>In the meantime, you can workaround this issue by opening:<br />
C:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx\core\View.as<br />
file</p>
<p>Go to line 140 and uncomment the set tabIndex function definition below:</p>
<pre>/*
	removed to allow for the proper function of accessibility
*/
	//function set tabIndex(n:Number)
	//{
	//	__tabIndex = n;
	//}</pre>
<p>Close Flash.  Relaunch Flash so that this file gets copied to the local<br />
settings first run folder.</p>
<p>In the fla file you are using, add the following dummy variable<br />
definition at the top:</p>
<pre>var dummyVar:mx.core.View;</pre>
<p>Re-publish.
</p></blockquote>
<p>So Macromedia is already planning to do a technote on this.</p>
<p>I also asked about the comment that mentions accessibility and apparently this is a leftover from some work they were trying to do with the components.  In trying to revert the code, this commented out part was missed.</p>
<p>&#8220;Excellent catch!&#8221;<br />
Actually, I should say that to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jordan</title>
		<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/#comment-81</link>
		<dc:creator>Michael Jordan</dc:creator>
		<pubDate>Thu, 20 Oct 2005 17:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=31#comment-81</guid>
		<description>I tried adding mx.accessibility.ListAccImpl.enableAccessibility() to no avail.</description>
		<content:encoded><![CDATA[<p>I tried adding mx.accessibility.ListAccImpl.enableAccessibility() to no avail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jordan</title>
		<link>http://blog.madebyderek.com/archives/2005/10/20/no_tabbing_for_list_datagrid_and_tree/#comment-80</link>
		<dc:creator>Michael Jordan</dc:creator>
		<pubDate>Thu, 20 Oct 2005 17:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=31#comment-80</guid>
		<description>There is a change in the mx.core.View class commenting out the set tabIndex ()function.

Here is the comment:
/*
	removed to allow for the proper function of accessibility
*/
	//function set tabIndex(n:Number)
	//{
	//	__tabIndex = n;
	//}

I'm checking up on it with a friend at MM as I write this.  Excellent catch!</description>
		<content:encoded><![CDATA[<p>There is a change in the mx.core.View class commenting out the set tabIndex ()function.</p>
<p>Here is the comment:<br />
/*<br />
	removed to allow for the proper function of accessibility<br />
*/<br />
	//function set tabIndex(n:Number)<br />
	//{<br />
	//	__tabIndex = n;<br />
	//}</p>
<p>I&#8217;m checking up on it with a friend at MM as I write this.  Excellent catch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
