apache-flex - 从Flex 3迁移到Flex 4错误

标签 apache-flex flex3 flex4 migration compiler-errors

您好,我将我的Flex 3项目迁移到FLex 4:我遇到以下错误:

任何人都有在Flex 4中修复此问题的想法。

1061: Call to a possibly undefined method activate through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method activate through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method activate through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method activate through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method addFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method addFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method addFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method addFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method removeFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method removeFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method removeFocusManager through a reference with static type mx.managers:ISystemManager.
1061: Call to a possibly undefined method removeFocusManager through a reference with static type mx.managers:ISystemManager.
1144: Interface method addPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl. 
1144: Interface method addPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl. 
1144: Interface method addPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl. 
1144: Interface method addPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl. 
1144: Interface method createPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl.  
1144: Interface method createPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl.  
1144: Interface method createPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl.  
1144: Interface method createPopUp in namespace mx.managers:IPopUpManager is implemented with an incompatible signature in class mx.managers:PopUpManagerImpl.  

谢谢你的帮助。

最佳答案

此类错误通常是由于版本不匹配问题引起的。因此,请确保所有外部库都使用与主项目相同的Flex SDK版本进行编译。

如果您使用的是框架或在Web上找到的其他库,则您可以在源代码可用的情况下自行重新编译它们。

关于apache-flex - 从Flex 3迁移到Flex 4错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7008458/

相关文章:

ios - 使用 AIR 3.4 创建的应用程序无法在 AIR 3.7 中运行

apache-flex - Flex : Menubar, 菜单点击

loops - Adobe Flex 中的循环

apache-flex - Flex 4 滚轮

apache-flex - 在 Flex 中对 ArrayCollection 进行排序

actionscript-3 - 如何在flex中绘制一个显示数字的圆圈

apache-flex - 如何在 Flex 3 中创建垂直按钮

apache-flex - 围绕一个圆圈动态间隔数字

apache-flex - 在 MXML Graphics 中绘制圆弧

apache-flex - Flex条件编译-Flex库项目中是否可以进行条件编译?