Transparent Images

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Transparent Images

Post by Thomas Klingler » Thu Jun 07, 2007 4:20 pm

I have a TimageList filled with 3 Icons hooked to a Tree.
From Code I add nodes like this:

Node:=tree.add('something');
Node.imagelistIndex:=1;

Unfortunately the images are rendered with their background and not transparent. What am I missing ?

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Sun Jun 10, 2007 11:47 am

weird, could you send me the source code example so I can see what might be going wrong?

Thanks,
Tom.

Post Reply