Hello, ... I don't know if I'm late ... Do you have the bead "<js: ClassAliasBead />" included?
Hiedra -----Mensaje original----- De: David Slotemaker de Bruine <[email protected]> Enviado el: lunes, 8 de marzo de 2021 14:13 Para: [email protected] Asunto: Register Class error Hi All, I am trying to register the Array class with registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); But I am getting: Error: Call to a possibly undefined method registerClassAlias. : registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); I have it working in other projects just fine. The compiler options are: -theme=${royalelib}/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css -html-template=src/resources/jewel-index-template.html -js-default-initializers=true -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient -keep-code-with-metadata=Inject -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css +configname=flex -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc Any ideas? David
