<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Full video of my 360&#124;Flex Seattle session on Custom Flex Component Development</title>
	<atom:link href="http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:33:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nate</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-55724</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 14 Feb 2008 23:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-55724</guid>
		<description>Awesome talk!

I can&#039;t seem to find the flex framework to sift through.  Can you link me to a download please?

Thanks!

-Nate</description>
		<content:encoded><![CDATA[<p>Awesome talk!</p>
<p>I can&#8217;t seem to find the flex framework to sift through.  Can you link me to a download please?</p>
<p>Thanks!</p>
<p>-Nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Williams</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-55723</link>
		<dc:creator>Brian Williams</dc:creator>
		<pubDate>Thu, 14 Feb 2008 23:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-55723</guid>
		<description>Thanks for posting the video.   One thing I&#039;ve run into a lot is that I&#039;d like to subclass a component from the mx framework, and override one function (take extend TabBar and override TabBar.createNavItem for example). That works fine, but rather than call super.createNavItem, I want to call ToggleButtonBar.createNavItem (something like super.super.createNavItem)  I need to do this because the TabBar.createNavItem has side-effects that I can&#039;t undo and then it calls super.createNavItem (and I can&#039;t just cut and paste createNavItem from ToggleButtonBar, because it uses super.createNavItem too!)   

The only thing I can think of is copying the entire TabBar class, as opposed to sub-classing it.

I tried calling ToggleButtonBar::createNavItem and ToggleButtonBar.createNavItem - but neither of those compiled...</description>
		<content:encoded><![CDATA[<p>Thanks for posting the video.   One thing I&#8217;ve run into a lot is that I&#8217;d like to subclass a component from the mx framework, and override one function (take extend TabBar and override TabBar.createNavItem for example). That works fine, but rather than call super.createNavItem, I want to call ToggleButtonBar.createNavItem (something like super.super.createNavItem)  I need to do this because the TabBar.createNavItem has side-effects that I can&#8217;t undo and then it calls super.createNavItem (and I can&#8217;t just cut and paste createNavItem from ToggleButtonBar, because it uses super.createNavItem too!)   </p>
<p>The only thing I can think of is copying the entire TabBar class, as opposed to sub-classing it.</p>
<p>I tried calling ToggleButtonBar::createNavItem and ToggleButtonBar.createNavItem &#8211; but neither of those compiled&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stame</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-52507</link>
		<dc:creator>Stame</dc:creator>
		<pubDate>Wed, 06 Feb 2008 06:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-52507</guid>
		<description>Thanks, very helpful.
Btw, Love your programming font!  Which one is it?</description>
		<content:encoded><![CDATA[<p>Thanks, very helpful.<br />
Btw, Love your programming font!  Which one is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yaolouis</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-52435</link>
		<dc:creator>yaolouis</dc:creator>
		<pubDate>Wed, 06 Feb 2008 02:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-52435</guid>
		<description>THANK YOU.i will pay attention.</description>
		<content:encoded><![CDATA[<p>THANK YOU.i will pay attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shemesh</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-52259</link>
		<dc:creator>Shemesh</dc:creator>
		<pubDate>Tue, 05 Feb 2008 15:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-52259</guid>
		<description>THANK FOR SHARING !

(it&#039;s a pity we cant hear the people&#039;s talk, for next time you should bring another mic)</description>
		<content:encoded><![CDATA[<p>THANK FOR SHARING !</p>
<p>(it&#8217;s a pity we cant hear the people&#8217;s talk, for next time you should bring another mic)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/comment-page-1/#comment-51663</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Sun, 03 Feb 2008 22:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/#comment-51663</guid>
		<description>Damn, I&#039;ve bought it yesterday from cruxy :/</description>
		<content:encoded><![CDATA[<p>Damn, I&#8217;ve bought it yesterday from cruxy :/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
