You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Swen van Zanten <fl...@hdsign.nl> on 2013/07/23 15:33:13 UTC

Error on 4.9.1 project compiled with 4.10.0

Hello Team,

I've tried the 4.10.0 rc3 sdk on a project and this resulted on one mxml with this error:

VerifyError: Error #1053: Illegal override of DataList in mx.data.DataList.

	at mx.data::ConcreteDataService/dataStorePropertyChangeHandler()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\ConcreteDataService.as:7019]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.data::DataStore/producerPropertyChangeHandler()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataStore.as:4710]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.messaging::MessageAgent/setConnected()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as:504]
	at RPCDataServiceRequest/connect()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataServiceAdapter.as:1780]
	at mx.data::DataStore/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataStore.as:3475]
	at mx.data::ConcreteDataService/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\ConcreteDataService.as:2187]
	at mx.data::RPCDataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:583]
	at mx.rpc::AbstractService/initialize()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/AbstractService.as:384]
	at mx.data::RPCDataManager/checkImplementation()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:645]
	at mx.data::DataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataManager.as:2000]
	at mx.data::RPCDataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:631]
	at mx.rpc::AbstractService/initialize()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/AbstractService.as:384]
	at mx.rpc.remoting::Operation/send()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as:214]
	at _Super_CompuniekrightsService/getAllCompuniek_rights()[/Users/swen/Dropbox/www2/CompuEngine/src/services/compuniekrightsservice/_Super_CompuniekrightsService.as:252]
	at views.container.menu.gebruikers::Overview/init()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:33]
	at views.container.menu.gebruikers::Overview/EnterUsersState()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:119]
	at views.container.menu.gebruikers::Overview/___Overview_State1_enterState()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:126]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.states::State/http://www.adobe.com/2006/flex/mx/internal::dispatchEnterState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/states/State.as:277]
	at mx.core::UIComponent/applyState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:11006]
	at mx.core::UIComponent/commitCurrentState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:10749]
	at mx.core::UIComponent/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:8566]
	at spark.components.supportClasses::GroupBase/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as:1136]
	at spark.components::Group/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/Group.as:947]
	at mx.core::UIComponent/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:8481]
	at spark.components::Group/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/Group.as:925]
	at mx.managers::LayoutManager/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:605]
	at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:821]
	at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

As you can see in the error "/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/pro" this does look familiar :)

The script throughs the error on a php data service.

Also a data grid skin does not work anymore.. but i'm not sure what that is yet.. because it doesn't  through an error.

I've installed the sdk with the installer.

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Swen van Zanten <fl...@hdsign.nl>.
Hey,

That has been changed from 11.1 to 11.7
I guess I can try compiling it with 11.1  

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim

Op 23 jul. 2013, om 16:07 heeft Justin Mclean <ju...@classsoftware.com> het volgende geschreven:

> Hi,
> 
>> VerifyError: Error #1053: Illegal override of DataList in mx.data.DataList.
> 
> A quick google search seems to imply that this sort of error shows up when you compile swfs from different versions of the SDK together. But is interesting that it was working on 4.9.1, what version of flash (or AIR) are you targeting - has that changed from when you were using 4.9.1?
> 
> Thanks,
> Justin
> 


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Swen van Zanten <fl...@hdsign.nl>.
I fixed it… deleting the php service and added it again.
the strange thing was that it was with only one service.

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim

Op 23 jul. 2013, om 22:19 heeft Alex Harui <ah...@adobe.com> het volgende geschreven:

> Is there more information in the call stack or other output from the
> verifier?
> 

callstack:

