397 views
in GUI Development by
When I try Core::KeyCode.AlphaOrDigitKeys as key filter, it will accept only English letters and numbers. I want to accept letters of any language and numbers. Please help me on the same.

1 Answer

0 votes
by

Hello Thanseer,

the value Core::KeyCode.AlphaOrDigitKeys as key filter represents the alpha-numeric signs = Latin and Arabic characters representing the numbers 0 - 9, the letters A - Z (both uppercase and lowercase). To receive any characters configure the filter with the value Core::KeyCode.CharacterKeys. See also Core::KeyCode.

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

...