TheOnlyOne 10 Posted May 9, 2020 Hi. This is the first time even when I use this lib. I have some kind of playlist of images in a TStringGrid. I want to generate the thumbnail for each visible row and show it. I want to do this only for the currently visible rows (10) not for the full list of rows/images (1000). This will create too much I/O activity. When the user scrolls the grid up/down, I want to generate the thumbnail for (now) current set of images/rows. So, obviously I have to somehow start 10 background tasks and when they are done, they have to return a bitmap back to the grid (VCL main thread). What would be the best approach for this? Which of the examples provided in the OTL comes closes to my need? Many many thanks. Share this post Link to post
SnowSonic 0 Posted May 18, 2020 This is my project. Try this. Auslogics.zip Share this post Link to post