<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Changing Silverlight Control Appearance with Corrina Barber</title>
	<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/</link>
	<description>An audio podcast about Silverlight, ASP.NET AJAX, Flash and other rich web-client technologies.  If you're interested in writing next generation web applications, this is the podcast for you.  There's a new information-dense show each week.</description>
	<pubDate>Tue, 06 Jan 2009 08:42:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: B Chase</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-107</link>
		<dc:creator>B Chase</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:37:51 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-107</guid>
		<description>The ideas behind skinning seem quite good in regard to the flexibility offered to the author.  But the reality is that I have yet to see anybody -- albeit Corrina is the closest to it -- complete a fully functioning skinning example for which datagrid, scrollbars, listboxes all operate correctly or as most users have come to expect.  I have spent days at attempting this -- but have still fell short.  I will have to spend days more.  

Expression Blend could be much better in its implementation.  I have blown it up 10 times in an hour -- but it is about the only tool available in order to accomplish this in day and not weeks. 

BTW, Expression Blend must be written in a managed-code environment.  Man it is slow!!  It is truly hard to believe that it could be C++ code.

In total, I believe that swapping out skins at runtime is far, far down the line of priorities.  Better to have an environment in which a truly FULLY workable skin -- ready for prime-time -- can be built in under a week.</description>
		<content:encoded><![CDATA[<p>The ideas behind skinning seem quite good in regard to the flexibility offered to the author.  But the reality is that I have yet to see anybody &#8212; albeit Corrina is the closest to it &#8212; complete a fully functioning skinning example for which datagrid, scrollbars, listboxes all operate correctly or as most users have come to expect.  I have spent days at attempting this &#8212; but have still fell short.  I will have to spend days more.  </p>
<p>Expression Blend could be much better in its implementation.  I have blown it up 10 times in an hour &#8212; but it is about the only tool available in order to accomplish this in day and not weeks. </p>
<p>BTW, Expression Blend must be written in a managed-code environment.  Man it is slow!!  It is truly hard to believe that it could be C++ code.</p>
<p>In total, I believe that swapping out skins at runtime is far, far down the line of priorities.  Better to have an environment in which a truly FULLY workable skin &#8212; ready for prime-time &#8212; can be built in under a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sliverlight Cream for July 1, 2008 -- #315</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-104</link>
		<dc:creator>Sliverlight Cream for July 1, 2008 -- #315</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:43:31 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-104</guid>
		<description>[...] issues via Lee.   Busy day, so this is a tad late :(   From SilverlightCream.com: Changing Silverlight Control Appearance with Corrina Barber Erik and Monica Mork interview Corrina Barber in their latest Sparkling Client Podcast... Corrina is [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] issues via Lee.   Busy day, so this is a tad late <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   From SilverlightCream.com: Changing Silverlight Control Appearance with Corrina Barber Erik and Monica Mork interview Corrina Barber in their latest Sparkling Client Podcast&#8230; Corrina is [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-103</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:54:47 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-103</guid>
		<description>Corrina!  Thanks for the answer.  I hadn't realized that this was a problem previously.  But then it started to bug me, and I'm glad to know that there's a way to do it.</description>
		<content:encoded><![CDATA[<p>Corrina!  Thanks for the answer.  I hadn&#8217;t realized that this was a problem previously.  But then it started to bug me, and I&#8217;m glad to know that there&#8217;s a way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corrina</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-102</link>
		<dc:creator>Corrina</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:33:11 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-102</guid>
		<description>Switching the theme at runtime is possible in Silverlight 2 beta 2 with some work. What you need to do is programatically swap out the control template for each control (you can't do this with the style, but you can with the control template), and then walk the style's properties and then set them one by one for each control in code. I think this is something like what was done for the AOL-Mail demo.

Ping me with any questions, comments, or suggestions you may have :)</description>
		<content:encoded><![CDATA[<p>Switching the theme at runtime is possible in Silverlight 2 beta 2 with some work. What you need to do is programatically swap out the control template for each control (you can&#8217;t do this with the style, but you can with the control template), and then walk the style&#8217;s properties and then set them one by one for each control in code. I think this is something like what was done for the AOL-Mail demo.</p>
<p>Ping me with any questions, comments, or suggestions you may have <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-101</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:18:14 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-101</guid>
		<description>Oh, yes.  We are all wondering how they did that...  Even if we could just re-colorize the gradients in our styles.</description>
		<content:encoded><![CDATA[<p>Oh, yes.  We are all wondering how they did that&#8230;  Even if we could just re-colorize the gradients in our styles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Jul 2008 12:47:41 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-100</guid>
		<description>We didn't talk specifically about changing things on the fly :(  I'd imagine that styles can be set on the fly, but apparently I'd be wrong: http://silverlight.net/forums/t/13526.aspx (at least in Beta 1).  Still, it seems like there should be some way to do it (without resetting the page).  

Actually, that was part of the AOL-Mail-Mix08 demo if I remember correctly.  I wonder how they did that....</description>
		<content:encoded><![CDATA[<p>We didn&#8217;t talk specifically about changing things on the fly <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;d imagine that styles can be set on the fly, but apparently I&#8217;d be wrong: <a href="http://silverlight.net/forums/t/13526.aspx" rel="nofollow">http://silverlight.net/forums/t/13526.aspx</a> (at least in Beta 1).  Still, it seems like there should be some way to do it (without resetting the page).  </p>
<p>Actually, that was part of the AOL-Mail-Mix08 demo if I remember correctly.  I wonder how they did that&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-99</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:02:26 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-99</guid>
		<description>Did she tell about switching the theme on the fly? As of now, we are not able to do that. I told about that to Corrina once and she said that she will find out the workaround for that.</description>
		<content:encoded><![CDATA[<p>Did she tell about switching the theme on the fly? As of now, we are not able to do that. I told about that to Corrina once and she said that she will find out the workaround for that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
