<?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>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tahir Azeem Alvi</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/comment-page-1/#comment-5216</link>
		<dc:creator>Tahir Azeem Alvi</dc:creator>
		<pubDate>Tue, 22 Feb 2011 15:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#comment-5216</guid>
		<description>Hi,

How i skin or apply the Css to Alert in Flex 4?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How i skin or apply the Css to Alert in Flex 4?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/comment-page-1/#comment-5014</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 17 Nov 2010 21:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/19/creating-custom-flex-4-skinnable-component/#comment-5014</guid>
		<description>In addition to extending partAdded and partRemoved functions, you can add event listeners to any visual component by following; 
1. Add an event listener function to the component class. Ex: onDragEnter
2. In the skin file, specify this function by {hostComponent.functionName(event)}. Ex: dragEnter=&quot;{hostComponent.onDragEnter(event)}&quot;
This way you can speed up the development but if you want to remove this event listener, then you have to override partRemoved anyway. It just offers a quick solution.</description>
		<content:encoded><![CDATA[<p>In addition to extending partAdded and partRemoved functions, you can add event listeners to any visual component by following;<br />
1. Add an event listener function to the component class. Ex: onDragEnter<br />
2. In the skin file, specify this function by {hostComponent.functionName(event)}. Ex: dragEnter=&#8221;{hostComponent.onDragEnter(event)}&#8221;<br />
This way you can speed up the development but if you want to remove this event listener, then you have to override partRemoved anyway. It just offers a quick solution.</p>
]]></content:encoded>
	</item>
	<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>

