Question
Close specific Dialog
Hi everyone,
I meet a problem with multiple dialog.
Currently, i have 2 or 3 dialogs which opened at the same time.
But i dont know how to close exactly one given dialog.
To get a dialog window, i just know function dialogMgr->GetFrontmostDialogWindow() to get the dialog which opened last.
Does anyone know how to get a dialog by its WidgetID or something like that?
Thanks