<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Extending Flex Panel With ActionScript</title>
	<atom:link href="http://dougr.net/?feed=rss2&#038;p=160" rel="self" type="application/rss+xml" />
	<link>http://dougr.net/?p=160</link>
	<description>public function dougrdotnet(FLEX, AIR, AS, CF, Stuff)</description>
	<lastBuildDate>Tue, 24 Aug 2010 18:24:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cleo Marlor</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-16950</link>
		<dc:creator>Cleo Marlor</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-16950</guid>
		<description>You ought to really think about working on growing this blog into a major authority in this niche. You clearly have a solid grasp of the areas all of us are looking for on this blog anyways and you could potentially even earn a dollar or three off of some ads. I would explore following recent headlines and raising the volume of articles you make and I guarantee you&#039;d begin getting some nice traffic in the near future. Just an idea, good luck in whatever you do!</description>
		<content:encoded><![CDATA[<p>You ought to really think about working on growing this blog into a major authority in this niche. You clearly have a solid grasp of the areas all of us are looking for on this blog anyways and you could potentially even earn a dollar or three off of some ads. I would explore following recent headlines and raising the volume of articles you make and I guarantee you&#8217;d begin getting some nice traffic in the near future. Just an idea, good luck in whatever you do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murtuza</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-15920</link>
		<dc:creator>Murtuza</dc:creator>
		<pubDate>Thu, 29 Jul 2010 19:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-15920</guid>
		<description>@Guido, I did see the focus (blue outline) go off a few pixels when working with the same code and switching focus using tab key. Not sure why this happens</description>
		<content:encoded><![CDATA[<p>@Guido, I did see the focus (blue outline) go off a few pixels when working with the same code and switching focus using tab key. Not sure why this happens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougr</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-14633</link>
		<dc:creator>dougr</dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-14633</guid>
		<description>@Shawn, sorry I missed your question and haven&#039;t replied until now...
I would just use CSS to manage the title style.  For example:
NewFormPanel {
   titleStyleName: &quot;mypanelTitle&quot;;
}

.mypanelTitle {
   fontSize: 18;
}

@Guido, I didn&#039;t experience any issue with the focus highlight when using button.  If you are simply wanting to display in this case, maybe a text component or label component might be more appropriate??</description>
		<content:encoded><![CDATA[<p>@Shawn, sorry I missed your question and haven&#8217;t replied until now&#8230;<br />
I would just use CSS to manage the title style.  For example:<br />
NewFormPanel {<br />
   titleStyleName: &#8220;mypanelTitle&#8221;;<br />
}</p>
<p>.mypanelTitle {<br />
   fontSize: 18;<br />
}</p>
<p>@Guido, I didn&#8217;t experience any issue with the focus highlight when using button.  If you are simply wanting to display in this case, maybe a text component or label component might be more appropriate??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guido</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-14628</link>
		<dc:creator>guido</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-14628</guid>
		<description>Hi Doug,

used your code to extend the panel with a text area (i want to display a certain revision number in the panel) but when the focus is on the text area component, the - blue - outline is a few pixels off. Don&#039;t know if this happend to the button as well ?</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>used your code to extend the panel with a text area (i want to display a certain revision number in the panel) but when the focus is on the text area component, the &#8211; blue &#8211; outline is a few pixels off. Don&#8217;t know if this happend to the button as well ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-7913</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-7913</guid>
		<description>Thanks for the great post. I have a related question. I am trying to set the size of the Panel Title text. I am trying to do that using the titleStyleName and some how set the fontsize in there. But I can not get to the titleStyleName in my custom component which extends panel. I am trying to change the text when updateDisplayList() over ride.

I would appreciate any direction on this.</description>
		<content:encoded><![CDATA[<p>Thanks for the great post. I have a related question. I am trying to set the size of the Panel Title text. I am trying to do that using the titleStyleName and some how set the fontsize in there. But I can not get to the titleStyleName in my custom component which extends panel. I am trying to change the text when updateDisplayList() over ride.</p>
<p>I would appreciate any direction on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Ivanchenkov</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-7282</link>
		<dc:creator>Sergey Ivanchenkov</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-7282</guid>
		<description>Not bad at all. Good time saver before all other customization is done. Thnx, buddy.</description>
		<content:encoded><![CDATA[<p>Not bad at all. Good time saver before all other customization is done. Thnx, buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gag</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-6725</link>
		<dc:creator>John Gag</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-6725</guid>
		<description>Cool little example. Thanks</description>
		<content:encoded><![CDATA[<p>Cool little example. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-6168</link>
		<dc:creator>Mikhail</dc:creator>
		<pubDate>Sat, 10 Oct 2009 09:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-6168</guid>
		<description>Hi Doug...

I liked your code, helped me learn a lot but for some reason when i try to put an item inside the Panel it goes to x=y=0 no matter what...

:(:(:(

Best</description>
		<content:encoded><![CDATA[<p>Hi Doug&#8230;</p>
<p>I liked your code, helped me learn a lot but for some reason when i try to put an item inside the Panel it goes to x=y=0 no matter what&#8230;</p>
<p> <img src='http://dougr.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> :(:(</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougr</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-188</link>
		<dc:creator>dougr</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-188</guid>
		<description>Robert, the first place to go is http://livedocs.adobe.com/flex/3/html/ and peruse through the documentation.  Once you download and install FlexBuilder 3 then you can work through the included sample projects and Adobe will send you more code examples during your trial.  Jeffry Houser just posted about setting up a flex project on The Flex Show site: http://tinyurl.com/3l4ge2.  Definitely check out your local user&#039;s group scene http://flex.org/community/  There are a ton of resources out there and if you like to have a book in your hands there are plenty for the taking.</description>
		<content:encoded><![CDATA[<p>Robert, the first place to go is <a href="http://livedocs.adobe.com/flex/3/html/" rel="nofollow">http://livedocs.adobe.com/flex/3/html/</a> and peruse through the documentation.  Once you download and install FlexBuilder 3 then you can work through the included sample projects and Adobe will send you more code examples during your trial.  Jeffry Houser just posted about setting up a flex project on The Flex Show site: <a href="http://tinyurl.com/3l4ge2" rel="nofollow">http://tinyurl.com/3l4ge2</a>.  Definitely check out your local user&#8217;s group scene <a href="http://flex.org/community/" rel="nofollow">http://flex.org/community/</a>  There are a ton of resources out there and if you like to have a book in your hands there are plenty for the taking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Owen</title>
		<link>http://dougr.net/?p=160&#038;cpage=1#comment-187</link>
		<dc:creator>Robert Owen</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://dougr.net/?p=160#comment-187</guid>
		<description>Hi Doug, very interesting read.  I don&#039;t have any experience with flex  myself. What resource do you suggest for a noob wanting to learn?</description>
		<content:encoded><![CDATA[<p>Hi Doug, very interesting read.  I don&#8217;t have any experience with flex  myself. What resource do you suggest for a noob wanting to learn?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
