Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3914
animated images on UltraRibbon button
posted

Hi,

How can I display an animated image on UltraRibbon button.

 

Thanks

Sangeetha

Parents
No Data
Reply
  • 4618
    posted

    Hi SangeethaThai,

    Support for animated button images is not extended by the UltraToolBarsManager Ribbon; however, I believe that it should be possible to achieve the approximate appearance of animation with a custom, programmatic implementation.

    It is certainly possible to assign discrete images to a ButtonTool; it should also be possible to store an array of images, each image representing a single frame in the animation and then cycling thru these images in sequence; perhaps synching the transition of each frame by referencing a timer, to give the appearance of an animated icon.

    This process would need to be entirely orchestrated in code, but I believe it should definitely be possible.

    If you are interested in this approach or if you have any further questions regarding this inquiry, please let me know and I will work on developing a sample to provide further context for this idea.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

Children