<?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: Skinning Flex Components &#8211; Part 1: CSS</title>
	<atom:link href="http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/</link>
	<description>Cutting edge development with Adobe Flex, ActionScript and AIR</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:06:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Mark</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-408</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-408</guid>
		<description>thanks  great tutorial, I found this another tutorial about skinning using swf files. might be useful to others:

&lt;a href=&#039;http://www.askmeflash.com/tutorial/4/skinning-a-flex-button-tutorial-using-skin-in-flex&#039; rel=&quot;nofollow&quot;&gt;http://www.askmeflash.com/tutorial/4/skinning-a-flex-button-tutorial-using-skin-in-flex&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks  great tutorial, I found this another tutorial about skinning using swf files. might be useful to others:</p>
<p><a href='http://www.askmeflash.com/tutorial/4/skinning-a-flex-button-tutorial-using-skin-in-flex' rel="nofollow">http://www.askmeflash.com/tutorial/4/skinning-a-flex-button-tutorial-using-skin-in-flex</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-149</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 29 Jun 2009 16:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-149</guid>
		<description>Great tutorial!</description>
		<content:encoded><![CDATA[<p>Great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyus</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-53</link>
		<dc:creator>Tyus</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-53</guid>
		<description>Thank you so much I can&#039;t wait to experiment with styling other components with your method.</description>
		<content:encoded><![CDATA[<p>Thank you so much I can&#8217;t wait to experiment with styling other components with your method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Black</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-9</link>
		<dc:creator>Chris Black</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-9</guid>
		<description>You could create a CanvasBlackButton class and PanelBlackButton class that both extend BlackButton.  Which would make your CSS look like this:

CanvasBlackButton {
… some custom styles here
}
PanelBlackButton {
… different styling treatment here
}

This would allow you to style your buttons differently but both inherit from the styles of BlackButton.  I agree though, it will be nice when full descendant support is included in Flex CSS.</description>
		<content:encoded><![CDATA[<p>You could create a CanvasBlackButton class and PanelBlackButton class that both extend BlackButton.  Which would make your CSS look like this:</p>
<p>CanvasBlackButton {<br />
… some custom styles here<br />
}<br />
PanelBlackButton {<br />
… different styling treatment here<br />
}</p>
<p>This would allow you to style your buttons differently but both inherit from the styles of BlackButton.  I agree though, it will be nice when full descendant support is included in Flex CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Wright</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-8</link>
		<dc:creator>Jacob Wright</dc:creator>
		<pubDate>Thu, 08 Jan 2009 18:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-8</guid>
		<description>I&#039;m excited for Flex 4 which supports descendant operators like full CSS does. This will not only allow a button to get styles from Button and BlackButton, but will also allow the button to get different styles when it is in a Panel or a Canvas.

Canvas BlackButton {
  ... some custom styles here
}
Panel BlackButton {
  ... different styling treatment here
}

That will really help with skinning because then you can tell the buttons in a scrollbar to look different from the buttons in a form.</description>
		<content:encoded><![CDATA[<p>I&#8217;m excited for Flex 4 which supports descendant operators like full CSS does. This will not only allow a button to get styles from Button and BlackButton, but will also allow the button to get different styles when it is in a Panel or a Canvas.</p>
<p>Canvas BlackButton {<br />
  &#8230; some custom styles here<br />
}<br />
Panel BlackButton {<br />
  &#8230; different styling treatment here<br />
}</p>
<p>That will really help with skinning because then you can tell the buttons in a scrollbar to look different from the buttons in a form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blackcj.com/blog/2009/01/06/skinning-flex-components-part-1-css/comment-page-1/#comment-7</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Jan 2009 05:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=146#comment-7</guid>
		<description>This is a fantastic post. Thanks Chris! I am looking forward for the next one.</description>
		<content:encoded><![CDATA[<p>This is a fantastic post. Thanks Chris! I am looking forward for the next one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.320 seconds -->

