Сhild screen opening modes

Good afternoon!
I am using JMIX 1.5.0.
I need to open the child screens in dialog mode, but so that I can switch focus to the parent screen, but at the same time it was not clickable.
The standard modal and dialog modes are not suitable because the modal window completely obscures the main one and does not move across the screen, and opening in dialog mode makes the parent window available for other actions, which I would like to avoid.

Hi Alex,

Jmix does not provide this kind of opening mode for the dialog. You can manually modify the state of the components in the parent screen, making them read-only when the dialog is opened and editable when it is closed.

Regards,
Sergey.