VerifyError: Error #1053: Illegal override of DataList in mx.data.DataList.

	at mx.data::ConcreteDataService/dataStorePropertyChangeHandler()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\ConcreteDataService.as:7019]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.data::DataStore/producerPropertyChangeHandler()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataStore.as:4710]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.messaging::MessageAgent/setConnected()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as:504]
	at RPCDataServiceRequest/connect()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataServiceAdapter.as:1780]
	at mx.data::DataStore/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataStore.as:3475]
	at mx.data::ConcreteDataService/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\ConcreteDataService.as:2187]
	at mx.data::RPCDataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:583]
	at mx.rpc::AbstractService/initialize()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/AbstractService.as:384]
	at mx.data::RPCDataManager/checkImplementation()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:645]
	at mx.data::DataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\DataManager.as:2000]
	at mx.data::RPCDataManager/initialize()[C:\depot\DataServices\branches\milestone\lcds45_fb45\frameworks\projects\data\src\mx\data\RPCDataManager.as:631]
	at mx.rpc::AbstractService/initialize()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/AbstractService.as:384]
	at mx.rpc.remoting::Operation/send()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as:214]
	at _Super_CompuniekrightsService/getAllCompuniek_rights()[/Users/swen/Dropbox/www2/CompuEngine/src/services/compuniekrightsservice/_Super_CompuniekrightsService.as:252]
	at views.container.menu.gebruikers::Overview/init()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:33]
	at views.container.menu.gebruikers::Overview/EnterUsersState()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:119]
	at views.container.menu.gebruikers::Overview/___Overview_State1_enterState()[/Users/swen/Dropbox/www2/CompuEngine/src/views/container/menu/gebruikers/Overview.mxml:126]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.states::State/http://www.adobe.com/2006/flex/mx/internal::dispatchEnterState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/states/State.as:277]
	at mx.core::UIComponent/applyState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:11006]
	at mx.core::UIComponent/commitCurrentState()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:10749]
	at mx.core::UIComponent/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:8566]
	at spark.components.supportClasses::GroupBase/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as:1136]
	at spark.components::Group/commitProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/Group.as:947]
	at mx.core::UIComponent/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:8481]
	at spark.components::Group/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/Group.as:925]
	at mx.managers::LayoutManager/validateProperties()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:605]
	at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:821]
	at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

> -Alex
> 
> On 7/23/13 12:52 PM, "Swen van Zanten" <fl...@hdsign.nl> wrote:
> 
>> Downloaded the latest installer yesterday and downloaded again through
>> your link but it has the same result.
>> 
>> Regards,
>> 
>> SWEN VAN ZANTEN
>> Hoofdstraat 160
>> 2171 BL, Sassenheim
>> 
>> Op 23 jul. 2013, om 20:56 heeft OmPrakash Muppirala
>> <bi...@gmail.com> het volgende geschreven:
>> 
>>> Just curious, which version of the Installer did you use?  The RC1
>>> Installer had a subtle bug where it would download the wrong version of
>>> the
>>> sdk/air combination in certain cases.  This issue has been fixed in RC2
>>> available here:
>>> 
>>> https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries/
>>> 
>>> If you can re-install the SDK using the RC2 Installer and test your
>>> project
>>> again, that would eliminate this variable.
>>> 
>>> Thanks,
>>> Om
>>> 
>>> On Tue, Jul 23, 2013 at 11:50 AM, Swen van Zanten <fl...@hdsign.nl>
>>> wrote:
>>> 
>>>> Sorry,..
>>>> I think I was drunk or had a sunstrokeŠ FP 11.1 doesn't make a
>>>> difference..
>>>> Still the same error
>>>> 
>>>> Regards,
>>>> 
>>>> SWEN VAN ZANTEN
>>>> Hoofdstraat 160
>>>> 2171 BL, Sassenheim
>>>> 
>>>> Op 23 jul. 2013, om 18:56 heeft Swen van Zanten <fl...@hdsign.nl> het
>>>> volgende geschreven:
>>>> 
>>>>> It all works fine with FP 11.1ŠSo the sdk is cool :D
>>>>> 
>>>>> Regards,
>>>>> 
>>>>> SWEN VAN ZANTEN
>>>>> Hoofdstraat 160
>>>>> 2171 BL, Sassenheim
>>>>> 
>>>>> Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <
>>>> mark.kessler.ctr@usmc.mil> het volgende geschreven:
>>>>> 
>>>>>> Well that's not what it's complaining about atm.  It's not
>>>>>> complaining
>>>> about combobox/dropdownlist/listbase type stuff.   Although it does
>>>> have a
>>>> heck of a chain going there... even some code in dropbox :P.
>>>>> 
>>>>> I store my projects in Dropbox
>>>>> 
>>>>>> 
>>>>>> 
>>>>>> -Mark
>>>>>> 
>>>>>> -----Original Message-----
>>>>>> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com]
>>>>>> Sent: Tuesday, July 23, 2013 10:12 AM
>>>>>> To: users@flex.apache.org
>>>>>> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
>>>>>> 
>>>>>> Couldn't this be related to the change from mx_internal to public the
>>>>>> function setSelectedIndex?
>>>>>> 
>>>>>> 
>>>>>> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com>
>>>>>> wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>>> VerifyError: Error #1053: Illegal override of DataList in
>>>>>>> mx.data.DataList.
>>>>>>> 
>>>>>>> A quick google search seems to imply that this sort of error shows
>>>>>>> up
>>>> when
>>>>>>> you compile swfs from different versions of the SDK together. But is
>>>>>>> interesting that it was working on 4.9.1, what version of flash (or
>>>> AIR)
>>>>>>> are you targeting - has that changed from when you were using 4.9.1?
>>>>>>> 
>>>>>>> Thanks,
>>>>>>> Justin
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> 
>>>>>> João Fernandes
>>>>> 
>>>> 
>>>> 
>> 
> 


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Alex Harui <ah...@adobe.com>.
Is there more information in the call stack or other output from the
verifier?

