Hi,
I have a table widget with images being downloaded using network.request and displayed as they arrive, which works fine.
But, on a slow network and while scrolling fast, sometimes these async callbacks return image info after the row has scrolled past the screen and into oblivion. It then shows error that the row (display group) is missing upon image creation.
Is there a way to detect if the row still exist before trying to create the row image?
Thank in advance!
Anaqim