As we have requirement in our project
Hello,
When we do editing/typing through virtual keyboard or editable box that data need to be send immediately to device side
Virtual keyboard and the editable box are different approaches. In the first case you usually handle keyboard inputs via Key Press Handler. In the second case, you react to changes within the edit box. For example, the with Embedded Wizard provided Text Editor component template implements a property OnChange. You can connect a slot method to the property and it will be called when after pressing a key the content in the editor has changed.
If you need to relay each keyboard event to the target and you don't want to use the Key Press Handler nor the editing box, you have the possibility to override in your Application component the method DriveKeyboardHitting. This method serves as entry point for all keyboard events. This includes the events generated by the virtual keyboard.
Does it help you further?
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