I have a function (lastfunction) that calls other functions (function1 to function12). I have already a progress bar. How can I make the progress bar show the status of the function (lastfunction)?
Thx for helping
Printable View
I have a function (lastfunction) that calls other functions (function1 to function12). I have already a progress bar. How can I make the progress bar show the status of the function (lastfunction)?
Thx for helping
Set the max value of the progressbar to 12
Increase the value of the progressbar after each function is processed.
Do these functions do anything that could be measured?