<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx</link><description>As noted in an earlier Tip of the Day , typically you do not want a windowless Silverlight control, as there is a high performance price in rendering windowless controls. However, if you wish to set the background to be transparent, you must remember</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#194886</link><pubDate>Tue, 24 Mar 2009 21:37:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:194886</guid><dc:creator>ClosDesign</dc:creator><description>&lt;p&gt;Is there a working example of any of this live on the internet????? &lt;/p&gt;
&lt;p&gt;Everywhere I look is code but not working examples.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=194886" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#34193</link><pubDate>Thu, 06 Mar 2008 09:53:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34193</guid><dc:creator>nagina</dc:creator><description>&lt;p&gt;Hi Jesse,&lt;/p&gt;
&lt;p&gt;I have some question regarding isWindowless property.&lt;/p&gt;
&lt;p&gt;In my aspx page i am setting the background to be picture by using css property.&lt;/p&gt;
&lt;p&gt;.body1&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;	background-image: url(../images/background/bg2.jpg);&lt;/p&gt;
&lt;p&gt;	margin:0;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; padding: 0px;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; height:100%;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; border:none;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; overflow: hidden;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;I want my silverlight to have the same background as my page or to be transparent&lt;/p&gt;
&lt;p&gt;but, I must to set the isWindowless: to 'false', because either way &amp;nbsp;i have display problems (on media center windows).&lt;/p&gt;
&lt;p&gt;I tried to set the bakground by setting background:document.body.style.backgroundColor &lt;/p&gt;
&lt;p&gt;and tried to set it transparent(and alpha colors) and it did not helped either.&lt;/p&gt;
&lt;p&gt;Is there any way to set the silverlight background to be transparent and leave the isWindowless to be 'false'or maybe to set the background of silverlight to be picture too?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=34193" width="1" height="1"&gt;</description></item><item><title>Using Windowless Silverlight Controls To Blend HTML and Silverlight Elements</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#31248</link><pubDate>Fri, 15 Feb 2008 09:00:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:31248</guid><dc:creator>Jon Galloway</dc:creator><description>&lt;p&gt;Silverlight 1.0 has no intrinsic controls. Forget about dropdowns and sliders, Silverlight 1.0 doesn&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=31248" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26366</link><pubDate>Mon, 14 Jan 2008 17:57:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26366</guid><dc:creator>jesseliberty</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;Never fear to make such corrections; even if you are not right, better that you make the comment and we discuss than that you hold back.&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;
&lt;p&gt;-j&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26366" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26081</link><pubDate>Fri, 11 Jan 2008 18:27:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26081</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;Jesse, my apology that I missed your statement. And my intention was just to make sure your blogs are always perfect! ;-)&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26081" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26079</link><pubDate>Fri, 11 Jan 2008 17:54:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26079</guid><dc:creator>swildermuth</dc:creator><description>&lt;p&gt;Jesse,&lt;/p&gt;
&lt;p&gt;Your comment I think is right on the mark. &amp;nbsp;I when I teach my class, I mention that isWindowless is a cost of performance but what this really means is hard to quantify (you use the words &amp;quot;high performance price&amp;quot;, but that is still ambiguous. &amp;nbsp;Do you know if anyone on the team can offer any real advice on isWindowless? &amp;nbsp;Is it a bigger issue with 1.0 than 2.0, etc.? &amp;nbsp;&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26079" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26077</link><pubDate>Fri, 11 Jan 2008 17:48:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26077</guid><dc:creator>jesseliberty</dc:creator><description>&lt;p&gt;Ben, I don't mean to be defensive, but I do mention that in both posts... &amp;quot;as there is a high performance price in rendering windowless controls&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It would, however, be interesting to find out if anyone has benchmarked the actual performance cost. :-)&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26077" width="1" height="1"&gt;</description></item><item><title>re: Did You Know That... if you want your Silverlight control to have a transparent background, you must set isWindowless to true</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26071</link><pubDate>Fri, 11 Jan 2008 17:13:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26071</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;I think you should also mention that by setting to &amp;quot;isWindowless&amp;quot; to true, there will be a performance hit while the control is being rendered. Which in 1.0 and JS running in interpreter mode, can slow things down a lot!&lt;/p&gt;
&lt;p&gt;Just my two cents!&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26071" width="1" height="1"&gt;</description></item><item><title>isWindowless and transparent background </title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/11/did-you-know-that-if-you-want-your-silverlight-control-to-have-a-transparent-background-you-must-set-iswindowless-to-true.aspx#26051</link><pubDate>Fri, 11 Jan 2008 15:15:57 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26051</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=26051" width="1" height="1"&gt;</description></item></channel></rss>