Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic loosing Text box blinking Cursor (Read 2151 times)
Ashesh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: May 16th, 2019
loosing Text box blinking Cursor
May 16th, 2019 at 2:25pm
Print Post  
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
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: loosing Text box blinking Cursor
Reply #1 - May 16th, 2019 at 2:41pm
Print Post  
Hi,

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

Code
Select All
ShowActivated = false;
ShowInTaskbar = false;

vKeyboard.PreventActivation = true; 



Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint