On-Screen Keyboard displays a visual keyboard with all the standard keys.

learn more… | top users | synonyms

0
votes
0answers
22 views

Upside-down Windows OSK and Webbrowser

At my internship was requested that I'd look into utilizing the Windows OSK (win 7/8) for a touch dual browser. After my experiences with the WPF webbrowser and extended research, I doubt this'll ...
0
votes
0answers
39 views

Anroid keyboard hidden after animation

I'm currently making an android application, where I have a title screen show up on startup. Once something has finished loading, it then transitions to the main screen. However after the transition ...
0
votes
1answer
97 views

How to communicate with other software from my onscreen keyboard?

I need to make a C# or Java application somewhat like "windows onscreen keyboard". I am not sure how to fill the alphabets into other applications on clicking buttons on my form. How do I communicate ...
3
votes
1answer
344 views

Windows 8 Desktop App: Open tabtip.exe to secondary keyboard (for numeric textbox)

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 ...
2
votes
3answers
1k views

How to Use Windows On Screen Keyboard in C# WinForms

VS 2010 Developing 32-bit App that runs on 64-bit OS (Win7, Win8 - desktop app) C# .NET 4.0 WinForms I have found many threads on launching the Windows on-screen keyboard (osk.exe) from an ...
1
vote
1answer
255 views

Update AngularJS models from a jQuery plugin with a “on change” callback

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) ...
8
votes
1answer
258 views

Android Custom IME use default on screen keyboard

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 ...
0
votes
1answer
160 views

XAML TextBox inside Popup gets hidden by on screen keyboard

In my metro application, I have a page full of TextBoxes that are laid out vertically inside a StackPanel. Normally, when the user clicks one of the bottom textboxes, the page automatically scrolls ...
0
votes
1answer
935 views

Is it possible in c# to show, hide, and manipulate the Windows 8 on-screen keyboard?

I am making a WPF application that is to be used on a kiosk with no hardware keyboard. Currently we are using a third party on-screen keyboard, but the Windows 8 version is a lot better and we are ...
0
votes
1answer
199 views

Windows Tablet on-screen keyboard covers most of share target window

I'm writing a Windows Store App. It is a share target that allows the user to update product photos that are used in the main application. When the user shares a photo from another app, and chooses ...
1
vote
1answer
381 views

MFC on screen keyboard when focusing editable control

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 Screen ...
5
votes
2answers
473 views

C# how to disable on-screen keyboard sound in windows xp/7

I have a C# application running on windows xp/7 where I'm using onscreen keyboard. When the sound is enabled there is a delay which causes problems. I would like to disable the sound. How can I ...
0
votes
1answer
225 views

jqMobi: screen resizes when on-screen keyboard opens

Trying to debug a jqMobi app in a Safari browser on an iPhone 4 (IOS6). When I touch in a text input field, the on-screen keyboard appears, and the screen behind it zooms in so that the text input ...
0
votes
1answer
431 views

Adding buttons to the Windows 8 on-screen keyboard

The Microsoft 'stocks' app has a row of buttons that are displayed at the top of the keyboard when you search for stocks: (See the buttons just above the keyboard) Is there a way to add these in ...
0
votes
0answers
176 views

How do I keep the onscreen keyboard on screen in Windows 8

I'm developing an app, and when a keyboard is connected, I don't want the keyboard to appear. However, when not connected, I want the UI to keep the keyboard on screen the entire time. Then hide it ...
0
votes
0answers
100 views

Best practice for showing layout with on screen keyboard in kiosk applications

I'm build kiosk application and I want to know what is the best practice for showing layout when on-screen keyboard is visible, for example in iPhone it show the keyboard and zoom to the field that ...
0
votes
1answer
82 views

Block Soft Panel Input language switch

How to make the on-screen keyboard use only English, even if the settings are selected some other languages ​​besides English?
4
votes
1answer
408 views

Getting input from the onscreen Keyboard using libgdx

I am trying to write a game and if they do something it will start up the onscreen keyboard. Then, if they touch a few keys the game will change scenes to a bonus level. I am currently using ...
1
vote
1answer
67 views

How does one catch the onsize event (or equal) for android

I'm attempting to react to a size change in my app. Or more specifically I'm trying to figure out when the keyboard shows up. I've tried @Override ... onSizeChanged() of the main windows (a ...
0
votes
0answers
156 views

Traverse On Screen Keyboard via D-Pad buttons?

Situation: I have android device with IR remote having d-pad buttons in it. The device don't have any hardware keyboards other than this remote. Problem: Application for this device need to get ...
1
vote
1answer
137 views

How do I resize my view to duck the iPad's keyboard?

I'm presenting a view in a modal form sheet. It works, but the keyboard blocks the lower half of the screen in landscape (and a small portion of the screen in portrait). How do I compensate for the ...
0
votes
1answer
350 views

Custom built On Screen Keyboard in Adobe AIR for oAuth authentication

I am in the process of building a touch screen photobooth where users will take pictures, add graphics, etc in Adobe AIR. At the end of the process, they will get to email themselves the picture, ...
1
vote
5answers
1k views

How to implement a Java Swing application to Touch Screen

