[SOLVED] Raise Windows

nascent

10-02-2011 16:33:54

How do you move a window to the foreground as if the user had clicked on it?

I tried using InputManager::setKeyFocusWidget() but that didn't raise the window.

Altren

10-02-2011 18:11:39

MyGUI::LayerManager::getInstance().upLayerItem(mWidget);

nascent

10-02-2011 18:25:55

Perfect, thanks!