Colored text in lists

klumhru

07-08-2008 12:32:41

Is there a way to make list items of different colors? If not, is there a possibility to add this functionality, including different colors for different column items?

Altren

07-08-2008 13:04:02

Colouring list items is same as colouring any text in any MyGUI element.
list->addItem("#FF0000Red line");
list->addItem("#00FF00Green line");
list->addItem("#FF0000Colored #00FF00line");

klumhru

08-08-2008 13:04:55

hey thanks!

Another question on the multilist. Is there a way to store a pointer to a string within a subitem?

my.name

09-08-2008 12:25:08

Doubtful reception of programming