You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by ar...@aol.com on 2013/10/22 21:54:11 UTC

Error #1053: Illegal override

Hi!

I am trying to recompile a flex mobile app that I created originally with flex 4.6.

When I use flex 4.9.1 with adobe air 3.9, everything works fine.
But when recompiling with flex 4.10 and adobe air 3.9, I get the following error:

VerifyError: Error #1053: Illegal override of removeItem in com.bealearts.collection.VectorCollection.

	at flash.display::MovieClip/nextFrame()
	at mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:286]
	at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:2635]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/preloaders/Preloader.as:525]
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()

Any suggestions what to do about this?



Re: Error #1053: Illegal override

Posted by ar...@aol.com.
great, thanks ... now it works perfect!


-----Original Message-----
From: Alex Harui <ah...@adobe.com>
To: users <us...@flex.apache.org>
Sent: Tue, Oct 22, 2013 4:47 pm
Subject: Re: Error #1053: Illegal override


removeItem was added to the base ListCollectionView.  If VectorCollection
extends ListCollectionView then you'll need to modify VectorCollection.
You can also grab the source for 4.9.1's ListCollectionView and
monkey-patch that into your app.

On 10/22/13 12:54 PM, "arminkapp@aol.com" <ar...@aol.com> wrote:

>
>Hi!
>
>I am trying to recompile a flex mobile app that I created originally with
>flex 4.6.
>
>When I use flex 4.9.1 with adobe air 3.9, everything works fine.
>But when recompiling with flex 4.10 and adobe air 3.9, I get the
>following error:
>
>VerifyError: Error #1053: Illegal override of removeItem in
>com.bealearts.collection.VectorCollection.
>
>	at flash.display::MovieClip/nextFrame()
>	at 
>mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documen
>ts/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemMana
>ger.as:286]
>	at 
>mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/User
>s/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/
>mx/managers/SystemManager.as:2635]
>	at flash.events::EventDispatcher/dispatchEventFunction()
>	at flash.events::EventDispatcher/dispatchEvent()
>	at 
>mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/Apac
>heFlex4.10/frameworks/projects/framework/src/mx/preloaders/Preloader.as:52
>5]
>	at flash.utils::Timer/_timerDispatch()
>	at flash.utils::Timer/tick()
>
>Any suggestions what to do about this?
>
>


 

Re: Error #1053: Illegal override

Posted by Alex Harui <ah...@adobe.com>.
removeItem was added to the base ListCollectionView.  If VectorCollection
extends ListCollectionView then you'll need to modify VectorCollection.
You can also grab the source for 4.9.1's ListCollectionView and
monkey-patch that into your app.

On 10/22/13 12:54 PM, "arminkapp@aol.com" <ar...@aol.com> wrote:

>
>Hi!
>
>I am trying to recompile a flex mobile app that I created originally with
>flex 4.6.
>
>When I use flex 4.9.1 with adobe air 3.9, everything works fine.
>But when recompiling with flex 4.10 and adobe air 3.9, I get the
>following error:
>
>VerifyError: Error #1053: Illegal override of removeItem in
>com.bealearts.collection.VectorCollection.
>
>	at flash.display::MovieClip/nextFrame()
>	at 
>mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documen
>ts/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemMana
>ger.as:286]
>	at 
>mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/User
>s/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/
>mx/managers/SystemManager.as:2635]
>	at flash.events::EventDispatcher/dispatchEventFunction()
>	at flash.events::EventDispatcher/dispatchEvent()
>	at 
>mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/Apac
>heFlex4.10/frameworks/projects/framework/src/mx/preloaders/Preloader.as:52
>5]
>	at flash.utils::Timer/_timerDispatch()
>	at flash.utils::Timer/tick()
>
>Any suggestions what to do about this?
>
>