610 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 - 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

...