-Alex

On 7/23/13 12:52 PM, "Swen van Zanten" <fl...@hdsign.nl> wrote:

>Downloaded the latest installer yesterday and downloaded again through
>your link but it has the same result.
>
>Regards,
>
>SWEN VAN ZANTEN
>Hoofdstraat 160
>2171 BL, Sassenheim
>
>Op 23 jul. 2013, om 20:56 heeft OmPrakash Muppirala
><bi...@gmail.com> het volgende geschreven:
>
>> Just curious, which version of the Installer did you use?  The RC1
>> Installer had a subtle bug where it would download the wrong version of
>>the
>> sdk/air combination in certain cases.  This issue has been fixed in RC2
>> available here:
>> 
>> https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries/
>> 
>> If you can re-install the SDK using the RC2 Installer and test your
>>project
>> again, that would eliminate this variable.
>> 
>> Thanks,
>> Om
>> 
>> On Tue, Jul 23, 2013 at 11:50 AM, Swen van Zanten <fl...@hdsign.nl>
>>wrote:
>> 
>>> Sorry,..
>>> I think I was drunk or had a sunstrokeŠ FP 11.1 doesn't make a
>>>difference..
>>> Still the same error
>>> 
>>> Regards,
>>> 
>>> SWEN VAN ZANTEN
>>> Hoofdstraat 160
>>> 2171 BL, Sassenheim
>>> 
>>> Op 23 jul. 2013, om 18:56 heeft Swen van Zanten <fl...@hdsign.nl> het
>>> volgende geschreven:
>>> 
>>>> It all works fine with FP 11.1ŠSo the sdk is cool :D
>>>> 
>>>> Regards,
>>>> 
>>>> SWEN VAN ZANTEN
>>>> Hoofdstraat 160
>>>> 2171 BL, Sassenheim
>>>> 
>>>> Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <
>>> mark.kessler.ctr@usmc.mil> het volgende geschreven:
>>>> 
>>>>> Well that's not what it's complaining about atm.  It's not
>>>>>complaining
>>> about combobox/dropdownlist/listbase type stuff.   Although it does
>>>have a
>>> heck of a chain going there... even some code in dropbox :P.
>>>> 
>>>> I store my projects in Dropbox
>>>> 
>>>>> 
>>>>> 
>>>>> -Mark
>>>>> 
>>>>> -----Original Message-----
>>>>> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com]
>>>>> Sent: Tuesday, July 23, 2013 10:12 AM
>>>>> To: users@flex.apache.org
>>>>> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
>>>>> 
>>>>> Couldn't this be related to the change from mx_internal to public the
>>>>> function setSelectedIndex?
>>>>> 
>>>>> 
>>>>> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com>
>>>>>wrote:
>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>>> VerifyError: Error #1053: Illegal override of DataList in
>>>>>> mx.data.DataList.
>>>>>> 
>>>>>> A quick google search seems to imply that this sort of error shows
>>>>>>up
>>> when
>>>>>> you compile swfs from different versions of the SDK together. But is
>>>>>> interesting that it was working on 4.9.1, what version of flash (or
>>> AIR)
>>>>>> are you targeting - has that changed from when you were using 4.9.1?
>>>>>> 
>>>>>> Thanks,
>>>>>> Justin
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> 
>>>>> João Fernandes
>>>> 
>>> 
>>> 
>


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Swen van Zanten <fl...@hdsign.nl>.
Downloaded the latest installer yesterday and downloaded again through your link but it has the same result.

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim

