i tried to make combo box text area not transparent with this code:
video::SColor col = guienv->getSkin()->getColor((gui::EGUI_DEFAULT_COLOR)EGDC_HIGH_LIGHT_TEXT);
col.setAlpha(0);
guienv->getSkin()->setColor((gui::EGUI_DEFAULT_COLOR)EGDC_HIGH_LIGHT_TEXT, col);
but it is not working. any ideas.
i also tried to change skin color to something more darker but no success too.
and just one more question,how to use EGUI_SKIN_TYPE?
there are to types,windows standard and windows black.how to set windows black skin type?
thanx.