396 views
in GUI Development by
Hi,

   When i click to texteditor for touch screen virtual keyboard not showing.

texteditor is empty- i long press the key virtual keyboard is not showing

can you please share any other way to achieve these.

 

with reagrds,

Ramesh.g

1 Answer

0 votes
by
Hi Ramesh,

there can be multiple reasons why this is not working:

1. Its important to use the ExtendedVirtualKeyboard::TextEditor not the Texteditor from the Embedded Wizard templates

2. The TextEditor.OnEditStart is not connected with the Open slot at the keyboard. Make sure that at the inspector Keyboard.Open is set at OnEditStart

3. Make sure that you are using ExtendedVirtualKeyboard::KeyboardAnimated. Only there the move effect animation is implemented

Please check these points.

Regards,

Julian
by

Hi julian,

 

I have extended keyboard example code.here texteditor1 is  a null value

Now keyboard is not open.suppose I am creating touch screen with empty virtualkeyboard::texteditor how I resolve this issue.

If textediotor is empty examplecode also not working properly .how I se thistexteditor please guide me.

https://ask.embedded-wizard.de/?qa=blob&qa_blobid=8936747634599608654

 

with regards,

Ramesh.G

by
Hi Ramesh,

I understand now the problem. To solve this please initialize the variable caretIndex at class ExtendedVirtualKeyboard::TextEditor with the value -1.

Regards,

Julian
by
Hi julian

were i have to mention this.In  ExtendedVirtualKeyboard::TextEditor  inspectors ,caretIndex is not there.

single click virtual keyboard not apperaring.
by

Hi Ramesh,

it should be there, please have a look inside the class ExtendedVirtualKeyboard::TextEditor:

Regards,

Julian

by
Hi julian,

     now empty texteditor also virtualkeyboard is appearing now.

  but ,single blinkeffect -virtual keyboard is not open

when i long press only it will popup.
by
Hi Ramesh,

without this delay it would not be possible to scroll the texteditor with closed virtual keyboard.

If this is not a problem for you, you can set the EditDelay property inside ExtendedVirtualKeyboard::TextEditor to zero.

Than the keyboard will always opening immediately without waiting for a scroll action of the user.

Regards,

Julian
by
Hi julian,

Thank you somuch for your help.now single click virtual keyboard is open.

With Regards,

Ramesh.G

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

...