nagyistoce / kronox

Automatically exported from code.google.com/p/kronox
GNU General Public License v3.0
0 stars 0 forks source link

Can't raise or lower Length values using keyboard #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In an Edit panel, navigate until the Length field has focus.
2. Press up or down arrow keys, and the value doesn't change.

What is the expected output? What do you see instead?
I would expect the value to increment/decrement by 0.1 units.

Original issue reported on code.google.com by the...@gmail.com on 28 Nov 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Thanks for reminding me, the current solution is not very good.

I first tried to use a DatePicker, but I ran into problems with American AM/PM 
times. So I now use a standard 
TextControl with a special formatter. But then I can't increment/decrement. 

Original comment by peter.ljunglof@heatherleaf.se on 29 Nov 2009 at 7:45