556 views
in GUI Development by
Hi,

    I have made changes in re-init function.i have called method from re init function it is not triggered. i have mentioned example code in below

 

example code of re init function:

ChangeLabelsize();   //this functin is not called at runtime
Gender_Male.txtRight.String=Application::Female;
Gender_Male.txtLeft.String= Application::Male;

can you please guide me to resolve this.

 

with regards,

Ramesh.G

1 Answer

0 votes
by

Hello Ramesh,

The ReInit() method is invoked automatically when the language is changed. You can verify it by adding trace "$path"; to the method.

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

...