<?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"
	>
<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>
	<pubDate>Thu, 04 Dec 2008 20:43:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
		<item>
		<title>By: Deepa Subramaniam</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#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'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-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>
