RE: Substitutes in Apache Royale

2018-02-23 Thread Alina Kazi
Hi Alex, Still facing similar issue. Can you please share link for repo or build machine royale-asjs folder. Thanks, Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, February 23, 2018 12:47 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Hi

RE: Substitutes in Apache Royale

2018-02-22 Thread Alina Kazi
To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale In fact, I went and tried it just now to build a Flex Hello World. I had Apache Flex 4.16.0 installed in /Users/aharui/ApacheFlex4.16.0. Then I: - took the apache-royale-0.9.1-bin-js-swf package from [1] (you must use

Re: Substitutes in Apache Royale

2018-02-21 Thread Piotr Zarzycki
a complete description, > could be parsed by an automation tool which would create these stubs. > > > *From: *Alex Harui <aha...@adobe.com> > *Sent: *Wednesday, February 21, 2018 9:26 AM > *To: *users@royale.apache.org > *Subject: *Re: Substitutes in Apache Royale

Re: Substitutes in Apache Royale

2018-02-21 Thread Gabe Harbs
To: "users@royale.apache.org <mailto:users@royale.apache.org>" > <users@royale.apache.org <mailto:users@royale.apache.org>> > Date: Wednesday, February 21, 2018 at 12:25 AM > To: "users@royale.apache.org <mailto:users@royale.apache.org>" > <

Re: Substitutes in Apache Royale

2018-02-20 Thread Alex Harui
app. BTW, what are the numbers at the end of the line? From: Alex Harui<mailto:aha...@adobe.com> Sent: Wednesday, February 21, 2018 8:38 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: Substitutes in Apache Royale OK, I've implemented the firs

RE: Substitutes in Apache Royale

2018-02-20 Thread Yishay Weiss
aha...@adobe.com> Sent: Wednesday, February 21, 2018 8:38 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: Substitutes in Apache Royale OK, I've implemented the first attempt at an API report. Get the latest -bin–js-swf package from here: http://apacheroya

Re: Substitutes in Apache Royale

2018-02-20 Thread Alex Harui
ale.apache.org<mailto:users@royale.apache.org>> Subject: Re: Substitutes in Apache Royale Sorry, just realized I referenced the JS compiler. Please try using bin/compc and bin/mxmlc. You won't need the –targets parameter, just the load-config option. HTH, -Alex From: Alex Harui <aha...

RE: Substitutes in Apache Royale

2018-02-20 Thread Alina Kazi
Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Tuesday, February 20, 2018 4:08 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Alina, The things which you are trying to do is, build your project which is written in Flex with Royale swf compiler. I'm wondering whether

Re: Substitutes in Apache Royale

2018-02-20 Thread Piotr Zarzycki
about further progress. > > SWF output file is Attached. > Thanks, > Alina > -Original Message- > From: piotrz [mailto:pio...@apache.org] > Sent: Tuesday, February 20, 2018 2:05 PM > To: users@royale.apache.org > Subject: RE: Substitutes in Apache Royale > >

RE: Substitutes in Apache Royale

2018-02-20 Thread Alina Kazi
and set variables , then I will tell you about further progress. SWF output file is Attached. Thanks, Alina -Original Message- From: piotrz [mailto:pio...@apache.org] Sent: Tuesday, February 20, 2018 2:05 PM To: users@royale.apache.org Subject: RE: Substitutes in Apache Royale Hi Alina, Here

RE: Substitutes in Apache Royale

2018-02-20 Thread piotrz
Hi Alina, Here I am! :) Everything what you need to setup is under right click on the project -> Settings. 1) Setup Library. Right click on the project and choose Settings. In the section Libraries choose folder libs. My screenshot:

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Date: Monday, February 19, 2018 at 11:14 PM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>&g

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
;users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: RE: Substitutes in Apache Royale Hi Alex, Our Flex Application(Main Project) is dependent on Flex Library Project , I tookoriginal code (Library Project)

RE: Substitutes in Apache Royale

2018-02-19 Thread Alina Kazi
, Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, February 19, 2018 12:35 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale 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

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
;users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Re: Substitutes in Apache Royale So you basically would like to in your code avoid changes FaultEvent to Event everywhere ? Yes ? That's the point in

Re: Substitutes in Apache Royale

2018-02-19 Thread Piotr Zarzycki
So you basically would like to in your code avoid changes FaultEvent to Event everywhere ? Yes ? That's the point in your case of having typed events for AMF handlers ? 2018-02-19 23:06 GMT+01:00 Carlos Rovira : > All AMF/RemoteObject API worked with that. And our

Re: Substitutes in Apache Royale

2018-02-19 Thread Gabe Harbs
I don’t use AMF, but I have no idea why you need specially typed events for that. Maybe I’m missing something… > On Feb 19, 2018, at 11:38 PM, Carlos Rovira wrote: > > Hi Harbs > > 2018-02-15 10:53 GMT+01:00 Gabe Harbs

