<?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: Flex EnhancedButtonSkin Release</title>
	<atom:link href="http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/</link>
	<description>The Personal and Professional website of Daniel Wabyick</description>
	<pubDate>Tue, 06 Jan 2009 12:12:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: josh ofCourse</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-1464</link>
		<dc:creator>josh ofCourse</dc:creator>
		<pubDate>Wed, 13 Feb 2008 12:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-1464</guid>
		<description>man, this is great!!!  the border gradients alone justify the augmentation to the standard flex library, but with all of the other features...fantastic!  the inclusion of a style explorer as well is really great.  thanks!!!</description>
		<content:encoded><![CDATA[<p>man, this is great!!!  the border gradients alone justify the augmentation to the standard flex library, but with all of the other features&#8230;fantastic!  the inclusion of a style explorer as well is really great.  thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Hubbard</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-251</link>
		<dc:creator>Charlie Hubbard</dc:creator>
		<pubDate>Fri, 02 Nov 2007 05:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-251</guid>
		<description>Thanks that was it!  It was in the SWC file.  I could do an import on flexlib.skins.EhancedButtonBorder in the MXML file.  However, I copied the CSS from the style explorer you created.  It was missing the fully qualified package name.  Once I fully qualified the package in the CSS like this:

    upSkin:ClassReference('flexlib.skins.EnhancedButtonSkin');

It worked.  I would suggest modifying the style explorer to include the fully qualified path.  Just for us noobs. :-)  Thanks for the hint.</description>
		<content:encoded><![CDATA[<p>Thanks that was it!  It was in the SWC file.  I could do an import on flexlib.skins.EhancedButtonBorder in the MXML file.  However, I copied the CSS from the style explorer you created.  It was missing the fully qualified package name.  Once I fully qualified the package in the CSS like this:</p>
<p>    upSkin:ClassReference(&#8217;flexlib.skins.EnhancedButtonSkin&#8217;);</p>
<p>It worked.  I would suggest modifying the style explorer to include the fully qualified path.  Just for us noobs. <img src='http://www.wabysabi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Thanks for the hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-247</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-247</guid>
		<description>Unfortunately, I don't have Flex 2.01 setup ( I use Flex 3), and I have never tried running through the SWC file. Can you import the EnhancedButtonSkin into a normal Actionscript or MXML file ? I would use this to verify that EnhancedButtonSkin is in the SWC and that you have the exact package name and classname correct.  Let me know how it goes.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I don&#8217;t have Flex 2.01 setup ( I use Flex 3), and I have never tried running through the SWC file. Can you import the EnhancedButtonSkin into a normal Actionscript or MXML file ? I would use this to verify that EnhancedButtonSkin is in the SWC and that you have the exact package name and classname correct.  Let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Hubbard</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-246</link>
		<dc:creator>Charlie Hubbard</dc:creator>
		<pubDate>Thu, 01 Nov 2007 20:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-246</guid>
		<description>I'm having trouble using EnhancedButtonSkin.  I've added the SWC file to my project's library path, but I keep getting the following error in Flexbuilder:

1172: Definition EnhancedButtonSkin could not be found.

I'm using Flexbuilder 2.  I followed the instructions from flexlib's Quickstart.

http://code.google.com/p/flexlib/wiki/QuickStart

Any ideas what I'm doing wrong?  (Oh the reference to EnhancedButtonSkin is inside my css files).</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble using EnhancedButtonSkin.  I&#8217;ve added the SWC file to my project&#8217;s library path, but I keep getting the following error in Flexbuilder:</p>
<p>1172: Definition EnhancedButtonSkin could not be found.</p>
<p>I&#8217;m using Flexbuilder 2.  I followed the instructions from flexlib&#8217;s Quickstart.</p>
<p><a href="http://code.google.com/p/flexlib/wiki/QuickStart" rel="nofollow">http://code.google.com/p/flexlib/wiki/QuickStart</a></p>
<p>Any ideas what I&#8217;m doing wrong?  (Oh the reference to EnhancedButtonSkin is inside my css files).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-242</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 30 Oct 2007 02:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-242</guid>
		<description>Is there anyway to choose which sides the border shows up on? I know normally there is borderSides, but it doesnt seem to work for this.  Sorry a little new at this.  Thanks!</description>
		<content:encoded><![CDATA[<p>Is there anyway to choose which sides the border shows up on? I know normally there is borderSides, but it doesnt seem to work for this.  Sorry a little new at this.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-190</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Sep 2007 23:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-190</guid>
		<description>Hi Joe, 
I would agree that controlling the down state would be a very nice enhancement. It would be straightforward to add to the button skin. I will try to add it when I have some time.</description>
		<content:encoded><![CDATA[<p>Hi Joe,<br />
I would agree that controlling the down state would be a very nice enhancement. It would be straightforward to add to the button skin. I will try to add it when I have some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-189</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 18 Sep 2007 22:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-189</guid>
		<description>This is nice, but I have been unable to control the appearance of the button's down state. If such control is not available, I would call this a major step backward from the standard Flex Button.</description>
		<content:encoded><![CDATA[<p>This is nice, but I have been unable to control the appearance of the button&#8217;s down state. If such control is not available, I would call this a major step backward from the standard Flex Button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ofir</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-6</link>
		<dc:creator>Ofir</dc:creator>
		<pubDate>Tue, 01 May 2007 13:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-6</guid>
		<description>Indeed a nice job !</description>
		<content:encoded><![CDATA[<p>Indeed a nice job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hawryluk</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-5</link>
		<dc:creator>Jason Hawryluk</dc:creator>
		<pubDate>Tue, 17 Apr 2007 07:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-5</guid>
		<description>Very cool, nice job..</description>
		<content:encoded><![CDATA[<p>Very cool, nice job..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-4</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-4</guid>
		<description>Looking good. A fine addition to FlexLib.</description>
		<content:encoded><![CDATA[<p>Looking good. A fine addition to FlexLib.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
