Hi,
How can I display an animated image on UltraRibbon button.
Thanks
Sangeetha
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 KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Thanks for your reply Chris.
That seems like to much work for simple functionality. Instead how simple is creating a blinking effect. Something like a background color change using a timer giving a blink effect.
If you could guide me to some useful docs I would appreciate it.