super is called. let me be little more specific about the issue.
I actually use this myTextInput as item renderer in a ADG. Now, when I access the myTextInput for a particular row and col, i can change its style and when I set properties like maxChars,restrict etc. etc. it just dosen't work. Sorry for not elaborating the exact scenario earlier. regards. On Fri, Feb 26, 2010 at 1:32 PM, nithya flex <[email protected]> wrote: > if u are extending textInput class, don't forget call super() method int > the cons. > > just an hint > > On Fri, Feb 26, 2010 at 12:56 PM, Arindam Dhar <[email protected]>wrote: > >> Hi, >> >> I have extended a TextInput class. >> Fo ex, myTextInput extends Textinput >> >> var inputText:myTextInput = new myTextInput(); >> now when I set the maxChars property , inputText.maxChars =10, its just >> not working, meaning I am able to enter more than 10 characters. >> >> Can anyone kindly tell me where i am going wrong ? >> >> regards, >> >> Arin >> >> -- >> 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]<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.

