Also ich habe das Gefühl, es hat mit irgendwas anderes zu tun hier ...
habe im hautpthread jetzt ein lock eingebaut, das gewartet wird, bis das bild da ist ...
Delphi-Quellcode:
finally
LeaveCriticalSection(imgLoader.fCS);
// Hauptthread blockieren, bis image geladen ist
sleep(100);
EnterCriticalSection(imgLoader.fCS);
LeaveCriticalSection(imgLoader.fCS);
trCheckLoadImage.Interval := 2000;
trCheckLoadImage.Enabled := TRUE;
end;
und es funktioniert auch nicht?