Radio Button ???

compvis

20-07-2009 09:28:42

Hi,

How can i get a control of radio button, such as:

MyGUI::RadioButtonPtr rd = MyGUI::Gui::getInstance().findWidget<MyGUI::RadioButton>("MyRadio");

compvis

20-07-2009 09:35:01

hi hi,

I have fixed by:

MyGUI::ButtonPtr rd = MyGUI::Gui::getInstance().findWidget<MyGUI::Button>("MyRadio");