colored treeview text?
BlitzMax Forums/MaxGUI Module/colored treeview text?| 
 | ||
| is it possible to change the color of the treeview node text? I tried with setgadgetcolor and setgadgettextcolor but to no avail also the icon parameter for addtreeviewnode accepts an Int instead of a pixmap...why? | 
| 
 | ||
| For icons with a TreeView gadget, you have to set an iconstrip using SetGadgetIconStrip. You then specify the index of the icon you want to use in AddTreeViewNode. | 
| 
 | ||
| oh yeah I got it now thanks |