Questions tagged [on-screen-keyboard]

For programming questions about creating or using an on-screen keyboard (a virtual keyboard displayed on the screen), including osk.exe included with Windows.

256 questions
2
votes
1 answer

How to replace the Windows 7 Touch Keyboard?

I would like to write a custom on-screen keyboard that is supposed to replace the default Windows 7 Touch Keyboard that is part of the Tablet Input Panel (TIP), which appears on Tablet PCs when you tab on the little keyboard icon that appears when…
user65199
2
votes
3 answers

Open the 64 bits windows's virtual keyboard using a 32 bit JRE

I need to open the Windows's virtual keyboard from my application, which will be deployed using Eclipse RCP on the windows 32 bit platform (i.e. win32 JRE). Following the answers to the post open the Windows virtual keyboard in a Java program , the…
2
votes
1 answer

Controlling the windows 7 on screen keyboard position from code

My manager thinks he's seen other people "lock" the windows on screen keyboard to the bottom of their applications, effectively docking it with their window, and wants me to reproduce this. They're using vb6 and occasionally vb.net. I've done a good…
Sparky
  • 2,694
  • 3
  • 21
  • 31
2
votes
1 answer

How to make the Windows OSK open when a TextBox gets focus, instead of requiring users to tap a keyboard icon?

We are working on a WPF application in .NET 4 that will be used with a touch screen. We are trying to use the built-in Windows OSK for our input, and the last remaining issue is to get the keyboard to open up as soon as a text box gets focus. …
Valerie
  • 1,205
  • 12
  • 16
2
votes
3 answers

On-screen keyboard for Windows apps (C++/C#) with touch-screen capability

Going to make an applications wich will be used on a device without a physical keyboard Looking for best practices for touch-screen applications. Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices? Or…
Kb.
  • 7,240
  • 13
  • 56
  • 75
2
votes
2 answers

How can I bring keyboard to edit a field when a UIViewController is shown?

I want to show the keyboard just after a view controller is being pushed to start editing a specific UITextField. I believe that I should manually fire the event on the ViewDidAppear. Which is the proper way of doing such tasks?
Odys
  • 8,951
  • 10
  • 69
  • 111
2
votes
1 answer

ComboBox Suggestion Based On On-Screen Keyboard In .NET

I am developing an application in VB.NET, but the answer could be C#-based also. My problem is: I have a combobox for filtering some data and I am required to implement the search suggestions based on what was previously written (like the Google…
Gabriel Stancu
  • 940
  • 2
  • 13
  • 26
2
votes
1 answer

Terminal in XLIB Window Manager not receiving key presses from "OnBoard" on screen keyboard

Consider the following minimal window manager found online. It compiles and runs fine. #include #include #include int main() { Display *display; Window window; XEvent event; int s; /* open…
CygnusVis
  • 31
  • 2
2
votes
2 answers

LibGDX - TextField - TextInputListener

When you tap on a TextField in LibGDX, sometimes it can stay behind the onscreen-keyboard. You can't see what you are typing. I'm using TextInputListener to avoid this problem: textPassword.setOnscreenKeyboard(new TextField.OnscreenKeyboard() { …
Happy Man
  • 57
  • 5
2
votes
3 answers

Oracle Apex Onscreen Keyboard

I want to developed restaurant management system on Oracle Apex front-end like below screenshots taken from desktop applications which was developed on .net. I just want to show my developed numeric keyboard on screen and to prevent device keyboard…
2
votes
1 answer

IOS App Layout Constraint Errors when keyboard appears

I have built a simple hybrid app with a single view controller in which I have placed a single UIWebView which loads an embedded HTM5L/CSS/JS web app. Whenever my app is run and the web view requires user input, the on screen keyboard appears, the…
2
votes
1 answer

Does on screen keyboard of Windows 10 works with JavaFX TextFields?

I will be developing a JavaFX app for Windows 10. Does anyone know whether a JavaFX TextField on focus can trigger Windows 10 to show up its on screen keyboard? Your experience is much appreciated!
Chiggiddi
  • 542
  • 1
  • 8
  • 26
2
votes
1 answer

Creating a foreign language on-screen keyboard for CKEditor

I am using CKEditor as a rich text WYSIWYG Javascript editor. I would like to add an on-screen keyboard so that they can easily enter text from non-English alphabets. I was planning on finding a JavaScript on-screen keyboard and adding a custom…
Adam
  • 43,763
  • 16
  • 104
  • 144
2
votes
1 answer

oninput event for jquery onscreen keyboard

I have a textarea and I want something to happend, every time when the user types in something, now for that I have the following two lines of code which work: and
Tom
  • 2,545
  • 5
  • 31
  • 71
2
votes
0 answers

Control onscreen keyboard python

I have a touch screen application and am trying to launch an onscreen keyboard when the application needs input and close the keyboard to free up screen real estate. My code below will launch the keyboard, but when I try and terminate() the…
Greg klupar
  • 39
  • 1
  • 6