Op 23 jul. 2013, om 20:56 heeft OmPrakash Muppirala <bi...@gmail.com> het volgende geschreven:

> Just curious, which version of the Installer did you use?  The RC1
> Installer had a subtle bug where it would download the wrong version of the
> sdk/air combination in certain cases.  This issue has been fixed in RC2
> available here:
> 
> https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries/
> 
> If you can re-install the SDK using the RC2 Installer and test your project
> again, that would eliminate this variable.
> 
> Thanks,
> Om
> 
> On Tue, Jul 23, 2013 at 11:50 AM, Swen van Zanten <fl...@hdsign.nl> wrote:
> 
>> Sorry,..
>> I think I was drunk or had a sunstroke… FP 11.1 doesn't make a difference..
>> Still the same error
>> 
>> Regards,
>> 
>> SWEN VAN ZANTEN
>> Hoofdstraat 160
>> 2171 BL, Sassenheim
>> 
>> Op 23 jul. 2013, om 18:56 heeft Swen van Zanten <fl...@hdsign.nl> het
>> volgende geschreven:
>> 
>>> It all works fine with FP 11.1…So the sdk is cool :D
>>> 
>>> Regards,
>>> 
>>> SWEN VAN ZANTEN
>>> Hoofdstraat 160
>>> 2171 BL, Sassenheim
>>> 
>>> Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <
>> mark.kessler.ctr@usmc.mil> het volgende geschreven:
>>> 
>>>> Well that's not what it's complaining about atm.  It's not complaining
>> about combobox/dropdownlist/listbase type stuff.   Although it does have a
>> heck of a chain going there... even some code in dropbox :P.
>>> 
>>> I store my projects in Dropbox
>>> 
>>>> 
>>>> 
>>>> -Mark
>>>> 
>>>> -----Original Message-----
>>>> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com]
>>>> Sent: Tuesday, July 23, 2013 10:12 AM
>>>> To: users@flex.apache.org
>>>> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
>>>> 
>>>> Couldn't this be related to the change from mx_internal to public the
>>>> function setSelectedIndex?
>>>> 
>>>> 
>>>> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>>> VerifyError: Error #1053: Illegal override of DataList in
>>>>> mx.data.DataList.
>>>>> 
>>>>> A quick google search seems to imply that this sort of error shows up
>> when
>>>>> you compile swfs from different versions of the SDK together. But is
>>>>> interesting that it was working on 4.9.1, what version of flash (or
>> AIR)
>>>>> are you targeting - has that changed from when you were using 4.9.1?
>>>>> 
>>>>> Thanks,
>>>>> Justin
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> 
>>>> João Fernandes
>>> 
>> 
>> 


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Just curious, which version of the Installer did you use?  The RC1
Installer had a subtle bug where it would download the wrong version of the
sdk/air combination in certain cases.  This issue has been fixed in RC2
available here:

