The MindFusion Forums
Virtual Keyboard Components >> WPF >> loosing Text box blinking Cursor
https://mindfusion.eu/Forum/YaBB.pl?num=1558016725

Message started by Ashesh on May 16th, 2019 at 2:25pm

Title: loosing Text box blinking Cursor
Post by Ashesh on May 16th, 2019 at 2:25pm
Hi,

I am adding this virtual keyboard for wpf in textbox and having some issue, when i click the textbox it opens the virtual keyboard but it's loosing the blinking cursor on text box.

How can i make this blinking cursor apprea and still open the virtual keyboard.

Thank you

Title: Re: loosing Text box blinking Cursor
Post by Slavcho on May 16th, 2019 at 2:41pm
Hi,

Check the NumpadView and PopupKeyboard examples, they do this in popup window constructor -

[code]
ShowActivated = false;
ShowInTaskbar = false;

vKeyboard.PreventActivation = true;[/code]

Regards,
Slavcho
Mindfusion

The MindFusion Forums » Powered by YaBB 2.6.11!
YaBB Forum Software © 2000-2024. All Rights Reserved.