Hi Praveen, Have u considered the fact that there might be a maximum limit to the font size for textarea. I dont know for sure but looking at ur problem i am guessing this might be the reason that the font size does not increase beyond a point. Let me check it out and confirm this.
On May 6, 3:47 pm, praveen Kumar <[email protected]> wrote: > Hai Friends I Have Numaric Stepper ; Min Value 14 and MaxValue 80 ; > > This is Samole Code For > > var mySelectedTextRange:TextRange = new TextRange(this.textArea,true, > this.textArea.selectionBeginIndex, > this.textArea.selectionEndIndex); > > textArea.getTextField().alwaysShowSelection = true; > mySelectedTextRange.fontSize > =(fontSizeCombo.value*4); > > When Numaric Stepper Value =32;[32*4=128 mySelectedTextRange.fontSize > increasing]; > > When > 33*4=132; > 35*4=140; > 36*4=144; > > mySelectedTextRange.fontSize values shows Correctly;But > > mySelectedTextRange.fontSize Not Increasing > accordingly[numaicstepper value>33;] > > Please Help me > > textArea FontSize Not Increasing -- 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.

