<?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>Sun, 22 Jan 2012 01:08:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<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>
	<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-478</link>
		<dc:creator>Kevin Lin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 01:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-478</guid>
		<description>&lt;a href=&quot;#comment-467&quot; rel=&quot;nofollow&quot;&gt;@seth &lt;/a&gt; 
Thanks for the comment! If you take a look at SkinnableComponent&#039;s drawFocus() method, you&#039;ll see that focusObject is actually an instance of your focusSkin. Then, &quot;target&quot; is just a property of the focusObject that the component tries to set to itself.</description>
		<content:encoded><![CDATA[<p><a href="#comment-467" rel="nofollow">@seth </a><br />
Thanks for the comment! If you take a look at SkinnableComponent&#8217;s drawFocus() method, you&#8217;ll see that focusObject is actually an instance of your focusSkin. Then, &#8220;target&#8221; is just a property of the focusObject that the component tries to set to itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/comment-page-1/#comment-467</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=443#comment-467</guid>
		<description>super helpful post - i had no idea there was a focusskin for textinput. One thing to note, I&#039;m using the 4.0.0.114410 version of the sdk. rather than target, Flex looks for a focusObject. thnx again, Seth</description>
		<content:encoded><![CDATA[<p>super helpful post &#8211; i had no idea there was a focusskin for textinput. One thing to note, I&#8217;m using the 4.0.0.114410 version of the sdk. rather than target, Flex looks for a focusObject. thnx again, Seth</p>
]]></content:encoded>
	</item>
</channel>
</rss>

