Re: mobile input field

2015-01-07 Thread Eric Corbett
Thanks Rick, What I ended up trying is this: on inputTextChanged, I get the mobile field value, strip out any non numeric characters, and the set the text of the field to the new value. This unexpectedly works without first seeing the character in the field. - E On Jan 7, 2015, at 3:53 PM,

Re: mobile input field

2015-01-07 Thread Rick Harrison
Hi Eric, Users may type anything they want into a field, and it is up to the programmer to make sure that the type of data is accepted (or valid) if possible. Use a text field for the input, and then process the text to see if it is valid numeric data. If so, you are good, if not, you have to t

mobile input field

2015-01-07 Thread Eric Corbett
Howdy, Any was to restrict input to numbers only without using the numbers keyboard or replacing non numeric numbers after the fact for a mobile input control? Thanks, - Eric ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t