RE: Switching from js remoteObject to mx remoteObject

2021-06-23 Thread Maria Jose Esteve
Forgive me, I did not translate... “How are you compiling? Ant, asconfigc, mvn? You will be missing the dependency to MXRoyale.swc/MXRoyaleJS.swc” As David told you in the other post, the first thing you should do is to change to mx. De: Maria Jose Esteve Enviado el: miércoles, 23 de junio de

Re: Blaze ds does not serialize typed java arrayList to as3 arrayList correctly

2021-06-23 Thread David Slotemaker de Bruine
Hi Roman, I use BlazeDS, and I had all sorts of trouble using the js:Remote and the experts recomended I use mx:Remote. So you need to start there I think. What IDE are you using? I am using Moonshine. I can send you my config if thats what you are on. Cheers, David On Wed, 23 Jun 2021 at

RE: Switching from js remoteObject to mx remoteObject

2021-06-23 Thread Maria Jose Esteve
¿Cómo estás compilando? Ant, asconfigc, mvn? Te faltará indicar la dependencia a MXRoyale.swc/MXRoyaleJS.swc De: romanisi...@yahoo.com Enviado el: martes, 22 de junio de 2021 11:38 Para: users@royale.apache.org Asunto: Switching from js remoteObject to mx remoteObject Hi everyone, I am

RE: Blaze ds does not serialize typed java arrayList to as3 arrayList correctly

2021-06-23 Thread Maria Jose Esteve
Hi romanisitua, I have not worked with Blazeds, I have always used FluorineFx with vb.net so I do not know if what I am going to tell you will be useful to you... - Make sure that event.result returns the ShortType.vlues and StringType.values object, which "I understand you do get them right".