I use Delphi XE2+ImageEn 5.0.5 and have problem with execution time of the method Acquire. Users are unhappy. Execution takes 10 to 40 seconds.
quote:
begin FillIn;
ImageListIO.Acquire; // 10-40 seconds
if ImageListView.ImageCount = 0 then Exit; ImageListView.SelectedImage:=0; ImageListViewImageSelect(self, 0); end;
|