Questions tagged [soft-input-panel]

The Soft Input Panel (also called S.I.P.) is a special on-screen input method for devices which do not have standard keyboards.

The Soft Input Panel (also called S.I.P.) is a special on-screen input method for devices which do not have standard keyboards. SIP is commonly used in Microsoft Pocket PC and Tablet PC devices, where there is no room for a keyboard. In Microsoft Windows there is a similar on-screen keyboard used as a Microsoft Active Accessibility (MSAA) which also has an ability to change its layout according to current keyboard language and key layout. It was patented by Microsoft in November 2004 under the patent number 6819315.

25 questions
0
votes
0 answers

Prevent softinput that opened from first edittext to open in second edittext

I have two edittexts. It is supposed to have this behavior. With addTextChangedListener every number input from edittext1 will be +1 and then the sum will be displayed on edittext2. If I input 2000 on edittext1 then edittext2 should then display…
0
votes
0 answers

Alert Dialog not behaving properly

I have a editext and if i enter some text and click back button it shows a dialog asking me whether to discard the changes or not but i wanted to show the keypad on creation of the activity so i added the following line in my oncreateview of…
Fargo
  • 1
  • 1
  • 6
0
votes
1 answer

SoftInput.AdjustPan doesn't work

Hello to all programmers. I try to create Android app in Visual Studio Xamarin. I placed EditText in the lower part of app screen and when I set focus on it, keyboard hide bottom part of UI. Is it possible to do something with…
0
votes
0 answers

UWP touch keyboard won't remain visible

I'm trying to get the InputPane touch keyboard to display correctly in a Universal Windows app using the ANGLE API. (I have some custom input controls written in using OpenGL in an Android native app, and I'm porting them over to a UWP…
Dan
  • 333
  • 4
  • 12
0
votes
3 answers

Hide soft input panel in Xamarin Android application on EditText focus

I'v been developing a Xamarin Android application and my activity contains multiple edittexts. When I focus the edittext by clicking on it the soft input panel appears, but I want this to remain hidden at all times. I already tried with the…
NiAu
  • 535
  • 1
  • 12
  • 32
0
votes
2 answers

android questions about poping the soft keyboard

i want the whole layout move up to show while popping the soft keyboard, but the button on the bottom of the view cannot be seen. the AndroidManifest.xml:
Simon
  • 41
  • 8
0
votes
2 answers

EditText with a top/bottom layou_margin has been covered by the softinput

I have a editbox that contains a edittext and a button in a LinearLayout, just as below:
0
votes
1 answer

Can I control the size and placement of an Inputpanel in .NET CF?

I am trying to set the size, at Design Time, of the input panel but cannot figure out if it's even possible. inputPanel.Bounds doesn't have a setter....it's so stinking tiny I don't know how useful it will be on our touch screen. Am I missing…
Refracted Paladin
  • 12,096
  • 33
  • 123
  • 233
0
votes
4 answers

how to close a softinputkeyboard

I have created a customauto EditText field. My problem with the text field is that when i click on the EditText the keyboard rises but when i click elsewhere the keyboard still remains open. Please help me in this issue The name of the custom auto…
Saraschandraa
  • 478
  • 1
  • 10
  • 28
0
votes
1 answer

What is the command to load a Soft Input Panel DLL in Windows Mobile 6.5?

I'm trying to test and later build some existing, very old code for a custom soft input panel DLL on Windows Mobile 6.5. When I compile the code to test in Visual Studio 2008 -- the last version which supports the old eVC project file -- I get a…
mimicocotopus
  • 5,280
  • 4
  • 22
  • 24
1
2