TTMSFNCImage LoadFromURL Failing to Load or is Partially Loading Some Images

Hi,

Can you provide a sample demonstrating this issue? Please note that when asynchronously loading the images, that potentially the refresh that is happening inside the LoadFromURL is not happening because it is on another thread. You need to synchronize updates with the main thread, so please call Synchronize(RepaintImage), and then the RepaintImage call simply calls TMSFNCImage1.Repaint;