Good day friends!Anyone here experienced to make this kind of timer inside of a button. Please see screenshot for reference. An OML will be a big help.
Hi RD.,
Instead of an OML, I would suggest to create your own function instead.
Here's what I think it might work.
Bonus, you could return the counter from javascript and assign the return integer into the local variable so you will know how many seconds left.
Hope this could help you to get a better idea :)
Cheers.
Hi RD.
You can use expression widget inside button instead of text widget, Create a variable named i.e. TimerValue,
and in you button expression widget use this like - "Back to customer queue list " + TimerValue
I hope it'll help you
ThanksDeep
Hello RD,
I am sharing a project below.
please find the OAP attachment, let me know if you need any changes in it.
Thanks AWL!