Re: Substitutes in Apache Royale

2018-02-18 Thread Alex Harui
In theory, yes, the Royale SWF Compiler can produce Flex SWFs. The SWF Compiler is based on the same code that Adobe uses in the AIR SDK to compile AS to SWFs for AIR. Apache Flex committers added MXML support. We have a unit test that compiles the Apache Flex SDK SWCs. Might there be bugs? Sur

Re: Substitutes in Apache Royale

2018-02-18 Thread serkan . tas
Then is it possible to change the sdk of FlexBuilder to Royale and use ? Quoting Piotr Zarzycki : Alex, Are you saying that our SWF compiler is capable to compile Flex app? Wow didn't know. I thought everything what is written in Royale doesn't understand Flex. :) Piotr On Mon, Feb 19, 2018

Re: Substitutes in Apache Royale

2018-02-18 Thread Piotr Zarzycki
Alex, Are you saying that our SWF compiler is capable to compile Flex app? Wow didn't know. I thought everything what is written in Royale doesn't understand Flex. :) Piotr On Mon, Feb 19, 2018, 08:35 Alex Harui wrote: > Hi Alina, > > What I'm asking is that you take your original code without

Re: Substitutes in Apache Royale

2018-02-18 Thread Alex Harui
Hi Alina, What I'm asking is that you take your original code without porting it at all and run the Royale Compiler's SWF compiler. It should be able to produce the same SWF you are deploying now. It might catch errors that the Flex MXMLC compiler does not catch. We need a successful SWF out

RE: Substitutes in Apache Royale

2018-02-18 Thread Alina Kazi
Hi Alex, Sure, I’m compiling the code with the royale compiler. Porting basic components that are available in Royale. Thanks Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, February 19, 2018 11:16 AM To: users@royale.apache.org Subject: Re: Substitutes in Apache Roy

Re: Substitutes in Apache Royale

2018-02-18 Thread Alex Harui
Hi Alina, While I work on the compiler API report feature, you could start now trying to get your code to compile with the royale compiler from the command line. I think you can run the bin/mxmlc from the Royale releases with the same options you use with Flex MXMLC. Give it a try and let us

RE: Substitutes in Apache Royale

2018-02-18 Thread Alina Kazi
Hi Alex, I’ll be waiting for your response. Thanks, Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, February 16, 2018 2:02 AM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Hi Alina, I can't guarantee that you will be in production in s

Re: RemoteObject

2018-02-18 Thread Piotr Zarzycki
Frederic , I did play with AMFPHP a bit with success. I have downloaded AMFPHP from here [1]. There where following example service [2]. I was able to receive data from following methods without the problem. My test Royale application was placed in localhost. *returnOneParam*(1) - *OK* *returnSu

Re: RemoteObject

2018-02-18 Thread Prashant Kumar
Following cases not working: service.send("passArrayList",[new ArrayList(["Test1","Test2"])]); var v1:Vehicle = new Vehicle(); v1.name = "Nexon"; v1.brand = "TATA"; v1.dom = new Date(); service.send("addVehicle",[v1]); On Sat, Feb 17, 2018 at 4:15 PM, Carlos Rovira wrote: > Hi, I tested some

Re: rs model / tag

2018-02-18 Thread piotrz
Mandeep, I just look into that and didn't have any problem with configuration and build using Moonshine 1.9.0 and released version of Royale 0.9.1 JS only. Royale website didn't have also Moonshine IDE files in the repository I just committed it. My project configuration looks like that: