39 views
in GUI Development by

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.

 

Please log in or register to answer this question.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...