202 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

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

...