Hi,
I am trying to optimize my project screen to reduce the RAM usage. As a part of that, I had created multiple individual components (Dialogs, Widgets and templates) as shown below:
I had created each dialog with 914,360 dimensions and i am using "owner.switchtodialog" to display the dialog along with other components in main class as shown below:

As it is seen that the dialog is overlayed on other component at the left. I tried using bounds method to manually adjust the placement too in UpdateLayout method.
Can anyone point out the problem with this.