Do we have any flex group Id in Usa ?
My friend is looking for Adobe flex position in Usa so please let us know if 
any .


> On Feb 17, 2015, at 3:37 AM, Naveen Malhotra <naveen.malhotr...@gmail.com> 
> wrote:
> 
> You can try using MaskedTextInput as given below
> 
> <ns:MaskedTextInput maskText="##.###/##/##.####"/>
> 
> Then you can write your logic to split the text based on the delimiter.
> 
> Thanks,
> Naveen
> 
> 
>> On Mon, Feb 16, 2015 at 6:51 PM, Biswajit Mishra 
>> <biswajit84mis...@gmail.com> wrote:
>> Hi All,
>> Can u please help me out in the same. 
>> I have a similar case where i need to create a regular expression where 
>> there is a number with three decimals followed by forward slash then again a 
>> number.
>> 
>> eg. 12.123/12/34.1234
>> 
>> It should trim number 4 from the decimal or else show an alert message entry 
>> is wrong.
>> 
>>> On Wednesday, September 7, 2011 at 7:44:54 PM UTC+5:30, Amruta wrote:
>>> 
>>> Hi All,
>>>  
>>> I am working on a flex application which has requirement to restrict user 
>>> to enter the numbers with 5 decimal places only.I tried the 'restrict' 
>>> property of TextInput control.Here is the code snippet that I tried:
>>>  
>>> <mx:TextInput id="txtValue" restrict="[0-9]*\.?[0-9]{0,5}" />
>>> 
>>>  but this is not working.Can anyone help me out on this?Its very urgent.
>>>  
>>> 
>>> Thanks
>>> -Amruta Kulkarni
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Flex India Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to flex_india+unsubscr...@googlegroups.com.
>> To post to this group, send email to flex_india@googlegroups.com.
>> Visit this group at http://groups.google.com/group/flex_india.
>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> -- 
> Thanks,
> Naveen Malhotra
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Flex India Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to flex_india+unsubscr...@googlegroups.com.
> To post to this group, send email to flex_india@googlegroups.com.
> Visit this group at http://groups.google.com/group/flex_india.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to flex_india+unsubscr...@googlegroups.com.
To post to this group, send email to flex_india@googlegroups.com.
Visit this group at http://groups.google.com/group/flex_india.
For more options, visit https://groups.google.com/d/optout.

Reply via email to