We have built a Point of Sale system and now we require to implement it to Touch screens? Do we need to change any code in turn to allow this to work. And we are using the Keyboard to enter values - ...
0
votes
1answer
99 views

sending input in java as if a button was pressed

I am trying to make a program that if you would press a button, it would send a message to the computer as if a button on the keyboard was pressed, kinda like the on screen keyboard the pc has, or ...
0
votes
3answers
199 views

Remove decimal point from on-screen keyboard

According to this document, numeric keypad on Windows Phone OS 7.1 is ought to have "." - decimal point. Is there a way to remove the decimal point from keyboard, leaving only numbers and Backspace ...
1
vote
1answer
275 views

How to trigger the On-Screen-Keyboard in Windows 7 by clicking on an input?

Well, I'd like to show up the On-Screen-Keyboard when the user clicks onto any control which needs a text-input. System-wide. The reason: I am using a touchscreen for some projects I've been working ...
5
votes
1answer
2k views

How to capture the onscreen keyboard 'keydown' and 'keyup' events for touch devices

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 of ...
3
votes
1answer
524 views

Why can't I scroll all the way to the bottom when onscreen keyboard is active

I have a bunch of controls in a collection of stackpanels that is contained in a grid. The grid is pretty long and runs off the page so I have put it in to a scrollviewer. Everything works perfectly ...
0
votes
0answers
275 views

How to suppress iPad's Previous/next buttons from on screen keyboard in PhoneGap

I am using PhoneGap to make an iPad app. When the user has an external keyboard and types in a field, most the on screen keyboard stays hidden. There are no key caps visible but the band at the top of ...
2
votes
1answer
975 views

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 ...
2
votes
1answer
1k views

Java - invoke on-screen keyboard

The application I am working on will run on Windows 7. It will be used to input some information via touchscreen. I need to have an on-screen keyboard popup whenever user is prompted for information. ...
0
votes
2answers
2k views

How can I force the Onscreen keyboard to appear before user-login to Windows 7? [closed]

I want to setup a PC running Win7 x86 without a physical keyboard or mouse, but using a touchscreen instead. So I need a onscreen keyboard (osk.exe) running in order to enter a password for user ...
0
votes
2answers
652 views

Enable Windows 7 Soft Keyboard only for Logon Screen

I have developed my own Softkeyboard that I user for programs running on Windows 7 in a touch-only environment. However, for User-Logon I'd like to use the Microsoft Onscreen Keyboard. Is it possible ...
6
votes
1answer
2k views

Calling the on-screen keyboard using a button in C#

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 ...
1
vote
1answer
528 views

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 ...
2
votes
3answers
3k views

How to run those Android SDK example applications?

I have 64-bit Windows 7 Professional, Android SDK and ADT Plugin for Eclipse. In the examples directory of Android SDK there are at least three different directories for SoftKeyboard. Which one should ...
2
votes
2answers
64 views

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 ...
2
votes
2answers
2k views

Android: When the on-screen keyboard appears and disappears, are there any listeners that are automatically called?

I was wondering if there is any way to be notified automatically by android when the on-screen keyboard is shown and when it disappears. For example when we click on a edittext, the ime appears. Will ...
5
votes
1answer
1k views

Show up the On Screen keyboard if the user sets the focus on a textfield. WPF with .Net 4 Client profile

For my full screen WPF application, I need to show up the Windows 7 onscreen keyboard, if a user sets the focus on a textfield. There's no hard keyboard for the panel, just a mouse device to interact ...
0
votes
1answer
326 views

ipad onscreen keyboard origin

hi all i want to know what exactly origin of onscreen keyboard on ipad is it dynamically change depend on the language we use, or not? i try to get this value to make a frame for UITextview in my ...
1
vote
2answers
5k views

How to enable On-Screen keyboard in samsung galaxy tab emulator in landscape mode?

I'm facing a problem with the on-screen keyboard in the Samsung Galaxy tab emulator. The on-screen keyboard doesn't show up in landscape mode though it started showing in portrait mode after I enabled ...
1
vote
1answer
71 views

How to react event when window user enter focus into an input area?

I'm going to implementing an On Screen Keyboard for Window which requires the OSK app to show when an user enter an input area. For example, when a user open notepad.exe and start clicking on it, my ...
1
vote
2answers
738 views

How can i move cursor in on-screen keyboard with external keyboard?

I am new in Android and i am working to make an on-screen keyboard which can be visitable via arrow(direction) keys of my external keyboard. I mean i wanna move left, right, up and down in the ...
2
votes
1answer
478 views

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 ...
2
votes
1answer
982 views

Trouble with onscreen keyboard orientation in iPhone OpenGL ES application

I need to take keyboard input in my OpenGL ES application, so I just created a hidden UITextField and added it as a subview to the main window along with the view that presents my content. I use the ...
0
votes
1answer
198 views

Are physical and programmatic keypresses handled differently by either .NET or the OS

Firstly some background information... I have a C# .NET application that runs on a slate pc i.e. no physical keyboard. We are using the on-screen keyboard built into Windows XP Tablet edition to ...
2
votes
3answers
9k views

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 ...