Lose focus

cengkarim

20-03-2013 18:10:10

Hi all,

I'm having a Combo box in my application, it behaves as follows, when the selection changes it invokes a callback that do some stuff. my problem is that the combo box keeps holding the focus, I used "MyGUI::InputManager::getInstance ( ).resetKeyFocusWidget ( ); And MyGUI::InputManager::getInstance ( ).resetMouseCaptureWidget ( );" but with no effect, any clues? I appreciate your help.