Hello,
I have a scenario where I have a bunch of modal dialogs launched from one to another. If it's easier to understand, they're setup dialogs that the user traverses through to launch a command in the device. Once the command is launched, a new dialog is shown to show the status of the command that was launched. Once this command is stopped by the user, ideally we would like to go back to the initial root screens from which the setup dialgos were launched. All dialogs are launched through BeginModal()'s and works great. I tried to do a EndModal() by specifying the z-order but that didn't work. What would be the recommended method to remove modal dialogs from the stack? Do I need to store the Core::Groups that I would like removed on a stack to be removed, maybe?
Thanks!