Hello
I have small problem, i am downloading images from server and use paster to display them.
all works ok but if i download 100 of images normaly it takes some time to download all the way to the last one.
Now mine problem is how to determine when is the last image downloaded and job is done?
I want to add loading gif that gets destroyed on finish.
If i set mine action simply in the next event it is executed instantly even though download is still in progres.
thanx!