Re: RemoteObject

2018-04-03 Thread Fréderic Cox
Thanks Piotr, I am *still* waiting on our server team to set up the AMFPHP test case Verstuurd vanaf mijn iPhone > Op 2 apr. 2018 om 08:32 heeft Prashant Kumar het > volgende geschreven: > > I could not get chance to look into this. Please go ahead and check this. If > you require any my sup

Re: Work on Emulation

2018-04-03 Thread Alex Harui
Hi Alina, Congratulations! I merged your pull request. You have now contributed code to Apache Royale. You should be able to use mx_internal now. I pushed those changes earlier. I'm done for today, hopefully Peter or Piotr will review the Hrule/Vrule pull request. Please make sure there ar

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread doug777
Hi Alex, I've built Module Example and run it and the result is exactly the same as for my project. There is no Module.js in the build and in the browser, Module Should Appear Below appears at the top and nothing else. The console shows - Loading failed for the

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Thanks Alex Now I am working on: Tile and TileDirection Both files are compiled successfully after changes Pull Request : https://github.com/apache/royale-asjs/pull/143 Only a Warning in Tile.as What I should do to remove that warning [java] D:\outtest\royale-asjs\frameworks\projects\

Re: Work on Emulation

2018-04-03 Thread Piotr Zarzycki
Hi Alina, If it is mx_internal I see suggestion to change it to some protected/private ? I'm not sure about that, but the other way is to got with suggestion - create getter/setter. Alex also in his suppress warnings in that commits [1] [1] https://github.com/apache/royale-asjs/commit/3cfa84f9563

Re: Work on Emulation

2018-04-03 Thread Peter Ent
I recommended changing mx_internal to protected as a stop-gap. I knew Alex would be putting something out for MXRoyale. Also: please update the Github issue with your progress. I've been trying to be consistent using it as more people working on the same items will be confusing. https://github.

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread Alex Harui
OK, I will take a look later today. Maybe something broke. -Alex On 4/3/18, 12:49 AM, "doug777" wrote: >Hi Alex, > >I've built Module Example and run it and the result is exactly the same as >for my project. > >There is no Module.js in the build and in the browser, Module Should >Appear >Below

Re: Work on Emulation

2018-04-03 Thread Peter Ent
Hi Alina, I've merged your VRule and HRule changes. Thanks for making them! —peter From: Alina Kazi mailto:alina.k...@d-bz.com>> Reply-To: "users@royale.apache.org" mailto:users@royale.apache.org>> Date: Tuesday, April 3, 2018 at 8:22 AM To: "users@royale.apache.

Re: Work on Emulation

2018-04-03 Thread Peter Ent
I forgot to mention that I had to remove the IDE image in the code. Please do one last compile before building your pull request. Thanks. —peter From: Peter Ent mailto:p...@adobe.com>> Reply-To: "users@royale.apache.org" mailto:users@royale.apache.org>> Date: Tue

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread doug777
Thanks very much, Alex. No rush though - it's a long public holiday here through to the weekend. Doug -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread Alex Harui
Hi Doug, I build the Module Example using Ant on Mac and Win and it worked fine. There are two sibling projects in ModuleExample. The Ant script builds the main app first then the module, adjusts the module files and copies them to main app's bin/js-debug/modules and bin/js-release/modules folder

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread doug777
Hi Alex, I built it with Moonshine. I don't doubt that it works with Ant, but I don't want to have to build my whole project with Ant. Shall I report the problem to the Moonshine guys or is it something outside Moonshine's control? Doug -- Sent from: http://apache-royale-users.20374.n8.nabble

404 Error

2018-04-03 Thread John Barrett
Aloha, Let me introduce myself. My name is John Barrett, but everybody calls me Johnny. You may know me from if you were a flash developer in Honolulu area during the late 1990s until now. I have also ran many of Adobe’s User Groups: - The Hawaii Flash User group - The Hawaii Animate User Group

Re: How to Set Path in UIModuleLoader

2018-04-03 Thread Alex Harui
Hi Doug, Right now there is some output manipulation going on in the js-debug build because of the way Google Closure Library fixes up dependencies. Maybe the Royale compiler should somehow take care of that, but I'm not sure. I'm also not sure Moonshine has gotten around to automating that file

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Thanks. replaced mx_internal with protected for now. And Tile and TileDirection are compiled Successfully without any warning. Alina Kazi From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, April 03, 2018 5:33 PM To: users@royale.apache.org Subject: Re: Work on Emulation I reco

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Thanks Peter From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, April 03, 2018 10:24 PM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, I've merged your VRule and HRule changes. Thanks for making them! -peter From: Alina Kazi Reply-To: "users@royale.ap

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Hi Alex, Flex-SDK Events like MouseEvent, UIEvent, TextEvent are written in Java. flex-sdk\modules\thirdparty\batik\sources\org\w3c\dom\events We can use them directly in Apache Royale as we were using them in Flex SDK ,right? -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com]

Re: Work on Emulation

2018-04-03 Thread Alex Harui
Hi Alina, Peter meant that the changing of mx_internal to protected was only temporary. mx_internal should be working for Royale so please use mx_internal instead of protected. Using protected may cause other things to not work. Thanks, -Alex From: Alina Kazi Reply-To: "users@royale.apache.

Re: Work on Emulation

2018-04-03 Thread Alex Harui
Hi Alina, Flex SDK events are not written in Java. Everything is ActionScript. Flash events are written in C and have an ActionScript API surface. There is no UIEvent in Flex that I know of. You are looking at the third party Batik library used for some CSS parsing in the compiler. Referen

Re: 404 Error

2018-04-03 Thread Piotr Zarzycki
Hi Johnny, Welcome in the Royale project! :) I will start answering from the last question. W have separate FlexJS project from Apache Flex project into new one and decided along with that separation change name to Apache Royale. In the other words it is still the same project. Of course it's been

Re: 404 Error

2018-04-03 Thread John Barrett
Aloha Piotr, I just downloaded VS Code with the AS 3/Flex extension I have heard some great things about this project on twitter so maybe worth trying. Also, I know all the dudes from the FDT team and have worked with them for years so maybe I can put something together and make a blog or someth