Re: Royale RemoteObject with ColdFuaion

2022-06-06 Thread Doug Simmons
Hi All, Many thanks for all the suggestions. I will give them a try. Surely though, the best solution is to get Royale RemoteObject working properly, unless anyone is aware of some fundamental reason why it can't. I'm happy to take a look at any relevant source code to see if I can devise a

Re: reading bytearray from php into actionscript

2022-06-06 Thread Greg Dove
I don't really understand what you mean by : "PHP won't print it after I return AMF3 encoded binary." However on the client (Royale) side, the toString method is the same as reading UTF encoded string from the BinaryData instance. The current version of mx.utils.ByteArray is not 'really' any

Re: Royale RemoteObject with ColdFuaion

2022-06-06 Thread Alina Kazi
Hi Doug, I have used mx:RemoteObject in several applications. Remote Object in declaration block of mxml file Responder and fault handlers I have added using AsyncTolen and Responder. var responder680:Responder = new Responder(on_sel_ScanDocTypeCd_SimpleRH, ROFaultHandler); var

RE: Royale RemoteObject with ColdFuaion

2022-06-06 Thread Maria Jose Esteve
Have you tried mx:RemoteObject? Hiedra De: Doug Simmons Enviado el: domingo, 5 de junio de 2022 6:38 Para: users@royale.apache.org Asunto: Royale RemoteObject with ColdFuaion Hi, Apache Royale Remote Object API says it is suitable for use with ColdFusion, but I can't get it to work. In a

Re: Royale RemoteObject with ColdFuaion

2022-06-06 Thread GAbe Barbosa
One thing you can try is add the result and fault handlers programmatically instead of in mxml. At least with mx:RemoteObject there is some mxml parsing error that doesn't attach the handlers. On Sat, Jun 4, 2022 at 9:37 PM Doug Simmons wrote: > Hi, > > Apache Royale Remote Object API says it

RE: reading bytearray from php into actionscript

2022-06-06 Thread Yishay Weiss
Is length being updated correctly? From: Jim McNamara Sent: Monday, June 6, 2022 5:55 AM To: users@royale.apache.org Subject: reading bytearray from php into actionscript Hi all- I searched the internet for this. I can't seem to get a