Display timer
Moderator: Martin
Display timer
So... im using a periodic timer in a flow and works fine but i would like to have the timer in notification but cant figure out how to have the values update on the status bar. Ive also tried with sent and received data bytes but cant figure out how to have the values update!?
Re: Display timer
Try this:
Add an action Sleep with the duration of 1s after the action Notification on Statusbar. Then loop back to the action Notification. In the settings of Notification on Statusbar add a button to the Notification using the setting Actions and select Stop Flows to stop the loop.
Add an action Sleep with the duration of 1s after the action Notification on Statusbar. Then loop back to the action Notification. In the settings of Notification on Statusbar add a button to the Notification using the setting Actions and select Stop Flows to stop the loop.
Re: Display timer
Ah yeah i see what your trying to implement... ima work on it.. thanks