Apache flex Flex:mx:TextArea中的负数换行字

Apache flex Flex:mx:TextArea中的负数换行字,apache-flex,textarea,flex3,word-wrap,Apache Flex,Textarea,Flex3,Word Wrap,版本:Flex SDK3.5 示例代码: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="0xFFFFFF" xmlns:s="library://ns.adobe.com/flex/spark"> <s:TextArea width="280" height=

版本:Flex SDK3.5

示例代码:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="0xFFFFFF" 
        xmlns:s="library://ns.adobe.com/flex/spark">
     <s:TextArea width="280" height="200"
        text="The hzy_text should be integer between -2147483648 and 2147483647. Please input again."/>
     <mx:TextArea width="280" height="200"
        text="The hzy_text should be integer between -2147483648 and 2147483647. Please input again."/>
</mx:Application>
对不起,我没有上载图像的权限,您可以在此url中看到:http://forums.adobe.com/message/49426904942690

当我使用mx:TextArea时,它将-2147483648包装到-2147483648

使用s:TextArea,它会向右换行

但我使用的是sdk3.5,不能使用spark组件,如何解决mx中的这个问题

谢谢你的帮助