510 views
in GUI Development by
Hi,

    I am working with virtual keyboard .

   I am not able to add $ key in Special char layout.can you please guide me to resolve this.

layout speical on variable default value :  "@#!..."

here $ was not accept.

1 Answer

0 votes
by

Hi Ramesh,

please have a look at the error message you get once you do this:

Error ExtendedVirtualKeyboard::KeyboardQWERTZ.layoutSpecialOn (1:2) : Missing macro name after the $ sign. The $ sign is a special prefix which is used to start a macro or a directive. The Embedded Wizard expects that the prefix is followed immediately by the name of the macro. To input the $ sign itself use $$ sign sequence. The preprocessor will replace $$ by a single $ sign without any macro nor directive evaluation.

Therefore to solve this add two $ at the layout string variable.

Regards,

Julian

by
Thank you.It is worked 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

...