<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/152003.aspx</link><pubDate>Tue, 23 Dec 2008 20:28:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:152003</guid><dc:creator>waldred</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/152003.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=152003</wfw:commentRss><description>&lt;p&gt;Ahh yes, I was missing the &lt;strong&gt;x-gadget:///&lt;/strong&gt; prefix!&amp;nbsp; &lt;img src="http://silverlight.net/emoticons/emotion-10.gif" alt="Embarrassed" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;script&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;
    Silverlight.createObject(
        &amp;quot;&lt;strong style="COLOR:red;"&gt;x-gadget:///&lt;/strong&gt;Widget.xap&amp;quot;,
        $d(&amp;quot;WidgetContainer&amp;quot;),
        &amp;quot;Widget&amp;quot;, 
        {
            width:      &amp;quot;100%&amp;quot;,
            height:     &amp;quot;100%&amp;quot;,
            background: &amp;quot;transparent&amp;quot;,
            windowless: &amp;quot;true&amp;quot;,
            version:    &amp;quot;2.0.31005.0&amp;quot;
        },
        { onError: onSilverlightError });            
&amp;lt;/&lt;span class="tag"&gt;script&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp; 
&lt;p&gt;Thank you John (and Ivana!)&lt;font color="#a31515"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/151999.aspx</link><pubDate>Tue, 23 Dec 2008 20:20:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:151999</guid><dc:creator>prujohn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/151999.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=151999</wfw:commentRss><description>&lt;p&gt;Check Ivana&amp;#39;s blog, which has a walkthrough of this that may help you: &lt;a href="http://geeks.ms/blogs/itilca/"&gt;http://geeks.ms/blogs/itilca/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/151992.aspx</link><pubDate>Tue, 23 Dec 2008 20:11:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:151992</guid><dc:creator>waldred</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/151992.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=151992</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve just run into this same issue described above by &lt;strong&gt;Zonenjunge&lt;/strong&gt;.&amp;nbsp; I&amp;#39;ve created working Silverlight 2 gadgets before but on a different machine.&amp;nbsp; Thus, I&amp;#39;m thinking this is a system configuration issue.&lt;/p&gt;
&lt;p&gt;In the interest of saving time, has anyone encountered and &lt;em&gt;solved&lt;/em&gt; this issue?&lt;/p&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/66342.aspx</link><pubDate>Sun, 29 Jun 2008 20:30:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:66342</guid><dc:creator>Zonenjunge</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/66342.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=66342</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I also try to run a&amp;nbsp; silverlight 2 gadget, cause I &amp;quot;need&amp;quot; managed script support. Everything works fine in Internet Explorer, but when I add the gadget into sidebar, I only get a blank field. Now I updated everything to Beta 2 and now there&amp;#39;s the following message: &amp;quot;InitializeError - Could not download the Silverlight application. Check web server settings&amp;quot;&lt;/p&gt;
&lt;p&gt;When I open the html from gadget folder in IE it works, so I think it couldn&amp;#39;t be the path, but why can&amp;#39;t the sidebar &amp;quot;download&amp;quot; the silverlight application? THe xap is located in the ClientBin folder I think it shouldn&amp;#39;t be a problem for sidebar to access that folder.&lt;/p&gt;
&lt;p&gt;Has anyone any idea?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way: Why will Beta2 not support conversions in SetValue, especially Int32-&amp;gt;Double for Canvas.Left or TopProperty?&lt;/p&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/51640.aspx</link><pubDate>Wed, 07 May 2008 05:15:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:51640</guid><dc:creator>jturinetti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/51640.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=51640</wfw:commentRss><description>&lt;p&gt;Unless I&amp;#39;m mistaken, I don&amp;#39;t think it&amp;#39;s that easy.&amp;nbsp; Ben Hall&amp;#39;s example makes use of Silverlight 1.0 and therefore all the code is written in Javascript, not C# (since there was no support for managed code yet at that point).&amp;nbsp; Secondly, Silverlight 2.0 is not backwards compatible with previous versions of Silverlight. &amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/51500.aspx</link><pubDate>Tue, 06 May 2008 16:35:45 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:51500</guid><dc:creator>thierry.bouquain</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/51500.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=51500</wfw:commentRss><description>&lt;p&gt;You just have to change the javascript call in the html page that create the silverlight plugin by the object tag you will find in any silverlight 2 html sample&lt;/p&gt;</description></item><item><title>Re: Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/51493.aspx</link><pubDate>Tue, 06 May 2008 16:17:18 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:51493</guid><dc:creator>jturinetti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/51493.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=51493</wfw:commentRss><description>&lt;p&gt;Thanks for the reply, but I was hoping to use Silverlight 2.0 instead of Silverlight 1.0.&amp;nbsp; Does anyone have resources on this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/51381.aspx</link><pubDate>Tue, 06 May 2008 06:31:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:51381</guid><dc:creator>thierry.bouquain</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/51381.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=51381</wfw:commentRss><description>&lt;p&gt;Here is a sample with silverlight 1&amp;nbsp;&lt;a href="http://blog.benhall.me.uk/2007/05/vista-sidebar-gadget-using-silverlight.html"&gt;http://blog.benhall.me.uk/2007/05/vista-sidebar-gadget-using-silverlight.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Silverlight Vista Sidebar Gadgets</title><link>http://forums.silverlight.net/forums/thread/51377.aspx</link><pubDate>Tue, 06 May 2008 06:19:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:51377</guid><dc:creator>jturinetti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/51377.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=51377</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m interested in building some gadgets for the Vista sidebar and I&amp;#39;ve heard that this is possible using Silverlight.&amp;nbsp; Is this true, and can someone point me to a resource explaining how to get started?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Jeremy&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>