
Help:Howto run a progress bar using the size of a file as progressbar.max
The problem is this, when i open a file i want to run a progress bar while
loding,
this file is about 20 MB
i used the linecount or len(...) methode. And then run the progress bar
these methodes thakes alot of time to count this size of files first and
then run the progressbar.
Another problem whit this methode is that the progress bar begins to run
after counting al the lines or characters.
my question is.
is it possible to look to the size of the file and then run the progress bar
while loding the file into a variable.
thanks in advance
Ron