Hello

I want to autoFit / autoSize the textArea on the text the user is 
currently tipping. So I Have

<mx:TextArea id="edit" text="{folderName}" focusAlpha="0.0" 
mouseFocusChange="focusOut()" deactivate="focusOut()" 
textAlign="center" borderStyle="none" height="20" width="{dummy.width}" 
wordWrap="false"/>

<mx:Label id="dummy" visible="false" text="{editName.text}"/>

which works fine, but the text in the textArea is somehow shift to the 
left(I can't see some letters, I have to scroll in the textarea to see 
all), so that there is on the right always space for typing in.
How can I disable this 'shift', I want to see the whole text which is 
currently typed in.

thanks




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to