Infragistics Home

Infragistics Forums

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

Suppressing image fade in/out in viewer

Last post 06-25-2008 9:40 by [Infragistics] Stephen Zaharuk. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 06-20-2008 16:44

    Suppressing image fade in/out in viewer

    This is happening to all the non-selected image.   When the mouse is hovering over an image.  All the other images have a "disabled" look to it.  I would like to suppress this but I cannot seem to find a property or method to do this.  Can someone kindly point the way?  Thanks!

    • Post Points: 35
  • 06-20-2008 21:49 In reply to

    Re: Suppressing image fade in/out in viewer

     I am not as familiar with ImageViewer as I would like but to me it sounds like the cssClass off the Image objects has an opacity set on it by default.  If you make a style that doesn't have this setting on it, you would probably be able to get the effect your are looking for.

     

     

    The SamplesBrowser has two samples you should look at, the first would be (link)

    http://samples.infragistics.com/2008.2/webfeaturebrowser/contents.aspx?showCode=True&t=webimageviewer/ImageViewerAdjustNavigationMode.aspx~srcview.aspx?path=~srcview.aspx?path=webimageviewer/ImageViewerAdjustNavigationMode.src

     

    As this looks like the behavior you are describing

     

    the other is (link)

     

    http://samples.infragistics.com/2008.2/webfeaturebrowser/contents.aspx?showCode=True&t=webimageviewer/ImageViewerSelectingItems.aspx~srcview.aspx?path=~srcview.aspx?path=webimageviewer/ImageViewerSelectingItems.src

     

    Which has a new style defined for the Item.cssClass which seems to prevent the greying feature.  

     

    If you click on the tabs as the very top of the sample you can view the code ASPX and CS

    Darrell Kress
    Research and Development
    Infragistics

    Please remember that while Infragistics does monitor the forums, they remain a Peer to Peer support option. You can always contact Infragistics support directly via one of the options listed at http://www.infragistics.com/gethelp.


    Have a feature you would like to see? Or possibly a new component you would want in NetAdvantage? Submit a feature request to Infragistics through our Developer Support department.
    • Post Points: 5
  • 06-25-2008 9:40 In reply to

    Re: Suppressing image fade in/out in viewer

    In the stylesheet update the OtherImageHover css class:

     .igiv_OtherImageHover{

    opacity: .5;

    filter: alpha(opacity=50);

    }

    You will need to clear out both of the above styles.

    -SteveZ

    • Post Points: 5
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems