Hi,
I just switched to Delphi 2010 and still Aplhaskin v6.44.
Now I have trouble with this function:
CODE
for i := 0 to sAlphaImageList.Count – 1 do
begin
SizeOfIcon := sAlphaImageList.Items.ImgData.Size;
end;
With D2010 it fails.
sAlphaImageList.Count is 20.
But sAlphaImageList.Items.Count = 0???
I remember that this was working with D2009. Is there a way to fix this?
thx!
EDIT:
I found out if I add one Icon manually the sAlphaImageList.Items.Count will have the value 1.
When I add Icons in this way: sAlphaImageList.AddIcon(TempIcon);
the sAlphaImageList.Items.Count will not increase.
Also I tried the Eval Latest Beta version from 30.12.2009. Same problem.