[Dynapi-Dev] Progress bar

2002-06-12 Thread Bernard Squale
Hi everybody, I created a js library based on dynAPI. Its weight is 200 ko and I want to show a progress bar while this library is loading. No problem to draw the bar. But Is there a way to get information about the loading process and the part of the file that has been downloaded. May be with

Re: [Dynapi-Dev] Progress bar

2002-06-12 Thread Doug Melvin
I typically pick points in the code to incriment the bar. For instance when rendering a tree, I will advance the bar every three loops of the generating code. You could place a peice of code at the beginning of each js file and set the max of the progress bar to the number of files... - Origi