Computer Science Canada

Progress Bar

Author:  Carey [ Fri May 19, 2006 10:27 am ]
Post subject:  Progress Bar

if you are loading a huge picture is there a way to put a progress bar that actually says 55% when the picture is 55% loaded instead of just putting an animation of a progress bar that goes for 10 seconds then displays the picture?

*edit* meaning is there somekind of funtion that returns the percent loaded or time remaining for an object?

Author:  Tony [ Fri May 19, 2006 11:49 am ]
Post subject: 

Not per individual image. Though if you're loading a number of images (or parts of a single one from separate files), you could update the progress bar in between files. So like "2 of 5 files loaded : 40%"


: