TsAlphaImageList misbehaves when used with bmp-files Root › Technical support › Troubleshooting This topic has 5 replies, 2 voices, and was last updated 10 years, 5 months ago by ralfiii. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 14, 2014 at 1:17 pm #36141 ralfiiiParticipant Title says it all: I load bmp-files and png-files into a TsAlphaImageList. 1st bug: The clear method seems not to delete the bmp files 2nd bug: bmp-images are overwritten by subsequently added png files Demo-app attached Tested with most recent AC version (9.03beta) Ralf May 21, 2014 at 12:54 pm #51938 SupportKeymaster Hello Ralf Try to use the imgList.LoadFromFile method without creating of the TPNGGraphic This procedure made specially for these purposes. I see a problem with loading of Bmp by this procedure, this issue will be solved soon. May 21, 2014 at 1:16 pm #51939 ralfiiiParticipant This makes the code for loading the png images a lot smaller, but I can't load a .bmp file this way. I get this error: Cannot load Unknown_small.bmp Invalid or unexpected image format. Help… May 21, 2014 at 1:23 pm #51941 SupportKeymaster This issue is solved, I have sent patched file to you by email. May 21, 2014 at 1:59 pm #51942 ralfiiiParticipant Super, thanks. But: The clear method doesn't work yet. The loaded images stay in the imagelist when calling “Clear”. If you press the button in the demo more often you'll see… May 26, 2014 at 7:33 am #51949 ralfiiiParticipant I just received the we sources, now it works. Thanks a lot! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting