yixiaohui12345 / as3corelib

Automatically exported from code.google.com/p/as3corelib
1 stars 0 forks source link

Errors (13 items) when add the as3corelib.swc file to Flex Build Path #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add as3corelib.swc file to Flex Build Path
2.
3.

What is the expected output? What do you see instead?
I get the following errors in my project
Description Resource    Path    Location    Type
1044: Interface method addChildBridge in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method addChildToSandboxRoot in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method deployMouseShields in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method dispatchEventFromSWFBridges in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method get swfBridgeGroup in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method getSandboxRoot in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method getTopLevelRoot in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method getVisibleApplicationRect in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method isDisplayObjectInABridgedApplication in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method isTopLevelRoot in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method removeChildBridge in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method removeChildFromSandboxRoot in namespace 
mx.managers:ISystemManager not implemented by class 
_Main_mx_managers_SystemManager.    DeliciousBrowser        
line 13 Flex Problem
1044: Interface method useSWFBridge in namespace mx.managers:ISystemManager 
not implemented by class _Main_mx_managers_SystemManager.   
DeliciousBrowser        line 13 Flex Problem

What version of the product are you using? On what operating system?
Flex build 3.0.1.205647 on windowsXP

Please provide any additional information below.

Original issue reported on code.google.com by henrynng...@gmail.com on 10 Nov 2008 at 8:47

GoogleCodeExporter commented 9 years ago
Can you try Flex SDK 3.2 nightly?

It was compiled with 3.2, which might be causing the problem. (If that is the 
problem, ill look at recompiling.

You can grab a 3.2 nightly from here:

http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3

Original comment by mikechambers on 12 Nov 2008 at 7:56

GoogleCodeExporter commented 9 years ago
Someone else reported the same problem in flexforum.de, it definitely is an 
issue
with the SWC being compiled in 3.2 as this uses some of the "Marshall Plan" 
features
that aren't in 3.1 and below.

Could you recompile the SWC with 3.1 so users who don't want to (or cannot) use 
3.2
yet have a chance to still use corelib?

Thanks!

Original comment by wuppert...@googlemail.com on 13 Nov 2008 at 4:11

GoogleCodeExporter commented 9 years ago
Thanks Mike, your suggestion fixed the issue.

Original comment by henrynng...@gmail.com on 13 Nov 2008 at 5:24

GoogleCodeExporter commented 9 years ago
Fixed in the .92.1 build.

Compiled using Flex 3 (was using Flex 3.2 before).

Original comment by mikechambers on 15 Nov 2008 at 5:39