Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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?
Solved! Go to Solution.
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
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
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