great, thanks ... now it works perfect!
-----Original Message----- From: Alex Harui <[email protected]> To: users <[email protected]> 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, "[email protected]" <[email protected]> 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? > >
