Hello! Friends,
I am planning to display the progress as the window title, but it shows me the progress of totalSteps not 0% to 100%.

Like for a ProgressBar if totalSteps = 50 then progress() returns values from 0 to 50 not the one displayed by it which is 0% to 100%. Hence if totalSteps=100 then it shows properly.

Can anyone please let me know how to solve the problem? Like i dont care what totalSteps=? but as actual progress increments, i should be able to display 0% to 100% as window title.

Thanks in advance.