When a Digital Control has the Key Focus active (see G Programming Reference
Manual page 22-8), the user can increase or decrease individual digits using
the up
and down arrow keys, and choose the digit by the right and left arrows. The
digit
selected, is the one on the left of the cursor shown inside the control.
When the number crosses zero down to negative numbers, the number shifts
one
place to the right to make room for the negative sign. Now if the up arrow
key is
pressed and the value crosses zero back to positive values, the increament
is now 10
times larger, since the cursor now points to a digit one place to the left.
When using such a control around zero values, this problem is very annoying.
Is th
ere any solution available (e.g. adding a plus sign, to keep the number
in
place)?
Thanks.