Page 1 of 1
Statusbar notification progress bar
Posted: 12 Nov 2019 09:23
by jassing
The progress bar accepts math but only uses the last value.
Instead of using a+b, it simply uses b
Re: Statusbar notification progress bar
Posted: 12 Nov 2019 20:07
by Martin
Hi,
You should not put every variable in curly braces when used within curly braces. You are already in a scripting context in this case so just use {a + b}.
Regards,
Martin
Re: Statusbar notification progress bar
Posted: 24 Nov 2019 03:27
by jassing
Got it. That clears some other things up as well.
Thanks!