Board index » delphi » Add Run time images to TImageList
John Mertus
![]() Delphi Developer |
Mon, 25 Aug 2003 20:01:51 GMT
Add Run time images to TImageList
I need to build up a TImageList dynamically, the problem I am having is
that the transparancy does not seem to work. Put a TToolbar on top and create a button, Create an image list with one image and load that image, set the ttoolbutton item index = 0; Everything is displayed properly, now do procedure TForm1.Button2Click(Sender: TObject); What I think I have done is added the same bitmap to the image list and I cannot color the background the same as the button face because Thank -John_Mer...@Brown.EDU |