235 views
in GUI Development by

Hi,


   I am workig in extended keyboard examples
   
   i have added value in TextKey47  but when i click CapsLockLeft button textkey47 value not showing 

 

https://ask.embedded-wizard.de/?qa=blob&qa_blobid=2291421719034715371
   
      textkey47.string ="English";
      can you please guide me to resolve this.

 

With Regards,

Ramesh.G

1 Answer

0 votes
by
Hi Ramesh,

when you press the capslock button, the string within the variable layoutShiftOn gets loaded and applies the text / keys on the key buttons. This will overwritte the string that you have set.

What you could do for example is to create a dedicated button class which is derived from ExtendedVirtualKeyboard::Button. Inside your new button class you can add then a text view with the string 'English'.

Regards,

Julian
by
Hi Julian,

Thanks for the update .It is working now.

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

...