<?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: Degrafa: Extend CSSSkin to skin Flex Buttons</title>
	<atom:link href="http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/</link>
	<description>Stuff about Flex. And Air. Oh and Flash. And probably about other stuff as well. Who knows?</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glen</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-319</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Fri, 25 Dec 2009 02:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-319</guid>
		<description>Make sure that all of the button styles you specify exist or it crashes the runtime (at least the Air 2.0 runtime anyway) :)</description>
		<content:encoded><![CDATA[<p>Make sure that all of the button styles you specify exist or it crashes the runtime (at least the Air 2.0 runtime anyway) <img src='http://www.flexstuff.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kdw</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-192</link>
		<dc:creator>kdw</dc:creator>
		<pubDate>Wed, 21 Oct 2009 09:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-192</guid>
		<description>Thanks Gilles, that&#039;s exactly what I needed; as someone else commented, well worth adding to standard Degrafa toolkit.</description>
		<content:encoded><![CDATA[<p>Thanks Gilles, that&#8217;s exactly what I needed; as someone else commented, well worth adding to standard Degrafa toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillesguillemin</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-106</link>
		<dc:creator>gillesguillemin</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-106</guid>
		<description>The whole point of this is to extend CSSSkin specific styles to regular buttons (with their different states). You should have &lt;a href=&quot;http://degrafa.org/docs/com/degrafa/skins/CSSSkin.html&quot; rel=&quot;nofollow&quot;&gt;a look here&lt;/a&gt; to see what kind of styles are available within CSSSkin (and my own CSSButtonSkin).</description>
		<content:encoded><![CDATA[<p>The whole point of this is to extend CSSSkin specific styles to regular buttons (with their different states). You should have <a href="http://degrafa.org/docs/com/degrafa/skins/CSSSkin.html" rel="nofollow">a look here</a> to see what kind of styles are available within CSSSkin (and my own CSSButtonSkin).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josef</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-105</link>
		<dc:creator>josef</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-105</guid>
		<description>Great addition to the degrafa framework.  This should be an official part of it!!!

I noticed that the border css tags don&#039;t seem to be supported - at least they don&#039;t appear to work for me.  These are the tags I had trouble with:

border-alpha: 1;
border-color: #4D4D4D;
border-style: solid;</description>
		<content:encoded><![CDATA[<p>Great addition to the degrafa framework.  This should be an official part of it!!!</p>
<p>I noticed that the border css tags don&#8217;t seem to be supported &#8211; at least they don&#8217;t appear to work for me.  These are the tags I had trouble with:</p>
<p>border-alpha: 1;<br />
border-color: #4D4D4D;<br />
border-style: solid;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillesguillemin</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-26</link>
		<dc:creator>gillesguillemin</dc:creator>
		<pubDate>Thu, 14 May 2009 17:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-26</guid>
		<description>The class CSSButtonSkin is not part of the Degrafa framework and that was the point of this article. Your need to create your own one in src/com/degrafa/skins with the code above (have a look at the source code of the example for more details).</description>
		<content:encoded><![CDATA[<p>The class CSSButtonSkin is not part of the Degrafa framework and that was the point of this article. Your need to create your own one in src/com/degrafa/skins with the code above (have a look at the source code of the example for more details).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cam</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-25</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Thu, 14 May 2009 15:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-25</guid>
		<description>I tried the code in FlexBuilder and I end up with two errors: 

1172: Definition com.degrafa.skins:CSSButtonSkin could not be found.	Navigation/src/css	TopBar.css	line 71
1202: Access of undefined property CSSButtonSkin in package com.degrafa.skins.	Navigation/src/css	TopBar.css	line 71

I&#039;m a newb, so it&#039;s probably just a very simple referencing problem that I don&#039;t get yet. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried the code in FlexBuilder and I end up with two errors: </p>
<p>1172: Definition com.degrafa.skins:CSSButtonSkin could not be found.	Navigation/src/css	TopBar.css	line 71<br />
1202: Access of undefined property CSSButtonSkin in package com.degrafa.skins.	Navigation/src/css	TopBar.css	line 71</p>
<p>I&#8217;m a newb, so it&#8217;s probably just a very simple referencing problem that I don&#8217;t get yet. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Suttle</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-388</link>
		<dc:creator>Kevin Suttle</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-388</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT: @degrafa: Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: http://tinyurl.com/crbn8m&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT: @degrafa: Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: <a href="http://tinyurl.com/crbn8m" rel="nofollow">http://tinyurl.com/crbn8m</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: degrafa</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-391</link>
		<dc:creator>degrafa</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-391</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: http://tinyurl.com/crbn8m&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: <a href="http://tinyurl.com/crbn8m" rel="nofollow">http://tinyurl.com/crbn8m</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: degrafa</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-389</link>
		<dc:creator>degrafa</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-389</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: http://tinyurl.com/crbn8m&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Extend CSSSkin to skin Flex Buttons. CSSButtonSkin: <a href="http://tinyurl.com/crbn8m" rel="nofollow">http://tinyurl.com/crbn8m</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel melo</title>
		<link>http://www.flexstuff.co.uk/2009/04/30/degrafa-extend-cssskin-to-skin-flex-buttons/comment-page-1/#comment-390</link>
		<dc:creator>Michel melo</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexstuff.co.uk/?p=169#comment-390</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @flexstuff: New post on #FlexStuff: Degrafa: Extend CSSSkin to skin Flex Buttons http://bit.ly/XLy0k (RT please)&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @flexstuff: New post on #FlexStuff: Degrafa: Extend CSSSkin to skin Flex Buttons <a href="http://bit.ly/XLy0k" rel="nofollow">http://bit.ly/XLy0k</a> (RT please)</span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.999 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 08:09:42 -->

