231 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

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

...