MyGUI::List and Text

drontng

06-06-2010 10:47:17

Hi. I'm tryiing to change a text color in MyGUI::List widget and Text size:


m_KillsList->setTextColour(MyGUI::Colour("#00CC00"));
m_KillsList->setFontHeight(5);


But it doesn't work. Text color is black as was withouth setTextColour() and Height is the same.

And also, I need to hide Background of List (I need to see only text on the screen). I have to use shutdownSkin() or something like that?

MyGUI version 3.0.1

my.name

07-06-2010 09:49:13

look at ListLine skin.