<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SlideShow2 Issue Tracker Rss Feed</title><link>http://www.codeplex.com/SlideShow2/WorkItem/List.aspx</link><description>SlideShow2 Issue Tracker Rss Description</description><item><title>Closed Feature: Allow font to be changed via configuration [786]</title><link>http://slideshow2.codeplex.com/workitem/786</link><description>There are no configuration settings which allow the user to configure the font used by slide.show. It uses whatever is specified within the generic.xaml file. In theroy a user could edit this file to change the font. However it is better if we provide configuration settings to allow this.&lt;br /&gt;</description><author>sbeeler</author><pubDate>Thu, 16 May 2013 08:32:32 GMT</pubDate><guid isPermaLink="false">Closed Feature: Allow font to be changed via configuration [786] 20130516083232A</guid></item><item><title>Closed Issue: DownloadProgressIndicator type value [801]</title><link>http://slideshow2.codeplex.com/workitem/801</link><description>If type&amp;#61;circle a javascript alert renders &amp;#34;object not set to the instance of an object&amp;#34;.&lt;br /&gt;</description><author>sbeeler</author><pubDate>Thu, 16 May 2013 08:32:31 GMT</pubDate><guid isPermaLink="false">Closed Issue: DownloadProgressIndicator type value [801] 20130516083231A</guid></item><item><title>Closed Issue: Result of ParseDouble depends on culture [950]</title><link>http://slideshow2.codeplex.com/workitem/950</link><description>The return value of the function ParseDouble in XmlConfigurationProvider depends on the culture of the client computer&amp;#58; a configuration &amp;#60;option name&amp;#61;&amp;#34;BackgroundOpacity&amp;#34; value&amp;#61;&amp;#34;0.2&amp;#34; &amp;#47;&amp;#62; will result in a value of 2 on a computer with a &amp;#34;,&amp;#34; as decimal sign &amp;#40;e.g. german&amp;#41;. This can be fixed with&lt;br /&gt;&amp;#160;&lt;br /&gt;            &amp;#47;&amp;#47;old code&amp;#58; if &amp;#40;double.TryParse&amp;#40;input, out result&amp;#41;&amp;#41;&lt;br /&gt;            System.Globalization.NumberStyles style &amp;#61; System.Globalization.NumberStyles.AllowDecimalPoint&amp;#59;&lt;br /&gt;            if &amp;#40;double.TryParse&amp;#40;input, style, System.Globalization.CultureInfo.InvariantCulture, out result&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#91;...&amp;#93;&lt;br /&gt;</description><author>sbeeler</author><pubDate>Thu, 16 May 2013 08:32:30 GMT</pubDate><guid isPermaLink="false">Closed Issue: Result of ParseDouble depends on culture [950] 20130516083230A</guid></item><item><title>Closed Feature: Add support for Windows Live Photo Gallery people tags [3737]</title><link>http://slideshow2.codeplex.com/workitem/3737</link><description>The slide show viewer should be able to display people tags defined in Windows Live Photo Gallery.  When user puts their mouse over a tagged person, the person&amp;#39;s name or tag should appear similar to how it is displayed in Windows Live Photo Gallery itself.&lt;br /&gt;</description><author>sbeeler</author><pubDate>Thu, 16 May 2013 08:32:28 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add support for Windows Live Photo Gallery people tags [3737] 20130516083228A</guid></item><item><title>Commented Issue: Blank screen appears when trying to view samples [8515]</title><link>http://slideshow2.codeplex.com/workitem/8515</link><description>I have downloaded the source and release for the SlideShow. But when I try to view any of the samples &amp;#40;by double-clicking the html file to open it in IE&amp;#41; I just get a blank screen, with a box where I would expect the Silverlight control to appear. I copied the Vertigo.SlideShow.xap file into the ClientBin folder, but I must be missing something. Is anybody able to help please&amp;#63; I&amp;#39;d really like to be able to use this control, it looks great.&lt;br /&gt;Comments: ** Comment from web user: BradSmithSC ** &lt;p&gt;This is a common issue when first setting up the slideshow.  Search the &amp;#42;discussions&amp;#42; section for &amp;#39;blank screen&amp;#39; or &amp;#39;black screen&amp;#39;.  There are many helpful entries to help you figure it out.  Good luck.&lt;/p&gt;</description><author>BradSmithSC</author><pubDate>Tue, 15 Mar 2011 14:23:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Blank screen appears when trying to view samples [8515] 20110315022318P</guid></item><item><title>Created Issue: Blank screen appears when trying to view samples [8515]</title><link>http://slideshow2.codeplex.com/workitem/8515</link><description>I have downloaded the source and release for the SlideShow. But when I try to view any of the samples &amp;#40;by double-clicking the html file to open it in IE&amp;#41; I just get a blank screen, with a box where I would expect the Silverlight control to appear. I copied the Vertigo.SlideShow.xap file into the ClientBin folder, but I must be missing something. Is anybody able to help please&amp;#63; I&amp;#39;d really like to be able to use this control, it looks great.&lt;br /&gt;</description><author>arenzano</author><pubDate>Mon, 14 Mar 2011 08:46:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Blank screen appears when trying to view samples [8515] 20110314084651A</guid></item><item><title>Commented Issue: Thumbnail tray does not advance to the next set of thumbnails when the slideshow is playing [8213]</title><link>http://slideshow2.codeplex.com/workitem/8213</link><description>When the slideshow is playing, the thumbnail tray highlights the thumbnail of the current picture being shown&amp;#59; this works fine for the first row of thumbnails, but when the slideshow gets beyond the end of the thumbails currently showing in the thumbnail tray, the thumbnail tray does not automatically advance to correspond to the next set of thumbnails that the slideshow has reached. This appears to be an oversight, since users shouldn&amp;#39;t be expected to have to manually page through the thumbnail tray in order to keep up with the slideshow&amp;#39;s progress through a set.&lt;br /&gt;&lt;br /&gt;And if anyone has already accounted for this in their own code, I would absolutely LOVE to see your code so I can fix mine too&amp;#33;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;Comments: ** Comment from web user: SpiderJerusalem ** &lt;p&gt;SOLVED&amp;#33;&amp;#33;&amp;#33;&lt;/p&gt;&lt;p&gt;I was able to make this work &amp;#40;you can read more specifics in my Silverlight forum post&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.silverlight.net&amp;#47;forums&amp;#47;p&amp;#47;217677&amp;#47;530182.aspx &amp;#41;. You can download a working copy of the project here&amp;#58; https&amp;#58;&amp;#47;&amp;#47;docs.google.com&amp;#47;leaf&amp;#63;id&amp;#61;0B61lVJfiXF9YNjRhMzYyZTktZDBiOC00Njc3LThjMjYtMWJkOTYxNGQ3YTkz&amp;#38;sort&amp;#61;name&amp;#38;layout&amp;#61;list&amp;#38;num&amp;#61;50&lt;/p&gt;</description><author>SpiderJerusalem</author><pubDate>Wed, 02 Mar 2011 18:02:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Thumbnail tray does not advance to the next set of thumbnails when the slideshow is playing [8213] 20110302060220P</guid></item><item><title>Created Issue: Thumbnail tray does not advance to the next set of thumbnails when the slideshow is playing [8213]</title><link>http://slideshow2.codeplex.com/workitem/8213</link><description>When the slideshow is playing, the thumbnail tray highlights the thumbnail of the current picture being shown&amp;#59; this works fine for the first row of thumbnails, but when the slideshow gets beyond the end of the thumbails currently showing in the thumbnail tray, the thumbnail tray does not automatically advance to correspond to the next set of thumbnails that the slideshow has reached. This appears to be an oversight, since users shouldn&amp;#39;t be expected to have to manually page through the thumbnail tray in order to keep up with the slideshow&amp;#39;s progress through a set.&lt;br /&gt;&lt;br /&gt;And if anyone has already accounted for this in their own code, I would absolutely LOVE to see your code so I can fix mine too&amp;#33;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;</description><author>SpiderJerusalem</author><pubDate>Sat, 22 Jan 2011 17:38:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Thumbnail tray does not advance to the next set of thumbnails when the slideshow is playing [8213] 20110122053847P</guid></item><item><title>Created Issue: Elements in Configuration XML file must appear in a certain order. [7377]</title><link>http://slideshow2.codeplex.com/workitem/7377</link><description>I wanted to post this incase anyone else runs into it. It took me a long time to figure out what was wrong. &lt;br /&gt;&lt;br /&gt;I have used an http handler class to create my configuration file on the fly. I am putting Slide.Show into an asp.net mvc2 site. I am rendering the slide show on a details page. I wanted it to show different images depending on what item the details was being displayed for. Anyway, i was able to do this successfully until i noticed that the slide show control was being rendered in a way where there was no activity. Basically, you saw the slide show buttons, thumbnails, etc. However, you couldnt select any of the images, albums, etc. I had a static configuration file i knew worked &amp;#40;copy of the Tall sample in the download kit&amp;#41; so i compared my generated xml file to the one from the sample. They were identical &amp;#40;used a few different comparison tools, no eyeballing&amp;#41; except for the order in which the modules appeared. So, i took the contents of the generated xml file and copied it into the static one. Sure enough it broke. Then, i reordered the modules to look like the one from the sample and it started working.&lt;br /&gt;&lt;br /&gt;Attached is the generated xml file. If you reorder things and throw this into a file comparison tool, you will notice that they are identical. The only difference is the order. Yet, the generated one renders the slide show control inactive &amp;#40;nothing is clickable&amp;#41; and the static one works. The static xml file i refer to is the one under samples&amp;#92;tall. Note, i removed the scripts section from both. That makes no difference in my testing if the scripts section is missing.&lt;br /&gt;</description><author>charleszipp</author><pubDate>Sat, 09 Oct 2010 22:56:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Elements in Configuration XML file must appear in a certain order. [7377] 20101009105651P</guid></item><item><title>Commented Issue: Thumbnail tray alignment [813]</title><link>http://slideshow2.codeplex.com/workitem/813</link><description>thumbnail tray is off-center vertically&lt;br /&gt;Comments: ** Comment from web user: zBestListings ** &lt;p&gt;It would also be nice to assign the left anchor position manually&lt;/p&gt;</description><author>zBestListings</author><pubDate>Wed, 28 Jul 2010 03:14:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Thumbnail tray alignment [813] 20100728031448A</guid></item><item><title>Created Issue: TrimSize method [6609]</title><link>http://slideshow2.codeplex.com/workitem/6609</link><description>Doesn&amp;#39;t work correctly. I have a standard width of a slideshow viewer set at 810 with the height at 380. It was cutting my description short even though it was obvious it would fit. There would be like 1 and 1&amp;#47;2 lines of text and I still had more text but wouldn&amp;#39;t fill anymore. The wierd thing is that when i add more text it fills in more so eventually if I add enough text &amp;#40;way more than the two lines worth&amp;#41; it will fill up the two lines and add elipses.&lt;br /&gt;&lt;br /&gt;I commented out the following code as I don&amp;#39;t need it to automaticly adjust the width of my descriptions. I didn&amp;#39;t want to spend the time to go through and figure out why it doesn&amp;#39;t work because I don&amp;#39;t need it, just letting you know.&lt;br /&gt;&lt;br /&gt;            element.Text &amp;#61; text&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;nz Commented out because it doesn&amp;#39;t work correctly&lt;br /&gt;            &amp;#47;&amp;#47;string copyText &amp;#61; text&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;int numRows &amp;#61; &amp;#40;&amp;#40;int&amp;#41;elementHeight &amp;#47; 30&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;for &amp;#40;int i &amp;#61; 1&amp;#59; i &amp;#60;&amp;#61; numRows&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47;    do&lt;br /&gt;            &amp;#47;&amp;#47;    &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47;        &amp;#47;&amp;#47; if contains a space, try to break after words&lt;br /&gt;            &amp;#47;&amp;#47;        if &amp;#40;copyText.LastIndexOf&amp;#40;&amp;#39; &amp;#39;&amp;#41; &amp;#62;&amp;#61; 0&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;        &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47;            copyText &amp;#61; copyText.Substring&amp;#40;0, copyText.LastIndexOf&amp;#40;&amp;#39; &amp;#39;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;        &amp;#125;&lt;br /&gt;            &amp;#47;&amp;#47;        else&lt;br /&gt;            &amp;#47;&amp;#47;        &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47;            copyText &amp;#61; copyText.Substring&amp;#40;0, copyText.Length - 1&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;        &amp;#125;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;        copyBlock.Text &amp;#61; copyText &amp;#43; &amp;#40; i&amp;#60;numRows &amp;#63; &amp;#34;&amp;#34; &amp;#58; &amp;#34;...&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;    &amp;#125;&lt;br /&gt;            &amp;#47;&amp;#47;    while &amp;#40;copyBlock.ActualWidth &amp;#62; width&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;    if &amp;#40;i &amp;#60; numRows&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;        copyText &amp;#61; text.Substring&amp;#40;copyText.Length&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#125;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;element.Text &amp;#61; text.Substring&amp;#40;0, text.IndexOf&amp;#40;copyText&amp;#41; &amp;#43; copyText.Length&amp;#41; &amp;#43; &amp;#34;...&amp;#34;&amp;#59;&lt;br /&gt;</description><author>kcnz</author><pubDate>Fri, 16 Jul 2010 01:39:06 GMT</pubDate><guid isPermaLink="false">Created Issue: TrimSize method [6609] 20100716013906A</guid></item><item><title>Commented Feature: Add Configuration option to hide Vertigo logo [3507]</title><link>http://slideshow2.codeplex.com/workitem/3507</link><description>Allow user to hide Vertigo logo shown on album page via configuration option.  A user can already remove the Vertigo logo by editing AlbumPage.cs and removing the Created By OGITREV region, but that shouldn&amp;#39;t be necessary and may violate the open source license.  A general configuration option to allow the user to hide the logo would be preferable, with the default being to show the logo.&lt;br /&gt;&lt;br /&gt;This will need approval from Vertigo before it can be implemented.&lt;br /&gt;Comments: ** Comment from web user: BradSmithSC ** &lt;p&gt;I hope the big picture plan Vertigo has is to continue to develop this and make it wildly popular.  Then eventually offer a licence purchase option that removes their logo and offers more configuration options.  Users could decide which option they prefer - open source with logo or purchase with more bells and whistles.&lt;br /&gt;I think many would gladly pay for this if just a few more config tweaks were available.  Maybe this discussion should migrate to a &amp;#39;what would you be willing to pay&amp;#39; to get Vertigo&amp;#39;s attention.  Obviously a lot of work has gone into this and I for one would like to see them rewarded for it.&lt;/p&gt;</description><author>BradSmithSC</author><pubDate>Wed, 02 Jun 2010 19:12:24 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add Configuration option to hide Vertigo logo [3507] 20100602071224P</guid></item><item><title>Created Issue: Localization not working [5815]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=5815</link><description>Hi, &lt;br /&gt;I tried to localize the tooltips for the buttons via xml file but always the english text is viewed&amp;#59; e.g.&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#60;module name&amp;#61;&amp;#34;ToggleAlbumViewButton&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;option name&amp;#61;&amp;#34;Enabled&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                                .... more options  deleted here .....&lt;br /&gt;                                &amp;#60;option name&amp;#61;&amp;#34;Tooltip&amp;#34; value&amp;#61;&amp;#34;Album Sicht anzeigen&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;module&amp;#62;&lt;br /&gt;Has anybody a solution&amp;#63;&lt;br /&gt;Thanks&lt;br /&gt;Eckard.&lt;br /&gt;</description><author>eckard</author><pubDate>Mon, 29 Mar 2010 12:40:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Localization not working [5815] 20100329124032P</guid></item><item><title>Commented Issue: Sample doesn't work [5182]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=5182</link><description>Hi, &lt;br /&gt;I tried to install the sample files locally but it doesn&amp;#39;t work. All I get is an empty screen with silverlight control available &amp;#40;I can see when right click silverlight 3 popup comes up&amp;#41; but no samle pictures are loaded. It doesn&amp;#39;t work with IE 8 neither with firefox, whereas the page works http&amp;#58;&amp;#47;&amp;#47;www.vertigo.com&amp;#47;slideshow.aspx.&lt;br /&gt;I checked for the right version of silverlight 3 &amp;#40;40818and put everythin in the same file folder, removed the dot in VertigoSlideShow.xap, but nothing helped.&lt;br /&gt;Any ideas welcome. &lt;br /&gt;Thank&amp;#39;s&lt;br /&gt;Eckard.&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2,&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                    width&amp;#61;&amp;#34;732&amp;#34; height&amp;#61;&amp;#34;488&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;InitParams&amp;#34; value&amp;#61;&amp;#34;ConfigurationProvider&amp;#61;XmlConfigurationProvider&amp;#59;Path&amp;#61;Configuration.xml,DataProvider&amp;#61;XmlDataProvider&amp;#59;Path&amp;#61;Data.xml&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;VertigoSlideShow.xap&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;background&amp;#34; value&amp;#61;&amp;#34;Silver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;onError&amp;#34; value&amp;#61;&amp;#34;onSilverlightError&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;minRuntimeVersion&amp;#34; value&amp;#61;&amp;#34;3.0.40624.0&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;autoUpgrade&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;149156&amp;#38;v&amp;#61;3.0.40624.0&amp;#34; style&amp;#61;&amp;#34;text-decoration&amp;#58; none&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                        &amp;#60;img src&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;108181&amp;#34; alt&amp;#61;&amp;#34;Get Microsoft Silverlight&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                            style&amp;#61;&amp;#34;border-style&amp;#58; none&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;&amp;#47;a&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                &amp;#60;&amp;#47;object&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: eckard ** &lt;p&gt;In the meantime I got it work. It works only when called from webserver.  &lt;/p&gt;</description><author>eckard</author><pubDate>Mon, 29 Mar 2010 12:36:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Sample doesn't work [5182] 20100329123638P</guid></item><item><title>Commented Issue: Sample doesn't work [5182]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=5182</link><description>Hi, &lt;br /&gt;I tried to install the sample files locally but it doesn&amp;#39;t work. All I get is an empty screen with silverlight control available &amp;#40;I can see when right click silverlight 3 popup comes up&amp;#41; but no samle pictures are loaded. It doesn&amp;#39;t work with IE 8 neither with firefox, whereas the page works http&amp;#58;&amp;#47;&amp;#47;www.vertigo.com&amp;#47;slideshow.aspx.&lt;br /&gt;I checked for the right version of silverlight 3 &amp;#40;40818and put everythin in the same file folder, removed the dot in VertigoSlideShow.xap, but nothing helped.&lt;br /&gt;Any ideas welcome. &lt;br /&gt;Thank&amp;#39;s&lt;br /&gt;Eckard.&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2,&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                    width&amp;#61;&amp;#34;732&amp;#34; height&amp;#61;&amp;#34;488&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;InitParams&amp;#34; value&amp;#61;&amp;#34;ConfigurationProvider&amp;#61;XmlConfigurationProvider&amp;#59;Path&amp;#61;Configuration.xml,DataProvider&amp;#61;XmlDataProvider&amp;#59;Path&amp;#61;Data.xml&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;VertigoSlideShow.xap&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;background&amp;#34; value&amp;#61;&amp;#34;Silver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;onError&amp;#34; value&amp;#61;&amp;#34;onSilverlightError&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;minRuntimeVersion&amp;#34; value&amp;#61;&amp;#34;3.0.40624.0&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;autoUpgrade&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;149156&amp;#38;v&amp;#61;3.0.40624.0&amp;#34; style&amp;#61;&amp;#34;text-decoration&amp;#58; none&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                        &amp;#60;img src&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;108181&amp;#34; alt&amp;#61;&amp;#34;Get Microsoft Silverlight&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                            style&amp;#61;&amp;#34;border-style&amp;#58; none&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;&amp;#47;a&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                &amp;#60;&amp;#47;object&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: eckard ** &lt;p&gt;Hi, thanks for the comment but it did not help.&lt;br /&gt;I guess the difference is&amp;#58; &amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;ResolveUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;SectionControls&amp;#47;Vertigo.SlideShow.xap&amp;#34;&amp;#41;&amp;#37;&amp;#62;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;But when I show it &amp;#40;with scripts disabled&amp;#41; it shows the remaining &amp;#34; &amp;#47;&amp;#62; on the page and when I enable scripts the xap does not show up. Not sure if ResolveUrl works in html context, in google I found only hints for this in conjunction with asp.&lt;br /&gt;I attach a zip file with the &amp;#34;test.html&amp;#34; and the other files but only a view pictures.&lt;br /&gt;Eckard&lt;/p&gt;</description><author>eckard</author><pubDate>Tue, 02 Feb 2010 18:07:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Sample doesn't work [5182] 20100202060722P</guid></item><item><title>Commented Issue: Sample doesn't work [5182]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=5182</link><description>Hi, &lt;br /&gt;I tried to install the sample files locally but it doesn&amp;#39;t work. All I get is an empty screen with silverlight control available &amp;#40;I can see when right click silverlight 3 popup comes up&amp;#41; but no samle pictures are loaded. It doesn&amp;#39;t work with IE 8 neither with firefox, whereas the page works http&amp;#58;&amp;#47;&amp;#47;www.vertigo.com&amp;#47;slideshow.aspx.&lt;br /&gt;I checked for the right version of silverlight 3 &amp;#40;40818and put everythin in the same file folder, removed the dot in VertigoSlideShow.xap, but nothing helped.&lt;br /&gt;Any ideas welcome. &lt;br /&gt;Thank&amp;#39;s&lt;br /&gt;Eckard.&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2,&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                    width&amp;#61;&amp;#34;732&amp;#34; height&amp;#61;&amp;#34;488&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;InitParams&amp;#34; value&amp;#61;&amp;#34;ConfigurationProvider&amp;#61;XmlConfigurationProvider&amp;#59;Path&amp;#61;Configuration.xml,DataProvider&amp;#61;XmlDataProvider&amp;#59;Path&amp;#61;Data.xml&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;VertigoSlideShow.xap&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;background&amp;#34; value&amp;#61;&amp;#34;Silver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;onError&amp;#34; value&amp;#61;&amp;#34;onSilverlightError&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;minRuntimeVersion&amp;#34; value&amp;#61;&amp;#34;3.0.40624.0&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;autoUpgrade&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;149156&amp;#38;v&amp;#61;3.0.40624.0&amp;#34; style&amp;#61;&amp;#34;text-decoration&amp;#58; none&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                        &amp;#60;img src&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;108181&amp;#34; alt&amp;#61;&amp;#34;Get Microsoft Silverlight&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                            style&amp;#61;&amp;#34;border-style&amp;#58; none&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;&amp;#47;a&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                &amp;#60;&amp;#47;object&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: mrick ** &lt;p&gt;&amp;#60;object type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34; data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2,&amp;#34; width&amp;#61;&amp;#34;650&amp;#34; height&amp;#61;&amp;#34;360&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;param name&amp;#61;&amp;#34;background&amp;#34; value&amp;#61;&amp;#34;black&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;ResolveUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;SectionControls&amp;#47;Vertigo.SlideShow.xap&amp;#34;&amp;#41;&amp;#37;&amp;#62;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;param name&amp;#61;&amp;#34;initParams&amp;#34; value&amp;#61;&amp;#34;ConfigurationProvider&amp;#61;XmlConfigurationProvider&amp;#59;Path&amp;#61;Configuration.xml,DataProvider&amp;#61;XmlDataProvider&amp;#59;Path&amp;#61;Data.xml&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;124807&amp;#34; style&amp;#61;&amp;#34;text-decoration&amp;#58; none&amp;#59;&amp;#34;&amp;#62;&amp;#60;img src&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;108181&amp;#34; alt&amp;#61;&amp;#34;Get Microsoft Silverlight&amp;#34; style&amp;#61;&amp;#34;border-style&amp;#58; none&amp;#34;&amp;#47;&amp;#62;&amp;#60;&amp;#47;a&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;object&amp;#62;&lt;/p&gt;</description><author>mrick</author><pubDate>Tue, 02 Feb 2010 14:20:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Sample doesn't work [5182] 20100202022045P</guid></item><item><title>Created Issue: Sample doesn't work [5182]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=5182</link><description>Hi, &lt;br /&gt;I tried to install the sample files locally but it doesn&amp;#39;t work. All I get is an empty screen with silverlight control available &amp;#40;I can see when right click silverlight 3 popup comes up&amp;#41; but no samle pictures are loaded. It doesn&amp;#39;t work with IE 8 neither with firefox, whereas the page works http&amp;#58;&amp;#47;&amp;#47;www.vertigo.com&amp;#47;slideshow.aspx.&lt;br /&gt;I checked for the right version of silverlight 3 &amp;#40;40818and put everythin in the same file folder, removed the dot in VertigoSlideShow.xap, but nothing helped.&lt;br /&gt;Any ideas welcome. &lt;br /&gt;Thank&amp;#39;s&lt;br /&gt;Eckard.&lt;br /&gt;&amp;#60;object data&amp;#61;&amp;#34;data&amp;#58;application&amp;#47;x-silverlight-2,&amp;#34; type&amp;#61;&amp;#34;application&amp;#47;x-silverlight-2&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                    width&amp;#61;&amp;#34;732&amp;#34; height&amp;#61;&amp;#34;488&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;InitParams&amp;#34; value&amp;#61;&amp;#34;ConfigurationProvider&amp;#61;XmlConfigurationProvider&amp;#59;Path&amp;#61;Configuration.xml,DataProvider&amp;#61;XmlDataProvider&amp;#59;Path&amp;#61;Data.xml&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;source&amp;#34; value&amp;#61;&amp;#34;VertigoSlideShow.xap&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;background&amp;#34; value&amp;#61;&amp;#34;Silver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;onError&amp;#34; value&amp;#61;&amp;#34;onSilverlightError&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;minRuntimeVersion&amp;#34; value&amp;#61;&amp;#34;3.0.40624.0&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;param name&amp;#61;&amp;#34;autoUpgrade&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;149156&amp;#38;v&amp;#61;3.0.40624.0&amp;#34; style&amp;#61;&amp;#34;text-decoration&amp;#58; none&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                        &amp;#60;img src&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;108181&amp;#34; alt&amp;#61;&amp;#34;Get Microsoft Silverlight&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;                            style&amp;#61;&amp;#34;border-style&amp;#58; none&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                    &amp;#60;&amp;#47;a&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;                &amp;#60;&amp;#47;object&amp;#62;&lt;br /&gt;</description><author>eckard</author><pubDate>Thu, 28 Jan 2010 16:53:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Sample doesn't work [5182] 20100128045303P</guid></item><item><title>Created Issue: EnableHtmlAccess DOM/Bridge disabled causes crash [4895]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=4895</link><description>Since CodePlex added the SL macro to its Wiki Markup, I was looking around for a nice compact way to represent images in my documentation. Your excellent contribution fits that bill well. However, there are two issues &amp;#40;related&amp;#41; which are problematic when using your control with the limited macro. First, the macro does not allow any parameters &amp;#40;initparams&amp;#41; to be passed. Second, the enablehtmlaccess is set to &amp;#39;false&amp;#39; &amp;#40;I assume by default since I host the xap control on my site and it would be cross-dom&amp;#41;. The second issue causes the app to crash in two places &amp;#40;Navigation.cs StartSlideshow and TransitionManager.cs Click anonymous delegate&amp;#41;.&lt;br /&gt;&lt;br /&gt;The first issue with initparams is only slightly a problem since the code defaults nicely to LightTheme and XmlDataProvider &amp;#40;with ..&amp;#47;data.xml&amp;#41;. The second is more problematic as it causes the app to crash. I downloaded the source code and made the following two changes.&lt;br /&gt;&lt;br /&gt;1. Default to the XmlConfigurationProvider instead of the LightTheme configuration provider so that I can provide a Configuration.xml at the default location and retain control without relying on initparams.&lt;br /&gt;2. Check for System.Windows.Browser.HtmlPage.IsEnabled prior to accessing HTML bridge features &amp;#40;in afforementioned Navigation.cs and TransitionManager.cs&lt;br /&gt;&lt;br /&gt;I can provide patches if anyone wants them.&lt;br /&gt;&lt;br /&gt;Brian&lt;br /&gt;</description><author>bschloz</author><pubDate>Tue, 15 Dec 2009 16:45:13 GMT</pubDate><guid isPermaLink="false">Created Issue: EnableHtmlAccess DOM/Bridge disabled causes crash [4895] 20091215044513P</guid></item><item><title>Created Issue: BUG:Browser freeze, when left mouse key down hold for 5 second [4866]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=4866</link><description>Hi,&lt;br /&gt;Browser freeze, when left mouse key down hold for 5 second.&lt;br /&gt;SlideViewer is inherit from ButtonBase, problem is propably in ..&amp;#92;SlideShow&amp;#92;Transitions&amp;#92;TransitionManager.cs &lt;br /&gt;&lt;br /&gt;My workaround is in SlideViewer &amp;#40;..&amp;#92;SlideShow&amp;#92;Controls&amp;#92;SlideViewer.cs&amp;#41; constructors set&amp;#58;&lt;br /&gt;this.IsEnabled &amp;#61; false&amp;#59;&lt;br /&gt;&lt;br /&gt;Like&amp;#58;&lt;br /&gt;&lt;br /&gt;protected SlideViewer&amp;#40;Slide slide&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;this.Slide &amp;#61; slide&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;slide &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;Source &amp;#61; slide.Source&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;slide.Link &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;Cursor &amp;#61; Cursors.Hand&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#47;&amp;#47;workaround HERE&lt;br /&gt;                       this.IsEnabled &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;public SlideViewer&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#58; this&amp;#40;null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;IsTabStop &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;IsEnabled &amp;#61; true&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;Background &amp;#61; Configuration.Options.General.Background&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;workaround HERE&lt;br /&gt;            this.IsEnabled &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;Vertigo thank&amp;#39;s for great work&amp;#33;&lt;br /&gt;&lt;br /&gt;Martin&lt;br /&gt;</description><author>Kurko</author><pubDate>Fri, 11 Dec 2009 22:46:08 GMT</pubDate><guid isPermaLink="false">Created Issue: BUG:Browser freeze, when left mouse key down hold for 5 second [4866] 20091211104608P</guid></item><item><title>Commented Issue: Blank screen when clicking on an image [4697]</title><link>http://slideshow2.codeplex.com/WorkItem/View.aspx?WorkItemId=4697</link><description>As recommended by louisatwork, I&amp;#39;m posting my problem &amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bindher_Dundhat&lt;br /&gt;Tue at 9&amp;#58;59 AM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using slide.show2, when I click on an image   and move the mouse at the same time the screen goes blank and I have to refresh the page to see the viewer again. The problem occurs in all browsers, so it&amp;#39;s not a browser issue. &lt;br /&gt;&lt;br /&gt;Simply moving the mouse over the image will not trigger the problem but clicking while moving the mouse over an image will. I&amp;#39;m talking about the actual image displayed in the viewer, not the thumbnails at the bottom.&lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;louisatwork&lt;br /&gt;Tue at 8&amp;#58;29 PM&lt;br /&gt;Edited Tue at 8&amp;#58;59 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;Hello Bindher,&lt;br /&gt;&lt;br /&gt;I just reproduced your problem and it seems to be a bug and should be reported as a issue in the Issue Tracker section.&lt;br /&gt;&lt;br /&gt;I was able to intercept the exception and got the following information &amp;#58; &lt;br /&gt;&lt;br /&gt;   ArgumentException&amp;#58;Value does not fall within the expected range.&lt;br /&gt;&lt;br /&gt;      at MS.Internal.XcpImports.MethodEx&amp;#40;IntPtr ptr, String name, CValue&amp;#91;&amp;#93; cvData&amp;#41;&lt;br /&gt;&lt;br /&gt;   at MS.Internal.XcpImports.MethodPack&amp;#40;IntPtr objectPtr, String methodName, Object&amp;#91;&amp;#93; rawData&amp;#41;&lt;br /&gt;&lt;br /&gt;   at MS.Internal.XcpImports.MouseEventArgs_GetPosition&amp;#40;MouseEventArgs args, UIElement relativeTo&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.Windows.Input.MouseEventArgs.GetPosition&amp;#40;UIElement relativeTo&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.Windows.Controls.Primitives.ButtonBase.OnMouseMove&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.Windows.Controls.Control.OnMouseMove&amp;#40;Control ctrl, EventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at MS.Internal.JoltHelper.FireEvent&amp;#40;IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName&amp;#41;&lt;br /&gt;&lt;br /&gt;The reason of the error seems to be that your current transition is removing the slide from the mediaroot and the mouse event is getting fired at the same time.&lt;br /&gt;&lt;br /&gt;I tried the following fix and I could not reproduce the bug anymore&amp;#58;&lt;br /&gt;&lt;br /&gt;           In the current transition class&amp;#58; &amp;#40;ex&amp;#58; CrossFadeTransition.cs &amp;#61;&amp;#62; SkipToFill&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;Change the current line&amp;#58; MediaRoot.Children.Remove&amp;#40;fromSlide&amp;#41;&amp;#59; &lt;br /&gt;&lt;br /&gt;       To&amp;#58; MediaRoot.Dispatcher.BeginInvoke&amp;#40;&amp;#40;&amp;#41; &amp;#61;&amp;#62; MediaRoot.Children.Remove&amp;#40;fromSlide&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>bryiantan</author><pubDate>Sat, 21 Nov 2009 02:19:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Blank screen when clicking on an image [4697] 20091121021958A</guid></item></channel></rss>