Skip to main content
15-Moonstone
December 12, 2022
Question

Interval based service output

  • December 12, 2022
  • 1 reply
  • 1138 views

Is there any way to send multiple outputs from the single service at a set of intervals? 

for ex: 

I have an HTML snippet to display images using the HTML text area widget. 
In my case, I have a list of image URLs in an array to display. My intention after invoking the service user should see all the images, each image should stay on the screen for 2 seconds. 

unfortunately, the HTMLTextArea widget is not taking a script from the HTML code.

1 reply

16-Pearl
December 13, 2022

Hi @sabharees 

As for the internals, I guess you can try to add an Auto Refresh function to invoke your service, then you can somehow change the result by every time the service is invoked.

sabharees15-MoonstoneAuthor
15-Moonstone
December 20, 2022

Hi @CharlesJi ,

 

Thanks for your response.

I have existing mechanism with auto refresh function and I expected any other workaround for this.