Use this file and try to run ur project....i made some changes in there.....in method called retreatPosition
while ((--p) > 0) // just removed the = sign after >
{
posChanged=true;
if (p < 0 || maskMap[p][1])
break;
}
On Wed, May 26, 2010 at 2:30 AM, vijaya dalal <[email protected]> wrote:
> Hello Friends,
> I am using MaskedTextInput
> if the user clicks on the back space button or back cursor button, the
> cursor goes beyond the brackets on the left…
> i dont want this to be happen..
> can you please help me in this...please find the attached code for the same
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.
MaskedTextInput.as
Description: Binary data

