leonardoaraujo.santos
30-08-2008 04:48:55
Hi guys I'm using the following code to display an Message box with MyGUI
My questions is how can I know that the "Ok" button has been pressed and then continue my tasks.... (The Idea is to wait the Ok button to be pressed)
Thanks
MyGUI::MessagePtr pGUIMsg = MyGUI::Message::createMessage(Ogre::String("Atencao"),Ogre::String("Conectando ao servidor"),true,MyGUI::Message::IconWarning | MyGUI::Message::Ok);
My questions is how can I know that the "Ok" button has been pressed and then continue my tasks.... (The Idea is to wait the Ok button to be pressed)
Thanks