Re: Substitutes in Apache Royale

2018-02-19 Thread Piotr Zarzycki
Wish I could have from .NET async, await <3 :) 2018-02-19 22:38 GMT+01:00 Carlos Rovira : > Hi Harbs > > 2018-02-15 10:53 GMT+01:00 Gabe Harbs : >> >> None of the cases where I had ResultEvent and FaultEvent really made a >> lot of sense to keep

Re: Substitutes in Apache Royale

2018-02-18 Thread Alex Harui
er >>> I will provide you with an updated Royale SWF compiler that will also >>> output an API usage report. >>> >>> Thanks, >>> -Alex >>> >>> From: Alina Kazi <alina.k...@d-bz.com> >>> Reply-To: "users@royale.apach

Re: Substitutes in Apache Royale

2018-02-18 Thread serkan . tas
azi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Sunday, February 18, 2018 at 10:37 PM To: "users@royale.apache.org" <users@royale.apache.org> Subject: RE: Substitutes in Apache Royale Hi Alex, Sure, I’m compilin

Re: Substitutes in Apache Royale

2018-02-18 Thread Piotr Zarzycki
che.org" <users@royale.apache.org> > Date: Sunday, February 18, 2018 at 10:37 PM > > To: "users@royale.apache.org" <users@royale.apache.org> > Subject: RE: Substitutes in Apache Royale > > Hi Alex, > > > > Sure, > > I’m compiling the code wit

Re: Substitutes in Apache Royale

2018-02-18 Thread Alex Harui
users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: Substitutes in Apache Royale 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/mxm

Re: Substitutes in Apache Royale

2018-02-15 Thread Alex Harui
at 2:13 AM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: RE: Substitutes in Apache Royale Hi Alex, Thank you so much. You gave me hope that I can achieve my target on time and at least I

Re: Substitutes in Apache Royale

2018-02-15 Thread Alex Harui
s@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Re: Substitutes in Apache Royale Hi Piotr, I considered that scenario, but the fact that this classes (ArrayCollection, ResultEvent and Fault Event), are so close to Flex and t

RE: Substitutes in Apache Royale

2018-02-15 Thread Alina Kazi
Thank you both(Piotr and Harbs) Regards, Alina From: Gabe Harbs [mailto:harbs.li...@gmail.com] Sent: Thursday, February 15, 2018 2:53 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Your milage may vary, but I actually found that my code improved when I

RE: Substitutes in Apache Royale

2018-02-15 Thread Alina Kazi
to generate that report. Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, February 15, 2018 1:40 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Hi Alina, Other than ArrayCollection, that looks right. There will be sorting classes

Re: Substitutes in Apache Royale

2018-02-15 Thread Gabe Harbs
Your milage may vary, but I actually found that my code improved when I was forced to convert ArrayCollection to ArrayList. Some cases did not really need collections at all, and I did not really use ArrayCollection features anywhere. Being forced to use getItem() rather than indexes made the

Re: Substitutes in Apache Royale

2018-02-15 Thread Carlos Rovira
Hi Piotr, I considered that scenario, but the fact that this classes (ArrayCollection, ResultEvent and Fault Event), are so close to Flex and to what all people out there like us did to build their Apps, ends make me think that this is our task to make this as easy as possible. We are not talking

Re: Substitutes in Apache Royale

2018-02-15 Thread Piotr Zarzycki
Carlos, I believe it is the matter of trying. Harbs did try and replace his ArrayCollection without the problem with ArrayList. I did try it with some demo apps and it went well. If you start your migration and face a wall - it doesn't have to end up with solution where you adding some things to

Re: Substitutes in Apache Royale

2018-02-15 Thread Carlos Rovira
Hi Harbs, mostly agree but for me ArrayCollection, FaultEvent and ResultEvent are very close to the business logic we don't want to migrate or try to left untouched. I think that three classes should have Royale counterparts to reduce migration pain. I'm talking more from a user role or someone

Re: Substitutes in Apache Royale

2018-02-15 Thread Gabe Harbs
CloseEvent,FaultEvent and ResultEvent are not really needed in Royale. Royale takes a much more “laid back” approach to Events and only creates new Event classes when they are absolutely needed. 99% if the uses of ArrayCollection can be replaced with ArrayList which exists in Royale. Sort and

Re: Substitutes in Apache Royale

2018-02-15 Thread Alex Harui
org>> Date: Wednesday, February 14, 2018 at 11:06 PM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Substitutes in Apache Royale Hi, I have replaced few imports in Apache Royale Proj

Substitutes in Apache Royale

2018-02-14 Thread Alina Kazi
Hi, I have replaced few imports in Apache Royale Project after comparison in terms of functionality. As you all are more familiar to Flex and Apache Royale. Are these correct substitutes? import org.apache.royale.html.Alert; //instead of import mx.controls.Alert; import