Game Development Community

PopDialog() not removing GUI

by Andre Lind · in Torque Game Builder · 04/14/2007 (9:57 am) · 0 replies

Hi!

I can't get Canvas.popDialog(MyGui); to remove my Gui...
MyGui::onDialogPop() is never called and the dialog is still up :(

I've attached the GUI to a t2dSceneObject but even if I detach it before calling popDialog it just won't disappear...

Any suggestions to what I'm doing wrong here?