https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries/

If you can re-install the SDK using the RC2 Installer and test your project
again, that would eliminate this variable.

Thanks,
Om

On Tue, Jul 23, 2013 at 11:50 AM, Swen van Zanten <fl...@hdsign.nl> wrote:

> Sorry,..
> I think I was drunk or had a sunstroke… FP 11.1 doesn't make a difference..
> Still the same error
>
> Regards,
>
> SWEN VAN ZANTEN
> Hoofdstraat 160
> 2171 BL, Sassenheim
>
> Op 23 jul. 2013, om 18:56 heeft Swen van Zanten <fl...@hdsign.nl> het
> volgende geschreven:
>
> > It all works fine with FP 11.1…So the sdk is cool :D
> >
> > Regards,
> >
> > SWEN VAN ZANTEN
> > Hoofdstraat 160
> > 2171 BL, Sassenheim
> >
> > Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <
> mark.kessler.ctr@usmc.mil> het volgende geschreven:
> >
> >> Well that's not what it's complaining about atm.  It's not complaining
> about combobox/dropdownlist/listbase type stuff.   Although it does have a
> heck of a chain going there... even some code in dropbox :P.
> >
> > I store my projects in Dropbox
> >
> >>
> >>
> >> -Mark
> >>
> >> -----Original Message-----
> >> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com]
> >> Sent: Tuesday, July 23, 2013 10:12 AM
> >> To: users@flex.apache.org
> >> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
> >>
> >> Couldn't this be related to the change from mx_internal to public the
> >> function setSelectedIndex?
> >>
> >>
> >> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:
> >>
> >>> Hi,
> >>>
> >>>> VerifyError: Error #1053: Illegal override of DataList in
> >>> mx.data.DataList.
> >>>
> >>> A quick google search seems to imply that this sort of error shows up
> when
> >>> you compile swfs from different versions of the SDK together. But is
> >>> interesting that it was working on 4.9.1, what version of flash (or
> AIR)
> >>> are you targeting - has that changed from when you were using 4.9.1?
> >>>
> >>> Thanks,
> >>> Justin
> >>>
> >>>
> >>
> >>
> >> --
> >>
> >> João Fernandes
> >
>
>

Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Swen van Zanten <fl...@hdsign.nl>.
Sorry,..
I think I was drunk or had a sunstroke… FP 11.1 doesn't make a difference..
Still the same error

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim

Op 23 jul. 2013, om 18:56 heeft Swen van Zanten <fl...@hdsign.nl> het volgende geschreven:

> It all works fine with FP 11.1…So the sdk is cool :D
> 
> Regards,
> 
> SWEN VAN ZANTEN
> Hoofdstraat 160
> 2171 BL, Sassenheim
> 
> Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <ma...@usmc.mil> het volgende geschreven:
> 
>> Well that's not what it's complaining about atm.  It's not complaining about combobox/dropdownlist/listbase type stuff.   Although it does have a heck of a chain going there... even some code in dropbox :P.
> 
> I store my projects in Dropbox
> 
>> 
>> 
>> -Mark
>> 
>> -----Original Message-----
>> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com] 
>> Sent: Tuesday, July 23, 2013 10:12 AM
>> To: users@flex.apache.org
>> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
>> 
>> Couldn't this be related to the change from mx_internal to public the
>> function setSelectedIndex?
>> 
>> 
>> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:
>> 
>>> Hi,
>>> 
>>>> VerifyError: Error #1053: Illegal override of DataList in
>>> mx.data.DataList.
>>> 
>>> A quick google search seems to imply that this sort of error shows up when
>>> you compile swfs from different versions of the SDK together. But is
>>> interesting that it was working on 4.9.1, what version of flash (or AIR)
>>> are you targeting - has that changed from when you were using 4.9.1?
>>> 
>>> Thanks,
>>> Justin
>>> 
>>> 
>> 
>> 
>> -- 
>> 
>> João Fernandes
> 


Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Swen van Zanten <fl...@hdsign.nl>.
It all works fine with FP 11.1…So the sdk is cool :D

