[lazarus] TImageList.Add does not seem to work

2006-05-12 Thread Andreas Berger
I am porting an application from Delphi that depends heavily on images added at runtime to a TImageList. However, the Add method does not seem to work in Lazarus. Here is an example: normalImages := TImageList.Create(AOwner); normalImages.Height := 33; normalImages.Width := 33;

Re: [lazarus] TImageList.Add does not seem to work

2006-05-12 Thread Andreas Berger
Andreas Berger wrote: I am porting an application from Delphi that depends heavily on images added at runtime to a TImageList. However, the Add method does not seem to work in Lazarus. Here is an example: normalImages := TImageList.Create(AOwner); normalImages.Height := 33;