[Solved] How to highlight selected items in a ListBox
Posted: Thu May 03, 2007 11:47
Hi all,
I'm trying to use ListBox with an IrrlichtRenderer.
My problem is very simple : the events seem not to be used on my ListBox. Basically, clics on the ListBox should highlight the selected item but they don't.
My events are correctly injected into CEGUI because I can trigger pushbuttons, checkboxes, comboboxes, ItemListBoxes ... but not ListBox. Is there something special I should do to highlight the selected items on clicks ? All the options are set to default, so ... what to do ?
Edit: Solved
I'm trying to use ListBox with an IrrlichtRenderer.
My problem is very simple : the events seem not to be used on my ListBox. Basically, clics on the ListBox should highlight the selected item but they don't.
My events are correctly injected into CEGUI because I can trigger pushbuttons, checkboxes, comboboxes, ItemListBoxes ... but not ListBox. Is there something special I should do to highlight the selected items on clicks ? All the options are set to default, so ... what to do ?
Edit: Solved