<?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"
	>
<channel>
	<title>Comments on: ScaleNine Themes and Flex 3</title>
	<atom:link href="http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/</link>
	<description>The latest about ScaleNine</description>
	<pubDate>Thu, 28 Aug 2008 06:36:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Yoav</title>
		<link>http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-92704</link>
		<dc:creator>Yoav</dc:creator>
		<pubDate>Wed, 20 Aug 2008 08:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-92704</guid>
		<description>Hi Bill,

I've tried replacing the Panel with PanelSkin - and as a result the skin wasn't used at all...
Here's how my css entry looked before changing it to PanelSkin:

Panel
{
	borderSkin: Embed(skinClass="Panel_borderSkin");
	closeButtonSkin: Embed(skinClass="Panel_closeButtonSkin");
	controlBarBackgroundSkin: Embed(skinClass="Panel_controlBarBackgroundSkin");
}

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>I&#8217;ve tried replacing the Panel with PanelSkin - and as a result the skin wasn&#8217;t used at all&#8230;<br />
Here&#8217;s how my css entry looked before changing it to PanelSkin:</p>
<p>Panel<br />
{<br />
	borderSkin: Embed(skinClass=&#8221;Panel_borderSkin&#8221;);<br />
	closeButtonSkin: Embed(skinClass=&#8221;Panel_closeButtonSkin&#8221;);<br />
	controlBarBackgroundSkin: Embed(skinClass=&#8221;Panel_controlBarBackgroundSkin&#8221;);<br />
}</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Chalmers</title>
		<link>http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-60741</link>
		<dc:creator>Bill Chalmers</dc:creator>
		<pubDate>Thu, 08 May 2008 09:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-60741</guid>
		<description>This bug has been a pain for me, but I found a workaround that works for me, I have been using some themes from scalenine and was getting the panel border overlay problem, then I opened the css file found the declaration for the Panel and changed it to PanelSkin and this seemed to fix it.

1. Find the declaration for the panel in the css file
2. Change it to PanelSkin instead of Panel.

hope this helps someone else</description>
		<content:encoded><![CDATA[<p>This bug has been a pain for me, but I found a workaround that works for me, I have been using some themes from scalenine and was getting the panel border overlay problem, then I opened the css file found the declaration for the Panel and changed it to PanelSkin and this seemed to fix it.</p>
<p>1. Find the declaration for the panel in the css file<br />
2. Change it to PanelSkin instead of Panel.</p>
<p>hope this helps someone else</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-50831</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/02/21/scalenine-themes-and-flex-3/#comment-50831</guid>
		<description>Hey, regarding the problems you have been seeing with your skins, how do you go about fixing them? 

With the final SDK, I've noticed that with graphical skins, (eg: borderSkin for Panels) the content of a panel will begin at the outermost top/left corner: thus overlapping with the Title and border. 
It's kinda messed up. 

I *could* add a canvas to each Panel, and set the border metrics, but that would be a pain in the butt. Is this how you have been fixing your skins? 

Any help would be appreciated!</description>
		<content:encoded><![CDATA[<p>Hey, regarding the problems you have been seeing with your skins, how do you go about fixing them? </p>
<p>With the final SDK, I&#8217;ve noticed that with graphical skins, (eg: borderSkin for Panels) the content of a panel will begin at the outermost top/left corner: thus overlapping with the Title and border.<br />
It&#8217;s kinda messed up. </p>
<p>I *could* add a canvas to each Panel, and set the border metrics, but that would be a pain in the butt. Is this how you have been fixing your skins? </p>
<p>Any help would be appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
