The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

How to enable the screen keyboard on a Windows 7 tablet using VBA

Is there a simple way to enable/display the keyboard on a tablet when a text box is in focus (GotFocus event) using VBA in Access? Using Windows 7 and Office 2010. Thanks!
1
vote
0answers
105 views

How to create custom keyboard shortcut using native android soft keyboard

I am Trying to create an application which will implement a shortcut in soft android keyboard for example if i have saved in my application (a pattern) that on double pressing the '@' symbol on the ...
0
votes
1answer
83 views

Need to remove focus from edit text when user hides soft keyboard

I have an issue with my app where the user cannot click back into a text box after minimising the soft keyboard. Users often miss spell search words and are unable to click back into a edit text box ...
0
votes
0answers
180 views

WP7 XNA Guide.BeginShowKeyboardInput always returns null the first time each time the game starts

So I'm trying to get input from the user when the game ends so that I can store their name along with their high score on the leaderboard however without fail so far the fist time that I catch the ...
1
vote
1answer
131 views

Dvorak SIP is not shown in some devices like Pidion

I have built and deployed Dvorak SIP sample from C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\ATL\dvoraksip location. The sample successfully deploys and registers and when I click on ...
0
votes
1answer
39 views

In WP, how can I maintain visible the caret position cursor, without showing the softkeyboard?

Its a very unusual question, but I'm in need of this feature. In Windows Phone, how can I maintain visible the caret position cursor of a given TextBox, without showing the softkeyboard (virtual ...
0
votes
1answer
154 views

Trouble with listener/event when the softKeyboard is up on iOS via Adobe Air

I am making an application for iOS and eventually Android with Adobe Air. It's a crossword puzzle. Many crossword puzzles apps/games have this feature where you can tap a letter square and the ...
1
vote
1answer
336 views

How to change the keyboard in Phonegap iOS

I have making a phonegap app which have text fields in it. Problem:- I want to remove the Done button from the keyboard or I want a Event listener of done button. Ether of the things will work for ...
1
vote
0answers
91 views

Can't stop DatePicker moving due to soft keyboard?

I have a DatePicker and upon entering my activity the soft keyboard appears. When it opens, it shifts everything upwards, which causes a button and the calender to overlap. I've looked around and ...
0
votes
3answers
209 views

Error when create soft keyboard in android

Thit is my resource file res/layout/input.xml. My.application - name of my android program <my.application.android.inputmethodservice.KeyboardView ...
0
votes
1answer
62 views

SIP keyboard sometimes does not show up?

I have a TextBox in my Windows Phone 7 page. When I touch on it, some times the SIP keyboard doesnot show up. I encounter this on my C900 phone. Don't know if this is a problem with WP7, or just my ...
0
votes
0answers
28 views

How can I build-in an activity in the own soft keyboard?

I have own soft keyboard: And Main Activity - dictionary: Can i embded my Main Activity into soft Keyboard, like this: In the event handler "On Start" next code: Intent intent = new ...
0
votes
1answer
162 views

How programmatically switch to default softkeyboard

I have multiple keyboards on my device, how can I switch between the different keyboards programmatically? (I don't want to simply open or close the soft keyboard as in: android - show soft ...
1
vote
1answer
443 views

Soft Keyboard + Hard keyboard at same time in webview

I am creating an webview and I need to force the softkeyboard when any input is focused in the webpage. I have tried many things that I found and nothing seems to work. I have tried: 1) ...
3
votes
0answers
377 views

Developing android soft keyboard: sample doesn't implement change of form fields correctly

I tried the soft keyboard from scratch and I found an issue when I press the Next button. It works as expected on other keyboards, so I think maybe it’s something that they didn’t think about when ...
1
vote
0answers
222 views

iOS Phonegap change softkeyboard return key

I want to change the 'return' key of phonegap iOS app. I googled and found it is possible using native code link. But how can I do same for phonegap application?
0
votes
0answers
162 views

