<?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: Custom focus skin for spark components in Flex 4</title>
	<atom:link href="http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/</link>
	<description>Programming under the influence of Flex</description>
	<lastBuildDate>Thu, 17 May 2012 06:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Marc Kassay</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-13486</link>
		<dc:creator>Marc Kassay</dc:creator>
		<pubDate>Mon, 02 Apr 2012 17:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-13486</guid>
		<description>&lt;a href=&quot;#comment-13485&quot; rel=&quot;nofollow&quot;&gt;@Marc Kassay &lt;/a&gt; 

And my comment was directed to Steve Berube, not Jeps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-13485" rel="nofollow">@Marc Kassay </a> </p>
<p>And my comment was directed to Steve Berube, not Jeps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Kassay</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-13485</link>
		<dc:creator>Marc Kassay</dc:creator>
		<pubDate>Mon, 02 Apr 2012 17:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-13485</guid>
		<description>@ Jeps
You can listen for rollOver and rollOut events of a skin and then manipulate an overlay graphic that sits on top of your component.  For instance, as you may know there is a &#039;background&#039; Rect in alot of skins that has the lowest depth.  Create an exact copy of this Rect and paste it at the end of the Skin file so that its depth is the highest.  Give it a id name of &#039;topground&#039; with an alpha value of 0 in the mxml tag.  Now listen for those events I mentioned directly in the skin class and manipulate the alpha value.  This is of course an example which will hopefully show you that you can do much more visually, such as using filters.  I hope that helps.</description>
		<content:encoded><![CDATA[<p>@ Jeps<br />
You can listen for rollOver and rollOut events of a skin and then manipulate an overlay graphic that sits on top of your component.  For instance, as you may know there is a &#8216;background&#8217; Rect in alot of skins that has the lowest depth.  Create an exact copy of this Rect and paste it at the end of the Skin file so that its depth is the highest.  Give it a id name of &#8216;topground&#8217; with an alpha value of 0 in the mxml tag.  Now listen for those events I mentioned directly in the skin class and manipulate the alpha value.  This is of course an example which will hopefully show you that you can do much more visually, such as using filters.  I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Lin</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-7747</link>
		<dc:creator>Kevin Lin</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-7747</guid>
		<description>&lt;a href=&quot;#comment-3768&quot; rel=&quot;nofollow&quot;&gt;@Jeps &lt;/a&gt; 
This will only work with Spark components. You&#039;ll have to wait for the Spark version of DateField.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3768" rel="nofollow">@Jeps </a><br />
This will only work with Spark components. You&#8217;ll have to wait for the Spark version of DateField.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Lin</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-7746</link>
		<dc:creator>Kevin Lin</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-7746</guid>
		<description>&lt;a href=&quot;#comment-3764&quot; rel=&quot;nofollow&quot;&gt;@Steve Berube &lt;/a&gt; 
Sadly, I&#039;m not sure this is possible without hacking around in SkinnableComponent. This is because the focusSkin is added as the bottom child of the SkinnableComponent meaning everything else is laid out on top of it. Of course, if your component&#039;s skin is transparent, you might be able to do something interesting.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3764" rel="nofollow">@Steve Berube </a><br />
Sadly, I&#8217;m not sure this is possible without hacking around in SkinnableComponent. This is because the focusSkin is added as the bottom child of the SkinnableComponent meaning everything else is laid out on top of it. Of course, if your component&#8217;s skin is transparent, you might be able to do something interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Developer Journal : July 17th &#8211; July 23rd</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-5654</link>
		<dc:creator>Weekly Developer Journal : July 17th &#8211; July 23rd</dc:creator>
		<pubDate>Sun, 31 Jul 2011 08:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-5654</guid>
		<description>[...] I found a nice solution from the Flexponential guys. This not only shows you how to do the simple changing of the border color on the TextInput when it&#8217;s focused but also gets a little fancy w.... Great work [...]</description>
		<content:encoded><![CDATA[<p>[...] I found a nice solution from the Flexponential guys. This not only shows you how to do the simple changing of the border color on the TextInput when it&#8217;s focused but also gets a little fancy w&#8230;. Great work [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santanu</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-5067</link>
		<dc:creator>Santanu</dc:creator>
		<pubDate>Mon, 20 Jun 2011 20:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-5067</guid>
		<description>Great post. This is fantastic.</description>
		<content:encoded><![CDATA[<p>Great post. This is fantastic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeps</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-3768</link>
		<dc:creator>Jeps</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-3768</guid>
		<description>Nice example.

I need to add focus for a DateField in my application. How do I do that for DateField. I tried using it by setting the SKinClass to the skin name, but it does not seem to work.

Any help?</description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>I need to add focus for a DateField in my application. How do I do that for DateField. I tried using it by setting the SKinClass to the skin name, but it does not seem to work.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Berube</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-3764</link>
		<dc:creator>Steve Berube</dc:creator>
		<pubDate>Fri, 01 Apr 2011 03:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-3764</guid>
		<description>Have you found a way to put the focusskin INSIDE the component? I am trying to add an inner border on a focus however it is goes behind the component instead of ontop of it. the depth attribute didn&#039;t seem to help. Any ideas?</description>
		<content:encoded><![CDATA[<p>Have you found a way to put the focusskin INSIDE the component? I am trying to add an inner border on a focus however it is goes behind the component instead of ontop of it. the depth attribute didn&#8217;t seem to help. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuel</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-2016</link>
		<dc:creator>manuel</dc:creator>
		<pubDate>Tue, 16 Nov 2010 14:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-2016</guid>
		<description>great example. 
very helpful &amp; effective.

I get it

Thks a lot</description>
		<content:encoded><![CDATA[<p>great example.<br />
very helpful &amp; effective.</p>
<p>I get it</p>
<p>Thks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel SL</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-1486</link>
		<dc:creator>Daniel SL</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-1486</guid>
		<description>Excellent effects the one i like most is the bouncing arrows effect, i will do something like that in an ecommerce app i making for the university. 

Daniel SL</description>
		<content:encoded><![CDATA[<p>Excellent effects the one i like most is the bouncing arrows effect, i will do something like that in an ecommerce app i making for the university. </p>
<p>Daniel SL</p>
]]></content:encoded>
	</item>
</channel>
</rss>

