iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
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?
Dim f As New ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowItem
f.Source = "http://a valid url on my server"
WebCoverFlow1.Items.Add(f)
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.
Also, I cannot get the supplied help to work for WebAqua hence I am possibly asking a dumb and already documented question.
Regards,
Mark Leavesley
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.
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.
var WebCoverFlow1 = ISGetObject('WebCoverFlow1'); WebCoverFlow1.Items.GetNamedItem('cover1').Source = '../images/iMovie.png';WebCoverFlow1.RefreshUIElement();
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname