Hello. Can anyone help me to force a refresh of the images, in a roSlideShow, which come from an XML feed? I started with the DeviantArt sample, and pointed it to my own MRSS feed. My Roku displays my images from my feed, but if the feed is updated while the Roku slide show is running, it will not detect the updated feed. I have to leave the slide show and return to it to get the updated feed, thus slides.
--Update---
Just to be clear, my trouble is purely related to trying to figure out how to update a running slide show, programmatically, without having to fiddle with the Roku remote at all. I cannot find an event, or figure out how to use a timer, to get the slide show to show new slides added with SlideShow.AddContent(). The docs say that SlideShow.Show() will "Display or refresh the screen after creation or state changes." Everything I tried either has absolutely no effect (without hitting the back button, then the OK button on the remote), or my code would cause the slide show to stop and return me to the Springboard screen.
, Lee