Why softkeyboard overlapping edittext in listview in ice cream sandwhich?

I am using Galaxy tab2. I have edittext in Listview in my application. When i entering some text in edittext the soft keyboard overlap the edittext where i am entering. But in emulator or device which ...
1
vote
1answer
208 views

softkeyboard overlay

Does anyone know how to add an overlay panel/layout over a keyboard. I've trying several ways using the Sample softkeyboard without much success. Have been reading and trying to apply these: -Overlay ...
0
votes
0answers
61 views

Softkeyboard not shown after return to activity by pressing HomeButton

I have one activity in that am displaying softkeyboard below an alert dialog, the problem is When i go back to home screen by pressing home button then again i will launch activity by long pressing ...
2
votes
1answer
188 views

hiding soft keypad issue

I have a gridview which contains edittexts on the activity and below that there is a custom keypad as you can see in below code I added buttons to enter digits. But the problem is soft keypad is ...
0
votes
1answer
454 views

Getting .focus() jquery on an input field to automatically display soft keyboard on mobile devices

I've looked at a few tutorials around this topic and seems nearly impossible to use javascript /jquery to get the keyboard to display as soon as a user lans on the page. so far i have: <textarea ...
0
votes
1answer
218 views

Flex Mobile TextInputSkin for with prompt and Differant Softkeyboards

i am developing Flex mobile application, in which i faces issue related to TextInputSkin, i have applied prompt for all textinput and different Sofykeyboard (number,email,contact etc...). i grouped ...
9
votes
1answer
159 views

Way to hide softkeypad provided not effecting the features of the edittext in android

I have hided soft keypad because I have custom keypad on the app. When the edittext is clicked, soft keypad shouldn't pop up. So, I have tried so many ways from the sources, but nothing worked except ...
0
votes
0answers
104 views

How to check if the iOS keyboard closed in a webapp

I work on webapp where some state should be changed when the user open/close keyboard. At the moment I check this by listen to the blur event of the input field. But there are some cases where the ...
1
vote
0answers
226 views

How to write a text box control on C++/CX for Windows Metro Style application?

I need to write a text box control for Metro Style app. And I need that this text box can invokes a touch keyboard, when my app runs on tablet PC. Microsoft advices me: If you are writing a ...
0
votes
0answers
169 views

Android onKeyListener, focus, softkeyboard keep on screen

So I have two edittexts... When I tap on first, screen show's up and when I click on NEXT it gives focus to the second edit text but hids the soft keyboard... why? How can I stop this? Here is the ...
0
votes
2answers
1k views

android soft keyboard covers editText in landscape

I have the following layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
0answers
274 views

Flex 4.6 using spark mobile StageTextInputSkin as opposed to spark TextInputSkin

I am fairly new to Flex, but I am an experienced PHP Programmer and learn quick. I learned that the TextInput fields in my mobile project use the StageTextInputSkin skin by default. As I was debugging ...
2
votes
3answers
1k views

Hide soft keyboard after dialog dismiss

I want to hide soft keyboard after AlertDialog dismiss, but it's still visible. Here is my code: alert = new AlertDialog.Builder(MyActivity.this); imm = ...
0
votes
0answers
147 views

Change to number and symbol keyboard but keep spellcheck in WP7 SIP InputScope

I have a Windows Phone 7 app that creates an inventory-like list. Currently I'm setting InputScope to Text, but as most list items will start with a number, I'd like the software input panel (SIP) to ...
1
vote
3answers
777 views

how to click done button of soft keyboard using robotium?

I need to enter some text in an edit text text and after that have to click on the done button of the soft keyboard. For this I have used the below code solo.sendKey(Solo.ENTER); and ...
1
vote
1answer
619 views

Android layout got messed up when soft keyboard is shown

My layout is getting messed up when the keyboard is shown. Here is my android manifest: <?xml version="1.0" encoding="utf-8"?> <manifest ...
0
votes
0answers
241 views

