<?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: Creating Your First Custom SkinnableComponent in Flex 4</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:06:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Lafrance</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/comment-page-1/#comment-2406</link>
		<dc:creator>Greg Lafrance</dc:creator>
		<pubDate>Mon, 25 May 2009 04:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#comment-2406</guid>
		<description>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything? I&#039;ve learned a bit from trying to get them to work, but this one on skins I ultimately could not get to work as I get an error that the &quot;data&quot; property is unknown.</description>
		<content:encoded><![CDATA[<p>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything? I&#8217;ve learned a bit from trying to get them to work, but this one on skins I ultimately could not get to work as I get an error that the &#8220;data&#8221; property is unknown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepa Subramaniam</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/comment-page-1/#comment-138</link>
		<dc:creator>Deepa Subramaniam</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#comment-138</guid>
		<description>Regarding attachBehaviors/removeBehaviors vs. partAdded/partRemoved: 

Since some components don&#039;t have parts, attachBehaviors/removeBehaviors is for the adding and removing of event listeners to the skin object itself. When a component has parts, adding and removing of event listeners should happen in the partAdded/partRemoved methods. 

Remember, all of these methods are optional and should only be overridden when you need to do extra work in those methods.</description>
		<content:encoded><![CDATA[<p>Regarding attachBehaviors/removeBehaviors vs. partAdded/partRemoved: </p>
<p>Since some components don&#8217;t have parts, attachBehaviors/removeBehaviors is for the adding and removing of event listeners to the skin object itself. When a component has parts, adding and removing of event listeners should happen in the partAdded/partRemoved methods. </p>
<p>Remember, all of these methods are optional and should only be overridden when you need to do extra work in those methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Sachdev</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/comment-page-1/#comment-137</link>
		<dc:creator>Chetan Sachdev</dc:creator>
		<pubDate>Mon, 21 Jul 2008 16:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#comment-137</guid>
		<description>Nice, Have you got how to register for event, Say on click of a button I need alert. Looking into it.</description>
		<content:encoded><![CDATA[<p>Nice, Have you got how to register for event, Say on click of a button I need alert. Looking into it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
