This is a migrated thread and some comments may be shown as answers.

Auto popup. Touch keyboard question

3 Answers 437 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Czeshirecat
Top achievements
Rank 2
Iron
Iron
Czeshirecat asked on 18 Aug 2017, 11:11 AM

In regular winforms controls, where there's a touch screen, if a textbox gains focus then the touch keyboard doesn't automatically popup. However automatic popup works correctly on winforms VS RichTextbox control.

see the following stackoverflow forum thread

https://stackoverflow.com/questions/36179917/automatically-pop-up-tablet-touch-keyboard-on-winforms-input-focus/40259606

I only discovered the problem a couple of days ago as I usually use keyboards I've developed myself which are embedded in my windows. We've moved into the Chinese market with our product and because the Pinyin keyboard is so horribly complex we thought we'd opt to use Windows own touch keyboard despite not being able to host it nicely in the windows. Whilst researching and testing we discovered in horror that textboxes wouldn't support it.

My only option is switching out all textboxes and there's 100s of forms :( .

I've a 2nd problem in that I can't test on my development pc as it doesn't have a touch screen, the touch screen emulator came after vs2010. So I can't just throw one of your radtextboxes on  a form and try it out.

So my question is, if I globally switched out all the textboxes with RadTextBox or radtextboxcontrol, will they automatically pop up the touch keyboard? (We're updating our old app a form at a time with telerik controls)

thanks

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 21 Aug 2017, 10:24 AM
Hello Caire,

I have tested this on a touch device (Windows 10 in tablet mode) and I can confirm the behavior that you are describing. In this case, none of the simple text boxes will show the keyboard automatically. I have tested the solution provided in the thread as well and I can confirm that it is working as expected. I would suggest you use it in order to display the keyboard. 

I hope this will be useful. 

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Mark
Top achievements
Rank 2
answered on 02 Apr 2018, 08:42 PM

Hi, I have the same issue with the popup keyboard on the Windows surface.

Whigh of the solutions in the thread are you recommending ?

Thanks

Mark

0
Hristo
Telerik team
answered on 04 Apr 2018, 08:44 AM
Hello Mark,

I believe they are discussing starting the TabTip.exe process as suggested in the StackOverflow thread.

Let me know if you have other questions.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AutoCompleteBox
Asked by
Czeshirecat
Top achievements
Rank 2
Iron
Iron
Answers by
Dimitar
Telerik team
Mark
Top achievements
Rank 2
Hristo
Telerik team
Share this question
or