visibility management through timer
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?
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?
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
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.