Note that there are some explanatory texts on larger screens.

plurals
  1. POClientEvents tag not working in Infragistics WebImageViewer
    primarykey
    data
    text
    <p>Iam trying automate my WebImageViewer..when the page is loaded the viewer should navigate through the slides/images in it..i've found a few examples on how it's possible, but the best one i found seems to give an exception and i can't seem to find out why. Here's the code and the exception below:-</p> <pre><code> &lt;ig:WebImageViewer ID="WebImageViewer1" runat="server" BorderColor="#990000" BorderStyle="Groove" style="z-index: 1; left: 221px; top: 300px; position: absolute; height: 576px; width: 720px" BorderWidth="2px"&gt; &lt;Header Text="CDMS Features" Visible="True"&gt; &lt;/Header&gt; &lt;Footer Text="CDMS© is a product of Blue Barracuda Technologies" Visible="True"&gt; &lt;/Footer&gt; &lt;Items&gt; &lt;ClientEvents Initialize="ivInit" /&gt; &lt;ScrollAnimations Type="NextItem" /&gt; &lt;ig:ImageItem ImageUrl="~/Styles/DiagnosisSlider.png" NavigateUrl="http://localhost:9480/Default.aspx" /&gt; &lt;ig:ImageItem ImageUrl="~/Styles/MedbookSlide.png" /&gt; &lt;ig:ImageItem ImageUrl="~/Styles/ASKDOCSlider.png" /&gt; &lt;/Items&gt; &lt;/ig:WebImageViewer&gt; &lt;script language="javascript" type="text/javascript"&gt; var imageViewer = null; function ivInit(ivCSO) { imageViewer = ivCSO; window.setInterval('imageViewer.navigateNext();', 3000); } &lt;/script&gt; </code></pre> <p>The exception i get: Parser Error Message: Infragistics.Web.UI.ListControls.ImageItemCollection must have items of type 'Infragistics.Web.UI.ListControls.ImageItem'. 'ClientEvents' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.</p> <p>Any ideas? Help would really be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload