V4 Wish List

 From:  Michael Gibson
6925.313 In reply to 6925.312 
Hi Brian,

re:
> Script numeric entry keypad restricted to non-negative numbers.

For integer inputs that can be done currently using a <moi:UnsignedIntegerInput> control.


> Is there a method to restrict keyboard entry of numbers to be greater than the
> previous entry of a different parameter value.

There isn't anything already bundled up for that, but I'd think your script could enforce that itself. When you get an event that the field has changed you could see if the value is out of the needed bounds and change the value in the control.

- Michael