Page 1 of 1

Problem with Combox

Posted: Sat Nov 13, 2004 10:05 am
by Vinetu
Hello all,

I have problem with Combox. First when I get it:

Code: Select all

gui::IGUIComboBox* StockBox = env->addComboBox(
		core::rect<s32>(10,420,60,440),0, 400);
	StockBox->addItem(L"Red");
        StockBox->addItem(L"Blue");
I don't know how to do that item "Red" or "Blue" will react when they are selected them.
So question will be how to do that items react when they are selected?

Sorry for my bad english I'm not native English speaker. I wish you understand my question.