309 views
in GUI Development by
Hi,

I currently have multiple screens where I have custom code in the "init" function of the screens.

Is it possible to completely reinitialize/redraw the screen that is active so that the "init" function is called again?

1 Answer

0 votes
by

Hello,

the method Init is the so-called constructor. It is called only once just in the moment when the respective class is instantiated. It is not possible to trigger it again. You should add your own methods for this purpose, implement there the code to update/reinitialize your screen and call the methods for each screen existing actually.

Best regards

Paul Banach

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

...