cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

label should display different text for every 5 seconds

dheerajkumar
4-Participant

label should display different text for every 5 seconds

I have a label and I want to display different text for every 5 seconds to the same label. like "a" then after 5 seconds "b" then after 5 seconds "c".....is there any way to accomplish the task. I tried using setinterval but didn't work.

1 REPLY 1

Hello,

 

You need to use Auto Refresh widget, which generates an event at a given interval. You need to bind this event to some data source (a service or an expression, for example). Finally, you should bind the result of this data source to you label.

 

/ Constantine

Top Tags