Tagged Questions
The on-screen-keyboard tag has no wiki summary.
5
votes
1answer
501 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 ...
4
votes
1answer
86 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 ...
2
votes
2answers
41 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
1answer
769 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 ...
2
votes
3answers
6k 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 ...
1
vote
1answer
134 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 ...
1
vote
2answers
361 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 ...
1
vote
2answers
1k views
How to enable On-Screen keyboard in samsung galaxy tab emulator in landscape mode?
I'm facing a problem with on-screen keyboard in 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 "sample ...
1
vote
1answer
47 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
1answer
260 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 ...
0
votes
3answers
164 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 ...
0
votes
1answer
157 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 ...
0
votes
1answer
459 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 ...
0
votes
1answer
118 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 ...