InteractionDialog is suitable for me when I have BrowserComponents in the layout, because it is not blocking the BC itself.
It is a special dialog because I have to pass top, bottom, left, right parameters but I would like to reproduce the common behaviour of a dialog.
I used to create dialogs with containers and the size was automatically established, and the position was centered.
How can I have this behaviour in a simple way?
Thanks in advance