You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until I call the update function for the first time it will pass few minutes, until then the progress bar is not shown at all. I have tried to call update(0) but it does not work.
Is there a better way to show the bar just after its initialization?
The text was updated successfully, but these errors were encountered:
I am using the following code to generate a progress bar which I will update using the
update
function.Until I call the
update
function for the first time it will pass few minutes, until then the progress bar is not shown at all. I have tried to callupdate(0)
but it does not work.Is there a better way to show the bar just after its initialization?
The text was updated successfully, but these errors were encountered: