1.1k views
in GUI Development by
I'm looking for some ready-to-use components for text editing and some kind of virutal keyboard. Is this available and how to handle the internationalization (keyboard-layout)?

1 Answer

0 votes
by
The Mosaic 2.0 class library contains a set of ready-to-use components to implement a text edit field, to use a virtual keyboard or to use a virtual numeric key input field.
Within your Embedded Wizard installation you will find the sample 'VirtualKeyboard'. It is located in the directory {UserDocumentFolder}\EmbeddedWizard\Examples_Mosaic20. This example demonstrates the implementation of a virtual keyboard component. Additionally, this implementation shows that the content of the single keys are loaded dynamically by assigning a complete "keyboard string". This means, every character of the string represents the content of the keyboard. Using this mechanism, the internationalization can be done by just exchanging the keyboard strings.
Additionally, within your Embedded Wizard installation you will find the sample \Examples_Mosaic20\Editor. This text editor sample demonstrates the implementation of a text edit box. You can insert the text directly by using the keyboard or by using the integrated virtual keyboard.

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

...