版本: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>
截图(对不起,我没有上传图片的权限,你可以在这个网址看到:http://forums.adobe.com/message/4942690#4942690)
当我使用 mx:TextArea 时,它将“-2147483648”包装到“-”“2147483648”。
使用 s:TextArea,它会正确包装。
但是我用的是sdk3.5,不能用spark组件,mx怎么解决这个问题?
谢谢你的帮助!