<?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: Flex Panel component with ControlBar docked to the top instead of bottom</title>
	<atom:link href="http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/</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: SOG knives</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-124543</link>
		<dc:creator>SOG knives</dc:creator>
		<pubDate>Fri, 18 Jul 2008 02:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-124543</guid>
		<description>&lt;strong&gt;SOG knives...&lt;/strong&gt;

Interesting ideas... I wonder how the Hollywood media would portray this?...</description>
		<content:encoded><![CDATA[<p><strong>SOG knives&#8230;</strong></p>
<p>Interesting ideas&#8230; I wonder how the Hollywood media would portray this?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extending Flex Panel With ActionScript &#124; dougrdotnet</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-102990</link>
		<dc:creator>Extending Flex Panel With ActionScript &#124; dougrdotnet</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-102990</guid>
		<description>[...] On a current project I had the need to incorporate a button into a Panel title bar which would allow users to launch a new intake form. I also needed to use this panel in four different places. First option was to create a Panel component and absolutely position a button by placing the Panel container within a Canvas container. I really don&#8217;t like absolute positioning and before this was considered I had already begun researching extending Panel over on Doug McCune&#8217;s Blog. However, related to the problem which I was trying to solve, his really cool example was just a point in the right direction for me. Ultimately, Simeon, reminded me that I had a perfect example available in my Adobe Flex 2 Training from the Source book. So here is how to extend the Panel class and add custom properties to suit your needs, in this case the addition of a button placed in title bar. [...]</description>
		<content:encoded><![CDATA[<p>[...] On a current project I had the need to incorporate a button into a Panel title bar which would allow users to launch a new intake form. I also needed to use this panel in four different places. First option was to create a Panel component and absolutely position a button by placing the Panel container within a Canvas container. I really don&#8217;t like absolute positioning and before this was considered I had already begun researching extending Panel over on Doug McCune&#8217;s Blog. However, related to the problem which I was trying to solve, his really cool example was just a point in the right direction for me. Ultimately, Simeon, reminded me that I had a perfect example available in my Adobe Flex 2 Training from the Source book. So here is how to extend the Panel class and add custom properties to suit your needs, in this case the addition of a button placed in title bar. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myo</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-41475</link>
		<dc:creator>Myo</dc:creator>
		<pubDate>Sat, 05 Jan 2008 18:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-41475</guid>
		<description>I&#039;ve posted the code that I extend Doug&#039;s code to work with Flex3.  Seems like calculation / instantiation of viewMetrics changed in Flex3 and that&#039;s what preventing this code not to display properly.  Check it out here: http://www.myot.ca/blog/2008/01/05/extended-panel-richtexteditor-ability-to-dock-controlbar-on-the-top/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted the code that I extend Doug&#8217;s code to work with Flex3.  Seems like calculation / instantiation of viewMetrics changed in Flex3 and that&#8217;s what preventing this code not to display properly.  Check it out here: <a href="http://www.myot.ca/blog/2008/01/05/extended-panel-richtexteditor-ability-to-dock-controlbar-on-the-top/" rel="nofollow">http://www.myot.ca/blog/2008/01/05/extended-panel-richtexteditor-ability-to-dock-controlbar-on-the-top/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pvr</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-21142</link>
		<dc:creator>pvr</dc:creator>
		<pubDate>Wed, 24 Oct 2007 12:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-21142</guid>
		<description>Hi

I had the same problem as kasztan ... 

tnx for the contribution though

greetz

P</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I had the same problem as kasztan &#8230; </p>
<p>tnx for the contribution though</p>
<p>greetz</p>
<p>P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasztan</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-8692</link>
		<dc:creator>kasztan</dc:creator>
		<pubDate>Mon, 06 Aug 2007 11:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-8692</guid>
		<description>Hi! I&#039;ve tried to use your component, but I have errors in flex3:
1178: Attempted access of inaccessible property controlBar through a reference with static type com.dougmccune.controls:ExtendedPanel.controls. ExtendedPanel.as line 59
As a beginner I can only guess what&#039;s wrong ;)

&quot;private var controlBar:ControlBar;&quot; delete the error, but the ControlBar doesn&#039;t work properly at the top.</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;ve tried to use your component, but I have errors in flex3:<br />
1178: Attempted access of inaccessible property controlBar through a reference with static type com.dougmccune.controls:ExtendedPanel.controls. ExtendedPanel.as line 59<br />
As a beginner I can only guess what&#8217;s wrong <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#8220;private var controlBar:ControlBar;&#8221; delete the error, but the ControlBar doesn&#8217;t work properly at the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Baird</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-1148</link>
		<dc:creator>Peter Baird</dc:creator>
		<pubDate>Thu, 22 Mar 2007 17:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-1148</guid>
		<description>Ah yes... I stand corrected... for which I apologize.   You would need to put the AppplicationControlBar within a VBox to do what I was trying to describe.  Good catch.</description>
		<content:encoded><![CDATA[<p>Ah yes&#8230; I stand corrected&#8230; for which I apologize.   You would need to put the AppplicationControlBar within a VBox to do what I was trying to describe.  Good catch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Sanchez</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-1125</link>
		<dc:creator>Juan Sanchez</dc:creator>
		<pubDate>Thu, 22 Mar 2007 06:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-1125</guid>
		<description>Yep. In order to get an ApplicationControlBar to dock to the top of a panel I would stick it in a VBox. Until now :)</description>
		<content:encoded><![CDATA[<p>Yep. In order to get an ApplicationControlBar to dock to the top of a panel I would stick it in a VBox. Until now <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Tredway</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-1121</link>
		<dc:creator>Clint Tredway</dc:creator>
		<pubDate>Thu, 22 Mar 2007 03:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-1121</guid>
		<description>Nope, ApplicationControlBar goes to the bottom of a panel.</description>
		<content:encoded><![CDATA[<p>Nope, ApplicationControlBar goes to the bottom of a panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-1119</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 22 Mar 2007 03:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-1119</guid>
		<description>hmm, using an ApplicationControlBar and docking it to the top of a Panel? I know an ApplicationControlBar is supposed to dock to the top of an Application, but I don&#039;t think you can get it to dock to the top of a Panel. Let me know if I&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>hmm, using an ApplicationControlBar and docking it to the top of a Panel? I know an ApplicationControlBar is supposed to dock to the top of an Application, but I don&#8217;t think you can get it to dock to the top of a Panel. Let me know if I&#8217;m wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Baird</title>
		<link>http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/comment-page-1/#comment-1116</link>
		<dc:creator>Peter Baird</dc:creator>
		<pubDate>Thu, 22 Mar 2007 00:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/#comment-1116</guid>
		<description>Or you could just use an ApplicationControlBar... a use for which the ApplicationControlBar was intended. ;-) 

Great work however.</description>
		<content:encoded><![CDATA[<p>Or you could just use an ApplicationControlBar&#8230; a use for which the ApplicationControlBar was intended. <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>Great work however.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
