Skip to main content
April 27, 2017
Question

Grid screensaver?

  • April 27, 2017
  • 2 replies
  • 2076 views

Hi, I have a Mashup screen with a grid named "Employee Details" with scrollbars, which gets data from the stored procedure. If there is an inactivity of 5 mins, that entire grid details should come as screensaver.

2 replies

1-Visitor
April 27, 2017

Have you tried auto refresh widget .. bind the refresh event after specific duration in this case 5 min or so  to make visible an image treated as screen saver or any other custom service

5-Regular Member
April 28, 2017

Hi Bavithraa Marimuthu​,

This seems interesting! But as far as I know this feature is not available in ThingWorx Core.

Here are my inputs:

Windows has option to show slide show of pictures as Screensaver. So, we can use one of the ThingWorx Repository folder as input for it.

Save the Mashup as an image (https://marketplace.thingworx.com/Items/PDF-Extension saves export of Mashup in a PDF. You can try to create an extension which saves it as image).

Else you will have to create your own custom Extension for this feature.