On Mac OS behavior of Modal dialog box is not correct
-
When I tried to open the dialog box from another dialog box, an Observed child dialog box is behind the Main dialog(Parent Dialog).
I have set the parent to the child dialog also I have set the Modal as True still it is not working as expected.
The issue is coming only on the mac machines (Monterey), On windows, the same code works fine.
Can anyone please help/support me to solve this? -
Hi and welcome to devnet,
Do you mean you have a modal dialog called from a modal dialog ?
-
@SGaist No, Modal dialog(child dialog) is called from parent dialog (not modal)
-
Can you provide a minimal compilable example that shows this behaviour ?
-
Sorry, but I am unable to create a minimal compilable example for this problem. I will post if I could create one.