Hello,

Can I incrase the color-depth in "ImageList" (TreeView) to more the just 4
colors (2 Bits)???
I use a Bmp-file with 16 Colors but just 4 are displayed in the
"treeview-window".

##################
# Tree-View
##################
my $IL = new Win32::GUI::ImageList(16, 16, 0, 2, 10);
my $NODE                = $IL->Add("node_ms.bmp");
my $NODE_SEL            = $IL->Add("node_sel_ms.bmp");
my $NODE_MONO           = $IL->Add("node_mono.bmp");
my $MODUL_OK            = $IL->Add("ok.bmp");
my $MODUL_NOT_OK                = $IL->Add("not_ok.bmp");
my $result = $IL->BackColor(hex("00FF00"));

Greetings from germany

                Roger Straub


=======================================================================
EMail Internet
[EMAIL PROTECTED]
______________________________________________________________________
Paper Mail: Roger STRAUB   Dept. OEC
            c/o Siemens IUK
            Friedensplatz 3
            68165 Mannheim
Phone.....: +49 621 429-1917
FAX.......: +49 621 429-1899
======================================================================




Roger Straub IUK.vcf

Reply via email to