631 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...