When are all JobDone processes done?

pixelpop

Active Member
Licensed User
Longtime User
I am downloading a series of images and then, in a separate process, downloading the text that goes with each image to build a ListView. The issue is that I occasionally get an error when adding the bitmap and its text to the ListView because the bitmap has not completed downloading so that it can be added to the ListView. Is there a way to tell when all of the bitmap downloads submitted to the HttpJob process have been completed? I need this info so that all the bitmaps are available before I build the ListView.
 

pixelpop

Active Member
Licensed User
Longtime User
Thanks, Erel. Because the number of images downloaded is not known before hand, i needed to set a counter on the download side. But it works fine (so far). :)
 
Upvote 0
Top