thanks to th3Dei from the delta3d forum

i post the solution here if someone is in the same situation

the problem is on :

Code:
listBoxItem->setSelectionBrushImage("WindowsLook", "MultiListSelectionBrush");



referring to wrong image
try this one, maybe work:
 
Code:

listBoxItem->setTextColours(CEGUI::colour(0.f, 0.f, 0.f));
listBoxItem->setSelectionColours(CEGUI::colour(50.f, 100.f, 180.f));
listBoxItem->setSelectionBrushImage("WindowsLook", "Background");





and thanks robert for your support !

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=35073#35073





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to