Skip to main content
1-Visitor
January 22, 2019
Solved

visibility management through timer

  • January 22, 2019
  • 2 replies
  • 1227 views

hey

i want a value display widget to appear and disappears based on timer : every 20 sec , anybody has any idea how to do that please?

Best answer by CarlesColl

You can have a Auto-Refresh Widget which triggers ever second and calls an expression widget which does the counter (value+1) you should add a value parameter and bind output to it's input.

 

Then on a validator widget you can do something like ((value%20)==0) and bind output of the previous expression widget to this validator widget and trigger on validator on expression change. then you will have the output you need to show/hides the value display widget.,

 

Carles

2 replies

1-Visitor
January 22, 2019

You can have a Auto-Refresh Widget which triggers ever second and calls an expression widget which does the counter (value+1) you should add a value parameter and bind output to it's input.

 

Then on a validator widget you can do something like ((value%20)==0) and bind output of the previous expression widget to this validator widget and trigger on validator on expression change. then you will have the output you need to show/hides the value display widget.,

 

Carles

Support
February 1, 2019

Hi @i_abidi.

 

If the response provided by @CarlesColl answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon