You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2016/02/20 01:48:23 UTC

Help with error

This is the error I am getting:

ArgumentError: Error #1063: Argument count mismatch on
mx.resources::ResourceManagerImpl/installCompiledResourceBundles().
Expected 3, got 4.
at mx.core::FlexModuleFactory/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/docFrameHandler()
at mx.core::FlexModuleFactory/docFrameListener()

any idea what that might be?

Thanks

Re: Help with error

Posted by mark goldin <ma...@gmail.com>.
Yes, that seems to to be the problem. Thanks

On Sat, Feb 20, 2016 at 12:57 AM Alex Harui <ah...@adobe.com> wrote:

> This error usually means you are mixing Flex SDK versions.  Versions after
> the year 2010 expect 4 arguments.  Prior versions use 3.
>
> HTH,
> -Alex
>
> On 2/19/16, 5:01 PM, "mark goldin" <ma...@gmail.com> wrote:
>
> >But I do have a resource  file.
> >
> >On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor <ja...@dedoose.com> wrote:
> >
> >> check these:
> >>
> >>
> >>
> >>
> http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bu
> >>ndles
> >> https://forums.adobe.com/thread/448455
> >> https://github.com/reflex/reflex-framework/issues/9
> >>
> >>
> >> -----Original Message-----
> >> From: mark goldin [mailto:markzolotoy@gmail.com]
> >> Sent: Friday, February 19, 2016 4:48 PM
> >> To: users
> >> Subject: Help with error
> >>
> >> This is the error I am getting:
> >>
> >> ArgumentError: Error #1063: Argument count mismatch on
> >> mx.resources::ResourceManagerImpl/installCompiledResourceBundles().
> >> Expected 3, got 4.
> >> at mx.core::FlexModuleFactory/installCompiledResourceBundles()
> >> at mx.core::FlexModuleFactory/docFrameHandler()
> >> at mx.core::FlexModuleFactory/docFrameListener()
> >>
> >> any idea what that might be?
> >>
> >> Thanks
> >>
>
>

Re: Help with error

Posted by Alex Harui <ah...@adobe.com>.
This error usually means you are mixing Flex SDK versions.  Versions after
the year 2010 expect 4 arguments.  Prior versions use 3.

HTH,
-Alex 

On 2/19/16, 5:01 PM, "mark goldin" <ma...@gmail.com> wrote:

>But I do have a resource  file.
>
>On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor <ja...@dedoose.com> wrote:
>
>> check these:
>>
>>
>> 
>>http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bu
>>ndles
>> https://forums.adobe.com/thread/448455
>> https://github.com/reflex/reflex-framework/issues/9
>>
>>
>> -----Original Message-----
>> From: mark goldin [mailto:markzolotoy@gmail.com]
>> Sent: Friday, February 19, 2016 4:48 PM
>> To: users
>> Subject: Help with error
>>
>> This is the error I am getting:
>>
>> ArgumentError: Error #1063: Argument count mismatch on
>> mx.resources::ResourceManagerImpl/installCompiledResourceBundles().
>> Expected 3, got 4.
>> at mx.core::FlexModuleFactory/installCompiledResourceBundles()
>> at mx.core::FlexModuleFactory/docFrameHandler()
>> at mx.core::FlexModuleFactory/docFrameListener()
>>
>> any idea what that might be?
>>
>> Thanks
>>


Re: Help with error

Posted by mark goldin <ma...@gmail.com>.
But I do have a resource  file.

On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor <ja...@dedoose.com> wrote:

> check these:
>
>
> http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bundles
> https://forums.adobe.com/thread/448455
> https://github.com/reflex/reflex-framework/issues/9
>
>
> -----Original Message-----
> From: mark goldin [mailto:markzolotoy@gmail.com]
> Sent: Friday, February 19, 2016 4:48 PM
> To: users
> Subject: Help with error
>
> This is the error I am getting:
>
> ArgumentError: Error #1063: Argument count mismatch on
> mx.resources::ResourceManagerImpl/installCompiledResourceBundles().
> Expected 3, got 4.
> at mx.core::FlexModuleFactory/installCompiledResourceBundles()
> at mx.core::FlexModuleFactory/docFrameHandler()
> at mx.core::FlexModuleFactory/docFrameListener()
>
> any idea what that might be?
>
> Thanks
>

RE: Help with error

Posted by Jason Taylor <ja...@dedoose.com>.
check these: 

http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bundles
https://forums.adobe.com/thread/448455
https://github.com/reflex/reflex-framework/issues/9


-----Original Message-----
From: mark goldin [mailto:markzolotoy@gmail.com] 
Sent: Friday, February 19, 2016 4:48 PM
To: users
Subject: Help with error

This is the error I am getting:

ArgumentError: Error #1063: Argument count mismatch on mx.resources::ResourceManagerImpl/installCompiledResourceBundles().
Expected 3, got 4.
at mx.core::FlexModuleFactory/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/docFrameHandler()
at mx.core::FlexModuleFactory/docFrameListener()

any idea what that might be?

Thanks