﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebAqua - Added images to CoverFlow on the fly</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Added-images-to-CoverFlow-on-the-fly/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Added images to CoverFlow on the fly</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Added-images-to-CoverFlow-on-the-fly/</link><pubDate>Sun, 28 Mar 2010 22:41:46 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;WebCoverFlow has prepared some client side functionality if you wish to modify the image. Here is the snippet if you wish to modify the image of item Cover1 from WebCoverFlow1 instance.&lt;/p&gt;&lt;pre&gt;var WebCoverFlow1 = ISGetObject('WebCoverFlow1'); &lt;br /&gt;WebCoverFlow1.Items.GetNamedItem('cover1').Source = '../images/iMovie.png';&lt;br /&gt;WebCoverFlow1.RefreshUIElement();&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Added images to CoverFlow on the fly</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Added-images-to-CoverFlow-on-the-fly/</link><pubDate>Thu, 25 Mar 2010 13:15:00 GMT</pubDate><dc:creator>MarkLeavesley</dc:creator><description>&lt;p&gt;Can I also add that using javascript to add the images is perfectly acceptable if CoverFlow has client side methods to do this. I am can retrieve the URLs via AJAX no problem, I was using jQuery plugins before hand and that worked...ok, hence I am looking at this for some extra pzaz.&lt;/p&gt;</description></item><item><title>Added images to CoverFlow on the fly</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Added-images-to-CoverFlow-on-the-fly/</link><pubDate>Thu, 25 Mar 2010 13:11:42 GMT</pubDate><dc:creator>MarkLeavesley</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I am trying to change the images in CoverFlow in an AJAX postback but CoverFlow turns white when I do. I am using primarily Telerik controls and AJAX is being managed by the RADAjaxManager. The examples I've seen of programtically adding items to CoverFlow use something called an 'ObservableCollection', which does not seem to be available to me in VB.NET (VS2008) and an unnecessary amount of effort. This is my code, which runs in an AJAX postback, what is wrong?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Dim f As New ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowItem&lt;/p&gt;
&lt;p&gt;f.Source = "http://a valid url on my server"&lt;/p&gt;
&lt;p&gt;WebCoverFlow1.Items.Add(f)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The RADAjaxManager has been told that my update button will update the CoverFlow control but I wonder if CoverFlow and RADAjaxManager are not on speaking terms or if there is something simple I am missing.&lt;/p&gt;
&lt;p&gt;Also, I cannot get the supplied help to work for WebAqua hence I am possibly asking a dumb and already documented question.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mark Leavesley&lt;/p&gt;</description></item></channel></rss>