Re: rs model / tag

2018-02-19 Thread Piotr Zarzycki
Mandeep, You have to just open them. Most of them were configured to work with Moonshine. Once you open there is possibility that something went wrong, so you need to check Project Settings. Are you pointing to the good Royale SDK folder. ? Did you try open Hello World? Try also reseting all

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
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 > Reply-To:

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
Hi Alina, Piotr might be better at helping you use Moonshine. The IDEs sort of expect that the libraries/SWCs that your code needs is in the same folder as the compiler. That's why it might be easier to work from the command line. I remembered this morning that the Royale SWF Compiler

RE: Substitutes in Apache Royale

2018-02-19 Thread Alina Kazi
Hi Alex, Our Flex Application(Main Project) is dependent on Flex Library Project , I took original code (Library Project) without porting it, Compiling it using Royale Compiler's SWF compiler (apache-royale-0.9.1-bin-js-swf or apache-royale-0.9.0-bin-js-swf) Moonshine IDE (1.9.0) Console

Re: rs model / tag

2018-02-19 Thread Mandeep Sarma
I believe my settings are similar to yours (as per my screenshot). What is the proper way to import an example project into moon shine? I have tried to do it manually and I've tried importing a flex project. Thanks, Mandeep [image: Inline image 1] On Sun, Feb 18, 2018 at 6:41 AM, piotrz

Re: Substitutes in Apache Royale

2018-02-19 Thread Alex Harui
I'm sure many people would be happier if there were fewer lines of code to be touched. IMO, this debate is about where it is reasonable to ask folks to change their code. I am not afraid to ask someone to tweak their code because, if you have 100,000 lines of business logic, having to change

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