timagelist Questions
1
Anyone experienced this problem? :
It appeared after Windows 10 update to build 1709.
After some system up time - a few hours -, bitmap loadings, imagelist item adding gets extremely slow. A 256x2...
Spann asked 20/2, 2018 at 10:57
3
Solved
I create and initialize the TImageList...
ImageList:=TImageList.Create(self);
ImageList.ShareImages:=true;
I get the system ImageList handle for small icons (16x16)...
ImageList.Handle:=SHGetFi...
Thorny asked 25/11, 2014 at 19:50
2
Solved
I want to load a picture (32 bit-depth, transparent) from a TImageList to an TImage. The standard approach would be ImageList.GetBitmap(Index, Image.Picture.Bitmap);. However the GetBitmap method d...
Manor asked 22/7, 2012 at 11:50
1
Solved
I have a Button which is linked to an ImageList. I change the ImageIndex over a OnClickEvent.
Now i got the problem that when i change the image with the OnClickEvent it changes, but if i move my ...
Dannie asked 5/6, 2013 at 11:29
1
Solved
I'm using Delphi XE2 Update 3. Update 4 is not compatible with some of our 3rd party components, so we haven't updated yet.
I use TImageList's in my applications. I've noticed that many times when...
Frasco asked 24/5, 2012 at 20:4
1
© 2022 - 2024 — McMap. All rights reserved.