on-screen-keyboard Questions
2
Solved
I want to start the new On-Screen-Keyboard (OSK) using code. You can find this one in the taskbar:
(if not there you find it by right clicking the taskbar).
I have already tried the regular:
S...
Oech asked 7/11, 2019 at 10:43
3
Solved
I am creating a windows application using C#, where in a button on the GUI when clicked, should display the on-screen keyboard.
Would appreciate if any help is granted. thanks.
Also, since I am m...
Sellingplater asked 10/1, 2012 at 8:7
7
Solved
90% of the time I am unable to launch osk.exe from a 32bit process on Win7 x64. Originally the code was just using:
Process.Launch("osk.exe");
Which won't work on x64 because of the directory vi...
Decaffeinate asked 28/5, 2010 at 13:19
10
I've got an EditText where I am setting the following property so that I can display the "done" button on the keyboard when the user clicks on the EditText:
editText.setImeOptions(EditorI...
Canica asked 5/1, 2010 at 5:31
2
I'm trying to embed the osk in a wpf window or a user control and I've found the code below and it's working for notepad but for tabtip.exe, it's saying that it doesn't have a graphical interface??...
Hamon asked 11/8, 2016 at 8:56
2
Is it possible in UWP to force it to open the On Screen Keyboard (osk.exe)?
For example, in C# it is possible using System.Diagnostics.Process.Start("osk.exe");
Doing the above in UWP results in ...
Theocracy asked 21/9, 2016 at 13:34
4
I try to react to the on-screen keyboard in our web applications. Unfortunately there are some things complicating this:
First of all, the application has to run equally on mobile platforms (table...
Overzealous asked 25/11, 2014 at 17:16
6
Solved
VS 2010
Developing 32-bit app that runs on 64-bit OS (Windows 7, Windows 8 - desktop app)
C#
.NET 4.0
WinForms
I have found many threads on launching the Windows on-screen keyboard (osk.exe) f...
Bellwether asked 21/3, 2013 at 17:58
1
Solved
If you focus a TextField the system overlays will accompany the onscreen keyboard despite calling SystemChrome.setEnabledSystemUIOverlays([]) before and immediately after the focus change happened....
Diaper asked 28/10, 2018 at 9:40
1
I have a list of EditTexts in an android layout. Each one is labeled with a TextView, so no hint is necessary in portrait mode, and a hint would even be redundant. However, in landscape mode, many ...
Gestate asked 19/7, 2016 at 20:21
2
Solved
I want to do a thing conceptually simple as this: For every control that accepts keyboard input(CEdit, CCombobox with Editable text, etc.), when the control is focused and enabled, make the On Scre...
Unbacked asked 4/1, 2013 at 13:13
5
Solved
I want to create a onscreen keyboard for a desktop application. The application will be built in Qt 5. I have couple of questions, please clarify them.
What is the replacement of QInputContext in ...
Incommutable asked 24/9, 2013 at 10:25
1
Solved
I am having trouble with InputProcessor only on my IOS build. This code works for Desktop and Android builds but not iOS.
Basically, I need to catch an event anytime the user types on the onscreen...
Turin asked 1/6, 2017 at 3:5
4
Solved
In an application I am using an onscreen keyboard(OSK) for when it is running on a tablet.
We've made a class called OSK which has a show and hide method.
When the user presses 'enter' on the onsc...
Squamous asked 5/7, 2013 at 8:36
3
Solved
I have defined keyboard events which is working good in desktop but for touch devices not getting the onscreen keyboard event. I need to capture if user is typing. I have used the following segment...
Convergent asked 30/3, 2012 at 10:2
2
We started creating a WPF touch application in Windows 8 and recently migrated to Windows 10. One feature we implemented is opening the Windows Keyboard when a TextBox receives focus. In Windows 8,...
Erfert asked 13/1, 2016 at 14:25
8
I'm writing a WPF application for a Windows 8 tablet. It's full windows 8 and not ARM/RT.
When the user enters a textbox I show the on screen keyboard using the following code:
System.Diagnostics...
Touchhole asked 13/6, 2013 at 14:56
1
Solved
I'm developing a game using Xamarin/Monogame and I need to open the keyboard on a mobile device when they click on my input control. I recognize that I can capture input using Keyboard.GetState() w...
Sapro asked 7/8, 2016 at 1:45
4
Solved
We're working on a desktop WPF app that runs on Windows 7 tablets and are adding some Surface Pro units with windows 8 to the mix.
We noticed immediately that the little keyboard icon no longer di...
Proselytism asked 26/3, 2013 at 20:24
4
Solved
I'm currently designing an image viewer that allows the user to input her e-mail and get the images digitally. The part that troubles me is getting the on-screen keyboard to close. I use this piece...
Langsyne asked 30/5, 2013 at 9:22
2
Solved
I have a ListView, it is under action bar and above an EditText.
See picture:
The list view items have random height according to its content.
When click list view item, I need to focus on EditT...
Willie asked 12/6, 2015 at 11:49
3
I am working on a WPF/C# application for completing forms. I am trying to find a way to determine if the TapTip keyboard (TabTip.exe / metro-like keyboard for windows 8 desktop) is minimized / not ...
Valerievalerio asked 2/1, 2014 at 21:31
2
I'm trying to create an OSX application which would be a replica of On Screen keyboard. Is it possible to insert some text into the cursor position of another active application? Thanks in advance!...
Thomsen asked 29/4, 2013 at 6:47
2
Solved
I'm building a web app for a touch screen computer which needs an on-screen keyboard and am attempting to use this excellent (or the least the only one I was able to find that wasn't terrible) keyb...
Joanniejoao asked 21/3, 2013 at 12:10
1
When creating an IME for Android you need to support the on screen keyboard (OSK) via overriding many of the InputMethodService methods such as onCreateInputView().
Is there a way to use the on s...
Aromatize asked 4/3, 2013 at 18:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.