<?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>
	<lastBuildDate>Fri, 16 Jul 2010 13:31:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-8694</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-8694</guid>
		<description>Hi Gaurav .... I haven&#039;t tried using TLF with this component, as it was built in the Flex 2 days.   Also, I&#039;m not quite sure what your exact problem is. The CSS styles are completely different in the two examples. Maybe start with the one that works, and just modify the colors?</description>
		<content:encoded><![CDATA[<p>Hi Gaurav &#8230;. I haven&#8217;t tried using TLF with this component, as it was built in the Flex 2 days.   Also, I&#8217;m not quite sure what your exact problem is. The CSS styles are completely different in the two examples. Maybe start with the one that works, and just modify the colors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-8693</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-8693</guid>
		<description>Hi, I am using your code for enhanced button skin the styles are:
{
fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;
	over-fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;
	selected-fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;
	fill-color-ratios: 0, 40, 80, 255;
	fill-alphas: 1, 1, 1, 1;
	 color: #FF00FF;
	text-roll-over-color: #FF00FF;
	text-selected-color: #FF00FF; 
	border-color: #190C81;
	border-thickness: 2;
	borderColors: #006699, #006699;
     overBorderColors: #003399, #003399;
}

my butotn lable is updated by TextLayoutFramework
and i am unable to display the lable of button


but the same is display with following style
{

cornerRadii: 9, 0, 0, 9;
		     overFillColors: #cacaca, #cacaca, #cacaca, #cacaca, #cacaca, #cacaca;
		     overFillAlphas: 0.5, 0.5, 0.5, 0.5, 0.5, 0.5;
		     overFillColorRatios: 0, 52, 102, 153, 204, 255;
		     fillColors: #cacaca, #cacaca, #cacaca, #cacaca, #cacaca, #cacaca;
		     fillAlphas: 0.6, 0.45, 0.5, 0.5, 0.5, 0.5;
		     fillColorRatios: 0, 51, 102, 153, 204, 255;
		     borderThickness: 2;
		     borderColors: #065182, #065182;
		     borderAlpha: 0.55;
		     color: #538FC2;
		     textRollOverColor: #FFFFFF;
}

for other button any help would be highly appreceated</description>
		<content:encoded><![CDATA[<p>Hi, I am using your code for enhanced button skin the styles are:<br />
{<br />
fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;<br />
	over-fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;<br />
	selected-fill-colors: #FCFFF4, #FFFFFF, #FFFFFF, #FFFFFF;<br />
	fill-color-ratios: 0, 40, 80, 255;<br />
	fill-alphas: 1, 1, 1, 1;<br />
	 color: #FF00FF;<br />
	text-roll-over-color: #FF00FF;<br />
	text-selected-color: #FF00FF;<br />
	border-color: #190C81;<br />
	border-thickness: 2;<br />
	borderColors: #006699, #006699;<br />
     overBorderColors: #003399, #003399;<br />
}</p>
<p>my butotn lable is updated by TextLayoutFramework<br />
and i am unable to display the lable of button</p>
<p>but the same is display with following style<br />
{</p>
<p>cornerRadii: 9, 0, 0, 9;<br />
		     overFillColors: #cacaca, #cacaca, #cacaca, #cacaca, #cacaca, #cacaca;<br />
		     overFillAlphas: 0.5, 0.5, 0.5, 0.5, 0.5, 0.5;<br />
		     overFillColorRatios: 0, 52, 102, 153, 204, 255;<br />
		     fillColors: #cacaca, #cacaca, #cacaca, #cacaca, #cacaca, #cacaca;<br />
		     fillAlphas: 0.6, 0.45, 0.5, 0.5, 0.5, 0.5;<br />
		     fillColorRatios: 0, 51, 102, 153, 204, 255;<br />
		     borderThickness: 2;<br />
		     borderColors: #065182, #065182;<br />
		     borderAlpha: 0.55;<br />
		     color: #538FC2;<br />
		     textRollOverColor: #FFFFFF;<br />
}</p>
<p>for other button any help would be highly appreceated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Blogagic Flex Explorer Collection (Component, Style, Effect) &#124; Blogagic</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-8687</link>
		<dc:creator>The Blogagic Flex Explorer Collection (Component, Style, Effect) &#124; Blogagic</dc:creator>
		<pubDate>Mon, 24 May 2010 14:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-8687</guid>
		<description>[...] Flex Enhanced Button Skin Explorer (from Daniel Wabyick blog) is an explorer dedicated to the EnhancedButtonSkin available in [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex Enhanced Button Skin Explorer (from Daniel Wabyick blog) is an explorer dedicated to the EnhancedButtonSkin available in [...]</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-8671</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 Dec 2009 18:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-8671</guid>
		<description>Been a while since I played with that component. Did you figure it out? I could check your code if you send me a flex project export.</description>
		<content:encoded><![CDATA[<p>Been a while since I played with that component. Did you figure it out? I could check your code if you send me a flex project export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KC</title>
		<link>http://www.wabysabi.com/blog/2007/04/13/flex-enhancedbuttonskin-component-released/comment-page-1/#comment-8670</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Wed, 23 Dec 2009 18:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wabysabi.com/blog/?p=7#comment-8670</guid>
		<description>Great work!  Quick question on the Down State. I added some code to the case &quot;downSkin&quot;: which displays the appropriate fill colors and alpha, but the Label either goes away or is hidden from view.  Any thoughts?  Thanks!</description>
		<content:encoded><![CDATA[<p>Great work!  Quick question on the Down State. I added some code to the case &#8220;downSkin&#8221;: which displays the appropriate fill colors and alpha, but the Label either goes away or is hidden from view.  Any thoughts?  Thanks!</p>
]]></content:encoded>
	</item>
	<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(&#039;flexlib.skins.EnhancedButtonSkin&#039;);

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(&#8216;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&#039;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&#039;m having trouble using EnhancedButtonSkin.  I&#039;ve added the SWC file to my project&#039;s library path, but I keep getting the following error in Flexbuilder:

1172: Definition EnhancedButtonSkin could not be found.

I&#039;m using Flexbuilder 2.  I followed the instructions from flexlib&#039;s Quickstart.

http://code.google.com/p/flexlib/wiki/QuickStart

Any ideas what I&#039;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>
</channel>
</rss>
