Transparent Images
Posted: 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 ?
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 ?