Re: Remote object for Flex JS

2017-08-23 Thread Piotr Zarzycki
Hi Alex, Thank you! I would vote for getting API as close as it was in an old Flex. Piotr 2017-08-23 7:41 GMT+02:00 Alex Harui : > So, I played around with AMF today, adding SWF code for RemoteObject. For > me, the RemoteObjectAMFTest in examples/flexjs is working

Re: Re: Remote object for Flex JS

2017-08-23 Thread Fréderic Cox
Great Alex, thanks for looking into this. I would also lean towards compatibility with regular Flex. 2017-08-23 7:42 GMT+02:00 : > Bonjour, > > En congés jusqu'au 4 septembre, je prendrais connaissance de votre message > à mon retour. > > Cordialement, > > Vincent/AFTER24 >

Re: Flex SDK Installation Problem

2017-08-23 Thread Philip Keiter
This is my error log from trying to get AIR 26 today. Looks like the download path has an extra / in it. Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.16.0 AIR version 26.0 Flash Player version 26.0 Creating

Re: Remote object for Flex JS

2017-08-23 Thread PKumar
Alex, It will really great, if this works same or mostly similar as regular Flex SDK. One more point on amfJS library , it also supports class mapping. It has one method *registerClasses* that can be used for Java class to flex mapping. On 23-Aug-2017 11:12 AM, "Alex Harui-2 [via Apache Flex

Re: Remote object for Flex JS

2017-08-23 Thread Alex Harui
Hi Prashant, Yes, the RemoteObjectAMFTest only tries to send a String. To handle true ValueObjects we would need to leverage the amfjs class mapping. I added code to the compiler to generate a map for the [RemoteClass] metadata but I didn't hook that up on the JS side yet. It sounds like the

Re: Remote object for Flex JS

2017-08-23 Thread PKumar
Really great Alex, if you need my help in testing or creating demo. Do please let me know. On 23-Aug-2017 9:46 PM, "Alex Harui-2 [via Apache Flex Users]" < ml+s246n1580...@n4.nabble.com> wrote: > Hi Prashant, > > Yes, the RemoteObjectAMFTest only tries to send a String. To handle true >

Re: Remote object for Flex JS

2017-08-23 Thread Alex Harui
Hi Prashant, If you could add to RemoteObjectAMFTest and SampleAmfWebApp to work with an actual ValueObject, that would be great! Thanks, -Alex On 8/23/17, 9:21 AM, "PKumar" wrote: >Really great Alex, if you need my help in testing or creating demo. Do >please let me

Re: Remote object for Flex JS

2017-08-23 Thread Alex Harui
Hi Prashant, The AMF work is in a separate branch so make sure you get the latest code. Maybe Piotr or another volunteer will merge the branch into develop so it appears in the nightly. -Alex On 8/23/17, 9:52 AM, "PKumar" wrote: >Sure, I will download the FlexJS

Re: Remote object for Flex JS

2017-08-23 Thread PKumar
Sure, I will download the FlexJS nightly build and check it. On 23-Aug-2017 10:01 PM, "Alex Harui-2 [via Apache Flex Users]" < ml+s246n1580...@n4.nabble.com> wrote: > Hi Prashant, > > If you could add to RemoteObjectAMFTest and SampleAmfWebApp to work with > an actual ValueObject, that would

Re: Flex SDK Installation Problem

2017-08-23 Thread Alex Harui
Hi Philip, It isn't the extra "/". It is just that these new SDKs are so big, the installer is running out of memory processing it. You can try using Ant to install, or choose an AIR version < 24 and then try running an update script in the "ide" folder. HTH, -Alex On 8/23/17, 6:40 AM,

Re: Flex SDK Installation Problem

2017-08-23 Thread Josh Tynjala
You can also manually merge a newer version of the AIR SDK over an existing Flex SDK. https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html - Josh On Wed, Aug 23, 2017 at 9:21 AM, Alex Harui wrote: > Hi Philip, > > It isn't the extra "/". It is