RE: New Flex MaskedTextInput Spark Component

2014-01-08 Thread Kessler CTR Mark J
Well the only reason I brought it up was the simple RegExPatterns [1] that were added a while back. I was just wondering if there other patterns we could add it it. [1] http://flex.apache.org/asdoc/spark/components/supportClasses/RegExPatterns.html -Mark -Original Message- From: M

Re: New Flex MaskedTextInput Spark Component

2014-01-08 Thread Maxime Cowez
@Mark > Is the regex requirement just for numbers or all input? If you're working with a regex, you can configure any possible restriction on the characters. For instance: char at first position must be number between 4 and 8; char at second position must be D, T or Z; char at third position must

Re: New Flex MaskedTextInput Spark Component

2014-01-08 Thread Maxime Cowez
Hi Carlos, great work. I found these little bugs: 1./ - take any input of your demo - fill completely - select all (with the mouse or ctrl+a, doesn't matter) - type one character > expected: one character at first position > got: two identical characters at first and second position; second

RE: New Flex MaskedTextInput Spark Component

2014-01-08 Thread Kessler CTR Mark J
>* Regex patterns like proposed by Justin and Maxime (this will allow us to restrict a insertion to a Max/Min value). Is the regex requirement just for numbers or all input? -Mark -Original Message- From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rov