Regards,

SWEN VAN ZANTEN
Hoofdstraat 160
2171 BL, Sassenheim

Op 23 jul. 2013, om 18:16 heeft "Kessler CTR Mark J" <ma...@usmc.mil> het volgende geschreven:

> Well that's not what it's complaining about atm.  It's not complaining about combobox/dropdownlist/listbase type stuff.   Although it does have a heck of a chain going there... even some code in dropbox :P.

I store my projects in Dropbox

> 
> 
> -Mark
> 
> -----Original Message-----
> From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com] 
> Sent: Tuesday, July 23, 2013 10:12 AM
> To: users@flex.apache.org
> Subject: Re: Error on 4.9.1 project compiled with 4.10.0
> 
> Couldn't this be related to the change from mx_internal to public the
> function setSelectedIndex?
> 
> 
> On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:
> 
>> Hi,
>> 
>>> VerifyError: Error #1053: Illegal override of DataList in
>> mx.data.DataList.
>> 
>> A quick google search seems to imply that this sort of error shows up when
>> you compile swfs from different versions of the SDK together. But is
>> interesting that it was working on 4.9.1, what version of flash (or AIR)
>> are you targeting - has that changed from when you were using 4.9.1?
>> 
>> Thanks,
>> Justin
>> 
>> 
> 
> 
> -- 
> 
> João Fernandes


RE: Error on 4.9.1 project compiled with 4.10.0

Posted by Kessler CTR Mark J <ma...@usmc.mil>.
Well that's not what it's complaining about atm.  It's not complaining about combobox/dropdownlist/listbase type stuff.   Although it does have a heck of a chain going there... even some code in dropbox :P.


-Mark

-----Original Message-----
From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com] 
Sent: Tuesday, July 23, 2013 10:12 AM
To: users@flex.apache.org
Subject: Re: Error on 4.9.1 project compiled with 4.10.0

Couldn't this be related to the change from mx_internal to public the
function setSelectedIndex?


On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:

> Hi,
>
> > VerifyError: Error #1053: Illegal override of DataList in
> mx.data.DataList.
>
> A quick google search seems to imply that this sort of error shows up when
> you compile swfs from different versions of the SDK together. But is
> interesting that it was working on 4.9.1, what version of flash (or AIR)
> are you targeting - has that changed from when you were using 4.9.1?
>
> Thanks,
> Justin
>
>


-- 

João Fernandes

Re: Error on 4.9.1 project compiled with 4.10.0

Posted by João Fernandes <jo...@gmail.com>.
Couldn't this be related to the change from mx_internal to public the
function setSelectedIndex?


On 23 July 2013 15:07, Justin Mclean <ju...@classsoftware.com> wrote:

> Hi,
>
> > VerifyError: Error #1053: Illegal override of DataList in
> mx.data.DataList.
>
> A quick google search seems to imply that this sort of error shows up when
> you compile swfs from different versions of the SDK together. But is
> interesting that it was working on 4.9.1, what version of flash (or AIR)
> are you targeting - has that changed from when you were using 4.9.1?
>
> Thanks,
> Justin
>
>


-- 

João Fernandes

Re: Error on 4.9.1 project compiled with 4.10.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> VerifyError: Error #1053: Illegal override of DataList in mx.data.DataList.

A quick google search seems to imply that this sort of error shows up when you compile swfs from different versions of the SDK together. But is interesting that it was working on 4.9.1, what version of flash (or AIR) are you targeting - has that changed from when you were using 4.9.1?

Thanks,
Justin