Re: Moonshine/Royale noob question.

2020-01-31 Thread Paul Stearns
Piotr: I developed this project for the express purpose of testing Royale. It contains a main page & two more or less Identical modules and has no backend code. I would be happy to zip it up and let you or anyone else play with it. Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
Got ya, cause this is actually Flex project, not Royale type of project, so Moonshine is showing you like that. Here we are in a migration related stuff of job. What I would recommend you to do is: 1) Build your project with Flex SDK to make sure that is working in Moonshine 2) Next you can

Re: Moonshine/Royale noob question.

2020-01-31 Thread Paul Stearns
The only option available under Platform is Web. Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 From: Piotr Zarzycki Sent: 1/31/20 4:00 PM To:

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
Ok so we have changed couple of things in that version of Moonshine. Please go to project *Settings* -> *Run* and change Platform to -> *JS* pt., 31 sty 2020 o 21:56 Paul Stearns napisał(a): > Piotr: > > I now am using 9.7 Royale, and 2.6.0 Moonshine. The nature of the error > changed. It

Re: Moonshine/Royale noob question.

2020-01-31 Thread Paul Stearns
Piotr: I now am using 9.7 Royale, and 2.6.0 Moonshine. The nature of the error changed. It doesn't like what appears to be the first line of the first module; : --targets=SWF : -load-config+=obj/FlexComponentTestConfig.xml : -locale=en_US : -debug=true : -o : bin/Main.swf : Loading

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
Paul, You have two options you can setup Royale globally, so every project would use that default. 1) Choose menu *File* -> *Settings *-> *Default SDK* -> *Change. *Next in popup choose "+" button and point to "royale-asjs" folder in unzipped SDK. 2) You can setup SDK for specific project right

Re: Moonshine/Royale noob question.

2020-01-31 Thread Paul Stearns
Piotr: I had right clicked & settings, but I didn't notice the left panel, which is grey and blended into the Projects, Useful Links, etc. I see it now. This is a criticism of the "flat" style of "responsive design" in general, not Moonshine but I find applications written using the flat no

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
Paul, Answering to your question inline. pt., 31 sty 2020 o 19:54 Paul Stearns napisał(a): > I launched Moonshine 2.5.0. I installed all of the software it could > install. > > I pointed it at a project I had copied to the machine which works fine > under Flexbuilder 3. This is where I get

Moonshine/Royale noob question.

2020-01-31 Thread Paul Stearns
I launched Moonshine 2.5.0. I installed all of the software it could install. I pointed it at a project I had copied to the machine which works fine under Flexbuilder 3. This is where I get into issues; My questions; Under Project, there is no Setup/Configure/Options to allow me to change

Re: Maven vs Ant

2020-01-31 Thread Paul Stearns
Piotr: In answer to your specific questions, my intention is to make my test application work. It includes a number of components based on standard MX components such as ValidatedTextInput which extends TextInput. Will I need to work on the framework to create this type of extended component?

Re: Maven vs Ant

2020-01-31 Thread Paul Stearns
I received instructions to get the nightly build of Royale. Which I did. The README from Royale is telling me to build Royale using Maven or Ant. If there is an easier way, I'm all for easy. Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016

Re: Maven vs Ant

2020-01-31 Thread Andrew Wetmore
Hi, Paul: I think Piotr's point is that, if you want to build applications using Apache Royale, you don't need to compile Royale from source and therefore don't need either Maven or Ant. You can use an IDE like Moonshine, connect the latest version of Royale to it (easy process right within the

Re: Maven vs Ant

2020-01-31 Thread Piotr Zarzycki
Hi Paul, The question is what do you aiming? 1) Are you going to work on framework itself? 2) Are you going to use framework as a user without touching the code? Upcoming version of Moonshine will have options to install Nightly build and reinstall whenever you want. Current version has only

Maven vs Ant

2020-01-31 Thread Paul Stearns
I currently use neither Maven, nor Ant, but I want to install Royale. Which tool will; Be easiest to use?Have fewest problems?Potentially have utility other than building Royale? Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice:

Re: Jewel TodoMVC Example

2020-01-31 Thread Carlos Rovira
Thanks Om and Ramazan! :) The source code was posted in the initial comment on this thread ;) Best Carlos El vie., 31 ene. 2020 a las 1:34, Ramazan Ergüder Bekrek (< e.bek...@yandex.com>) escribió: > Carlos can you point out where is the source code for this? > > I remember trying to learn