Hi Abhishek, IF you want to restrict the user to not allow more than 100 characters... just put max characters property and show a tool tip popup message that it allow only 100 characters and count the characters in the text area and display below the tesxarea that remaining characters that can allowed at each character entered ...instead of changing color of extra text in the textarea. :)
On Dec 31 2008, 2:59 pm, abhishekchess1 <[email protected]> wrote: > my query is like > here first 10 chars should be same but when user is typing more text > i'm allowing him but only that next color color is changed > :) > > On Dec 31, 2:24 pm, Mayur <[email protected]> wrote: > > > Hi Abhishek, > > > For this use > > > 1) startSelectionIndex > > 2) endSelectionIndex > > > and change the color of your extra text. > > > Even you may use property too. > > > 3) htmlText > > > ~ Mayur > > > On Dec 31, 11:23 am, abhishekchess1 <[email protected]> wrote: > > > > hello frnds, > > > i'm allowing user to type 100 chars max in a textarea , but user can > > > also type more than it in > > > same text area , then next chars which are comes after 100 should > > > change thier font color. > > > I saw same in twhirl.org, > > > is any logic to do this ? > > > thx in advanced > > > :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

