iconstrip issues

BlitzPlus Forums/BlitzPlus Programming/iconstrip issues

Senzak(Posted 2007) [#1]
ok.... i am trying to make a program that uses an iconstrip with a treeview, the only problem is that when i display the icons on the treeview, it seems to mask the color 0,81,0 , does anyone know why this is and/or how to fix it?

thanks


Andres(Posted 2007) [#2]
Never used icons on a treeview, but you can try changeing all 0,81,0 to 0,80,0 or something.


Senzak(Posted 2007) [#3]
Yeah but that would require me to go through each image pixel by pixel.


Andres(Posted 2007) [#4]
it's a faster solution than asking from forum :) It only requires mostly couple of kilobytes of code.


Senzak(Posted 2007) [#5]
Ok, I have discovered the problem, while looking at the help files for Toolbar gadgets, I noticed that it said that the color in the absolute upper-left corner is masked on the image, knowing that Toolbars are similar to Iconstrips, I assumed this could be true for Iconstrips too, so, I changed that color, and now it works :)