Issues extending KeyboardView in Android

I want to implement a keyboard that has some special rules not supported by Keyboard and KeyboardView (for example I want to show two values/labels/numbers in some of the keys, do custom processing on ...
12
votes
4answers
1k views

Phonegap: completely removing the black bar from the iPhone keyboard

We're using Phonegap to develop our mobile app, and we borrowed code from here to remove the black next/prev/done bar from the keyboard: http://stackoverflow.com/a/9276023/35364 What that code does ...
0
votes
0answers
297 views

Cannot get numberic soft keyboard in flex 4.6 for playbook

I cannot get the numeric softkeybard to activate for a textinput component in my Flex 4.6 mobile application for a BB Playbook. Here is what I have done (along with many other configurations): My ...
8
votes
3answers
667 views

Scrollviewer & SIP Issue (WP7.5 Mango)

I am working on an application which includes a registration form. The form contains multiple text entry boxes, and so a ScrollViewer is used to allow them all to be displayed on one page. The ...
1
vote
0answers
627 views

Screen does not pan for soft keyboard in flex mobile app

I have created a flex mobile app that uses softKeyboardBehavior "pan" which was working great up until now. I noticed that on Android devices, the soft keyboard pans the screen up just fine in most ...
2
votes
0answers
318 views

Getting a grip on iOS and Android soft keyboard from HTML or Javascript

In brief: Is there any way to get the 'Go' button in the iOS and Android softkeyboard to trigger a submit event that has been defined with Javascript (jQueryMobile) and that is not represented as the ...
1
vote
0answers
484 views

exit ios application in air

I am unable to find a way out to exit/close a flex application developed in air 3.2 for ios Also i am unable to raise softkeyoard using requestSoftKeyboard() method as its not there for ios , so is ...
0
votes
1answer
316 views

Soft keyboard causes view to bounce in flex mobile app

Have a flex mobile app with a couple of text inputs set up in a login form. When the soft keyboard appears the view pans up but then "un-pans" and "re-pans" giving this strange bounce effect. Does ...
-1
votes
2answers
117 views

Rename keys on soft keyboard

I want to rename a few buttons on the soft keyboard provided by the framework. I have certain requirements which tell me to rename the buttons on the keyboard for e.g. renaming the done button to ...
0
votes
1answer
197 views

custom android softkeyboard for a particular application

I have created a custom softkeyboard. It works for all the application throughout. Is it possible to create a softkeyboard so that it can work for a particular application not for all the ...
1
vote
2answers
698 views

Issue with OnFocus and having softkeyboard hidden

I have been looking online for some time now to make sure there was not already one of these on here, but for some reason I cannot seem to find the exact way to make this work, and after 4 hours of ...
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 ...
2
votes
1answer
472 views

WebView & Soft keyboard Issue

I want to show the soft keyboard, until my main activity is destroyed. I can do this through: Adding following parameter to a activity tag in my manifest file ...
0
votes
2answers
149 views

Android Softkeyboard Issue

I have an EditText widget in my main activity. when the EditText widget get the focus, the soft key board displays, when the EditText widget loses the focus. However, I want to display the soft key ...
1
vote
4answers
720 views

Android How to show numeric softkeyboard with EditText of InputType=“text”

I need allow to user input numeric information in a EditText, but the output needs to be formatted like "##.###,##" (# in [0..9]). The formatting I was made in a TextWatcher... this is good, the ...
0
votes
2answers
654 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 ...
4
votes
2answers
481 views

Flex Prevent soft keyboard from closing

I have a mobile AIR app with a simple layout: <s:layout><s:VerticalLayout /></s:layout> <s:TextArea width="100%" height="100%" /> <HGroup width="100%" > ...
0
votes
1answer
239 views

Android Soft Keyboard Distorts Views When Closed

I have never seen this before. I have a simple custom view that has an animated background, and on top of that view I've implemented the standard Android viewset. TextViews, EditTexts, ImageViews, ...

1 2