版本: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>
the screenshot(抱歉,我无权上传图片,您可以在此网址中看到:http://forums.adobe.com/message/4942690#4942690)
当我使用mx:TextArea时,它将“-2147483648”包装为“ - ”“2147483648”。
使用s:TextArea,它包装正确。
但我使用sdk3.5,不能使用spark组件,如何在mx中解决这个问题?
感谢您的帮助!