views:

226

answers:

3

Does anyone have any dialogs that will allow a user to pick a number within a certain range? It seems like this would be a fairly common need, but I can't find a common dialog for it and I'd rather not have to spend the time creating my own.

Any help?

+3  A: 

Looks like this might be what you're looking for?

EDIT: More specifically, here

Hamy
Exactly what I was looking for! Thanks!
GuyNoir
+1  A: 

I've just released some code that does just what you want. Check out my custom control, NumberPicker, which can be seen here: http://www.technologichron.net/?p=42

jfcole