Infragistics Home

Infragistics Forums

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

Continuous scroll image without pressing next/prev button

Last post 08-05-2008 1:27 by [Infragistics] Rumen Stankov. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 08-02-2008 15:55

    • abul71
    • Not Ranked
    • Joined on 08-02-2008
    • Points 40

    Continuous scroll image without pressing next/prev button

    Hi Dear

    Ho wi can i do continuous image scroll when the page load without pressing next/prev button. please help me.

    Thanks

     

    Abul 

     

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

    Re: Continuous scroll image without pressing next/prev button

    Hello Abul,

    I believe you can find a similar scenario in the online samples located here:

    http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm

    Just navigate to the "Client-Side Events" sample in the WebImageViewer samples area on the left and observe the behaviour when you hover the mouse on the button on the top left/right buttons.

    You can see the source and especially the startScroll javascript method. 

     

    Best Regards,
    Rumen Stankov (MCSD.NET)
    The Infragistics ASP.NET Team
    • Post Points: 20
  • 08-04-2008 10:33 In reply to

    • abul71
    • Not Ranked
    • Joined on 08-02-2008
    • Points 40

    Re: Continuous scroll image without pressing next/prev button

    I am trying to continuous scrolling the images when the page gets load without any kind of interaction(mouseover/press button). I have set up scrollAnimations Type = Coninuous from Propperties window in Visual studio 2005. but it didn't work. any Idea?

    Thanks

    • Post Points: 20
  • 08-05-2008 1:27 In reply to

    Re: Continuous scroll image without pressing next/prev button

    Hello,

    Yes, I believe this is possible as well. Just run the same javascript function the example runs upon pressing a key in the body.onload event of the HTML page. body.onload is automatically fired when page is loaded and seems like the perfect spot for this.

    e.g.

    <body onload="startImageViewerScrolling()">

     

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