2009年3月13日 @ 15:35
1000: 对 setStyle 的引用有歧义。
项目开发中遇到一个错误: "1000: 对 setStyle 的引用有歧义。"
直接原因就是下面的backgroundColor="0x5f5f5f"
在Runtime Errors 中查到:
Code: 1000
Message: The system is out of memory.
Description: Flash Player needs more memory to compile your code than your system has available. Close some of the applications or processes running on your system.
重启FlexBuilder仍然出错,最后只能单独写一个Component,然后再引用一下,居然就没有错误了.
可能是FlexBuilder的bug吧,重建了一个project也没有重现,看来是我中奖了.
Filed under: 原创 · Tags: FlexBuilder
Articles related:
DesignView----A FlexBuilder made by FlexBuilder (2008-12-29 10:32:54)
MAX 2008: Extending Flex Builder (2008-11-20 9:12:41)
Adobe Flex Builder 3 Beta 3 本地下载 (2007-12-13 11:54:5)
Changing the filenames in Flex Builder html templa (2007-9-28 14:41:3)
Leave a Comment
◎welcome to give out your point。

Posted by Michael @ 2010-4-2 11:46:45
我觉得问题出在0x5f5f5f,改成#5f5f5f应该就没有问题。
Reply this comment