Hey!
I would like to implement a progess bar into my application. I have some operations, eg. exporting/importing data from/to excel, that take a few seconds every time they are executed. This duration seems quite long and not very reassuring, if the user does not exactly know, what is going on. So there I see the need for a progress bar.
I know how to code the progress bar itself, my problem lies in not knowing the progress of the export/import- operation at any given moment. I can tell when it has finished and when it had started, but I don´t know when there are 50 percent done for example.
Is it possible to track this progress somehow, or is it common to just show the progress bar with made up values between the start and the end?
Regards
pat3d3r