Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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.
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.
Hi @CharlesJi ,
Thanks for your response.
I have existing mechanism with auto refresh function and I expected any other workaround for this.