EthanB
22-05-2011 20:35:39
I wanted to know if it was possible to set the items of a ListBox different colors.
I tried doing
without success.
Thanks for the help,
Ethan
I tried doing
myListBox->addItem("test color", MyGUI::Colour( 255, 0, 0 ));
without success.
Thanks for the help,
Ethan