Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
5k views

How do I use InputType=numberDecimal with the “phone” soft keypad?

For an EditText box, the user should only be entering valid numbers, so I am using android:inputType="numberDecimal". Unfortunately, the soft keyboard that Android brings up has numbers only along the ...
6
votes
8answers
1k views

how can I dismiss keyboard when I will just touch anywhere except UITextField?

Hello I have two UITextFields in my application, and want to dismiss the keyboard when I just touch anywhere except the UITextFields how can I do this?
6
votes
5answers
9k views

Does android have a numeric keypad?

Is there a way in android to invoke a numeric only keypad, i.e. a virtual keypad that contains only the numbers 0 to 9 and a "." sign?
2
votes
0answers
55 views

Numeric softkeypad appears and instantly changes to normal keypad

HI all I was looking for a little help with my numeric softkeypad and an EditText. I have an activity with basically a 2 column table which has 1 column editable via EditText. I want the numeric ...
2
votes
1answer
403 views

Android:I need a slide in calculator type soft keypad a la iphone

I'm attempting to replicate on android an iphone app my company had developed externally. My need is simple but it seems hard to achieve under android. I have three numeric edittext inputs. Each ...
1
vote
1answer
529 views

Android - Listen for key presses on Numeric keypad?

I use the following code to listen for the key presses of 0 - 9 from the soft input keyboard on Android: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { ...
1
vote
1answer
841 views

VB.NET 2008 - How Do I Make Button.click Event Perform both the enter and period(del) keys on the numerical keyboard?

How Do I Make Button.click Event Perform both the enter and period(del) keys on the numeric keypad? Code snippet: Private Sub frmCalc_KeyDown(ByVal sender As Object, ByVal e As ...
0
votes
2answers
67 views

Struggling to Launch Numeric keypad on activity start

I have few TextView's in my activity, when activity starts i want to show soft numeric keypad or that activity should always show keypad. I have tried: To set ...
0
votes
1answer
413 views

Input type='number' new validation removes leading zeros and formats number in Safari for iPhone iOS5 and latest Safari for Mac

The latest Safari for MacOS and the one that comes in iOS5 has some extra validation that causes problems if the text field is not a phone number. Case: Input text field with type="numeric" ...
0
votes
1answer
43 views

iPhone App: You enter the score and it works but how do i limit it?

My iPhone app works fine, and all parts work fine, however it lets you score certain things, but how can i limit the score for example at the minute you could rate item x "609573095730" but i only ...