Questions tagged [numpad]

A numpad or numeric keypad is the small, palm-sized, seventeen key section of a computer keyboard.

A numpad or numeric keypad is the small, palm-sized, seventeen key section of a computer keyboard.

120 questions
0
votes
1 answer

c# SendKeys.SendWait function, send numpad digits

so I was working on an application which supposed executes digit keys for another application which isn't made by me, this application only supports numpad digits and it doesn't support the digits below F1-12s so whenever I execute "{number}" or…
Jlalt
  • 33
  • 7
0
votes
0 answers

Phone Dialup screen shows in iOS swift

I add "phone" image in my app. When I press that phone image, it calls instantly. However, all I want to make is that when I press, then show the phone dialup keypad appear that make to think to call or not. I make it in swift. Here is my codes.…
May Phyu
  • 895
  • 3
  • 23
  • 47
0
votes
1 answer

How Can I Do Android Numpad Programmatically

I have this layout. But how can I write any EditText "1" when I click "1 button". But I have more than one edittext. I want to write "1" when I click "1 button" to any focused edittext. How can I do it?
0
votes
2 answers

Android: Numpad always active

I have an editText (Input type : only numbers) and I already know how show always the keyboard. I'm currently using this coded in my manifest : android:windowSoftInputMode="adjustResize" But how can I show always**(everytime that the activity…
user5764534
0
votes
1 answer

How to use numbers as variable name, or use a dict instead?

I'm writing the program for a psychology experiment that requires participants to learn a new number pad mapping. If the keys were letters it would be easy enough: a=1, b=2, c=3 etc. But apparently Python doesn't allow mapping to integers. Hmm. A…
adyo4552
  • 181
  • 1
  • 1
  • 8
0
votes
1 answer

Virtual number pad in C#- Is there an elegant way to update Textbox.SelectionStart?

I am designing a virtual number pad in Windows Form. Please suppose that I have Del key to remove character of textbox. When I click on the textbox for the first time to select it and then press the Del key, the character is removed correctly…
IndustProg
  • 627
  • 1
  • 13
  • 33
0
votes
1 answer

Get currently selected text field ID and add text to it through a numberpad

So, I have this table where I have text field beside each product and I am to input the value in any selected text field via a number pad( buttons from 0-9). I need to know how can I get the id value of currently selected text field, and add numbers…
0
votes
1 answer

Gridbag Layout for POS

I want to build a simple interface for a Point of sale using gridbag layout. I was hoping to achieve a layout which re-sizes buttons in proportion to the frame which works but I cant make a button take up more than one space. The Enter button on…
Colm O S
  • 110
  • 1
  • 8
0
votes
1 answer

Is it possible to customize the left bottom button in numberpad on iOS6/7?

The default left bottom button is +*# in NumberPad keyboard, but I want the user TO see the NumberPad by default and can click a button to switch to the ASCII keyboard. So is it a way to customize the +*# button in iOS6/7?
Bill David
  • 95
  • 5
0
votes
1 answer

How to enable the number pad keys to display number in a label in VB

I am very new to VB and to gain more experience I'm trying to build a calculator. I have it in a working form but would like to enable the number pad keys to input the number to a label. I've tried searching but no luck. All the info I've seen is…
0
votes
0 answers

"ToggleKey" like Caps or Num for other keys?

basically I want to have a program running in background that tracks what keys I press, and I need to enable the "toggle" - state which you know from Caps-Lock to some other keys. It should enable me to press e.g. Numpad0 and it will "hold" Numpad0…
0
votes
0 answers

When numlock is off, my keypad corner buttons don't respond in my C program using curses library

However, ubuntu keyboard settings are responsive when I use the graphic testing screen. The following code indicates that KEY_A1 is not detected, but you can see I have invoked keypad() and everything else responds on my machine normally. The keypad…
0
votes
2 answers

How could I open a picker view upon hitting return key or tapping anywhere on the screen?

I'm trying to create an unit converter app and not sure which command to implement for proceeding further. Below code would return to main screen upon hitting return key in number pad or tapping anywhere on the screen. -…
0
votes
1 answer

Numpad point change to comma

Is there a way to change the point from my numpad to a comma using C# in a NummericUpDown? Here in Europe we use a comma and not a point as decimal digit.
0
votes
0 answers

Display android number keypad on right

I have a layout that has a listview on the left side, what I would like to do is have the Android keypad display on the right side on load. I have created a custom keypad but wondering if there is a way to use the Android number pad.
Garling Beard
  • 101
  • 3
  • 14