723 views
in GUI Development by
Hi,

    I am working with virtual keyboard .
    Symbolbutton only accept 3 char but i want to add ".?123"

   I am not able to add .?123 in Alphbet layout.can you please guide me to resolve this.

layout speical on variable default value  is:  "... .?123".

With Regards,

Ramesh.G

1 Answer

0 votes
by

Hi Ramesh,

you can adopt this at ExtendedVirtualKeyboard::KeyboardQWERTZ inside loadLayoutFromString():

// Each symbol button gets three characters assigned from the layout string e.g. ABC or 123
var int32 i;
for (i = 0; i < 3; i = i + 1)
...

Change the number 3 to the number of characters you like.

Regards,

Julian

by
Thanks Julian.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

...