Mashiane Expert Licensed User Longtime User Mar 16, 2017 #1 Hi there Is there a way for the ImageDownloader to default to an image in the device if it was not able to find the one specified in the url? Thanks
Hi there Is there a way for the ImageDownloader to default to an image in the device if it was not able to find the one specified in the url? Thanks
DonManfred Expert Licensed User Longtime User Mar 16, 2017 #2 You just need to extend the JobDone sub a bit.... Check for Success in JobDone If not success then show a dummy-image instead of using Job.GetBitmap Upvote 0
You just need to extend the JobDone sub a bit.... Check for Success in JobDone If not success then show a dummy-image instead of using Job.GetBitmap