cancel
Showing results for 
Search instead for 
Did you mean: 

How to display multiple images in webdynpro based on timer?

Former Member
0 Kudos

How to display multiple images in webdynpro based on timer?

I want to display multiple images one after another every 5 seconds . Can anyone help me to do this ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

do you have list of all images which you want to show means its a limited image like 5/10 etc.? 

If yes then just import all the Images in MIME repository and use the UI element Time triggered bind that with some attribute and get the value of that attribute and based on that use the link of images and show them...

BR

Ch,..

Harsh_Bansal
Contributor
0 Kudos

Hi,

Using Mime import all the images in to application component. Use TimedTrigger UI element and in it's onAction event handler method, keep changing the value of variable bound to Image source property.


Regards,

Harsh Bansal