Webdialog Inside Another Webdialog

Hi, i have a webdialog inside another webdialog, all work perfect but the second webdialog not close when i call self.close inside a webbutton.

Is this a static or dynamic WebDialog? In the past I found a limit of 3 layers of static WebDialogs so I switched to calling the 3rd layer dynamically. I haven’t tried it in a very long time so something might have changed.

Otherwise, you can redesign your project so that that one of them is a webPage rather than dialog.

Thanks bob, i add the second webdialog to the webpage and not the first dialog, now is working…