Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

HRLP ! WebImageViewer1 doesn't work CLR2.0

Last post 08-04-2008 0:56 by [Infragistics] Rumen Stankov. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 07-20-2008 10:16

    • modashop
    • Not Ranked
    • Joined on 06-13-2008
    • Points 115

    HRLP ! WebImageViewer1 doesn't work CLR2.0

     I had put this code on my Page_load event

    Dim
    wpf As New Infragistics.Web.UI.ListControls.ImageItem()

    wpf.Visible = True

    wpf.ImageUrl = "http://samples.infragistics.com/2008.2/webfeaturebrowser/images/top_left.jpg"

    WebImageViewer1.Items.Add(wpf)

    And i was  put the object on my default page

    <ig:WebImageViewer ID="WebImageViewer1" runat="server" Height="120px" Width="470px" ScrollAnimations-Type="NextItem"

    StyleSetName="Nautilus" EnableTheming="true">

     

    <Header Visible="true" Text="Product Picture">

    </Header>

    <Footer Visible="true" Text="Select a product for more information.">

    </Footer>

     

    </ig:WebImageViewer>

    When the page start i don't see any image loaded on the object .

     And i can see on the HTML page the code

    <img border="0" id=":428111986.4:adr:0" class="igiv_NautilusImage " src="." alt="" style="height:100%;visibility:hidden;" />

    NO SRC was refer to image and also visibility it is hiden ..

     CAN SOME ONE HELP ME ?

    Thanks

    Ale 

     

    • Post Points: 20
  • 07-21-2008 3:53 In reply to

    Re: HRLP ! WebImageViewer1 doesn't work CLR2.0

     Hello,

    I tried to reproduced the issue and can`t see the described behavior. When I inspect HTML code with firebug I see this tag for picture:

    <img border="0" style="height: 100%;" alt="" class="igiv_Image" id=":428111986.4:adr:0" adr="0"

    src="http://samples.infragistics.com/2008.2/webfeaturebrowser/images/top_left.jpg" />

    You can look at  this screenshot:

     


    Best Regards,
    Ivan Baev
    The Infragistics ASP.NET Team
    • Post Points: 5
  • 07-21-2008 3:56 In reply to

    Re: HRLP ! WebImageViewer1 doesn't work CLR2.0

    Hello,

    Please, find the project attached.

    Hope this helps.

    Thanks.

     

    Best Regards,
    Ivan Baev
    The Infragistics ASP.NET Team
    • Post Points: 20
  • 08-01-2008 4:59 In reply to

    • modashop
    • Not Ranked
    • Joined on 06-13-2008
    • Points 115

    Re: HRLP ! WebImageViewer1 doesn't work CLR2.0

    Thank you for your answare . And Attach file you are very Kind.

    But

    You use version :

    <add assembly="Infragistics35.Web.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />

    Instead my version

    <add assembly="Infragistics2.Web.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

    If i undestand well the versioning you are usin .NET Framework 3.5 Instead .NET Framework 2.0 could you send me a project demo with my version because i try yours and sure dosn't work on my system .

    Best Regaards

    Alessandro 

    • Post Points: 20
  • 08-04-2008 0:56 In reply to

    Re: HRLP ! WebImageViewer1 doesn't work CLR2.0

     Hello Alessandro,

    Unfortunately no matter how hard I tried, I was not able to reproduce the problem locally for CLR 2.0 as well. I guess the best way to proceed right now is to contact our Developer Support department directly (if you have the time, with a small subset of your project reproducing the issue - this will make things much faster). They can be reached at:

    http://www.infragistics.com/gethelp/default.aspx

    Best Regards,
    Rumen Stankov (MCSD.NET)
    The Infragistics ASP.NET Team
    • Post Points: 5
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems