ghbolivar / cropplanning

Automatically exported from code.google.com/p/cropplanning
0 stars 0 forks source link

Row spacing inputs don't accept user input with " (inches) or ' (feet) #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you enter a value for row spacing as 6" (6 inches) the software will
fail and behave oddly.  Presumably the same will happen if you were to
enter 1' (1 foot).

The software should be able to catch these cases -- they would seem to be
common cases -- and handle them gracefully.

Original issue reported on code.google.com by cropplan...@gmail.com on 14 Feb 2010 at 3:27

GoogleCodeExporter commented 8 years ago
I agree,  <1 ft row spacings would be good as well as any row spacing not a 
rounded number (1.5 ft.....).  perhaps Standard Units (cm) would be a good 
option as well

great program though

Original comment by harder.p...@gmail.com on 30 Jan 2011 at 11:39

GoogleCodeExporter commented 8 years ago
Fixed in upcoming 0.7.  Non-numeric input still not accepted, but a reasonable 
error message is displayed and the program remains stable.  Wonder of wonders!

Original comment by cropplan...@gmail.com on 16 Feb 2014 at 3:42