09-16-2010 09:10 PM
Just want some opinions. What would be better (aethsthetically and functionality wise) for getting a user's height? I originally thought a type of spinner similar to DateField but coding this from scratch is beyond my skill level.
09-16-2010 10:33 PM
If you are using 5.0 and higher you can use SpinBoxField. Once you get it working then you can work backwords to get it on older OSes/other devices.
09-17-2010 06:37 AM
09-17-2010 08:04 AM
In older OS's, the NumericChoiceField seems like a good choice where you have a limited range of numeric values to choose from.
09-17-2010 08:34 AM