Page 1 of 1

How can I change the font color of a ComboDropList?

Posted: Sat Oct 21, 2006 19:23
by h3x0g3n
The question is easy...
How can I change the font color of a ComboDropList?
... but I can't find the solution!

I'm using CEGUI Version 0.4.x and the WindowsLook.scheme and would be very pleased if anybody could help me!

Posted: Sat Oct 21, 2006 21:37
by CrazyEddie
Hi,

The colour is set on a per-item basis via the ListboxTextItem::setTextColours call.

HTH

CE.

Posted: Sun Oct 22, 2006 13:38
by h3x0g3n
Oh man, sometimes the fix is very easy and I think too difficult ;-)
Thanks for your help