Re: Work on Emulation

2018-04-04 Thread Alex Harui
Hi Alina, I am not seeing Tile in the list of APIs your application used. We should only be working on classes used by your app. Thanks, -Alex On 4/4/18, 8:03 AM, "Peter Ent" wrote: >Hi Alina, > >The CloseEvent looks fine. > >In the others, the [IconFile] needs to be removed.

Re: Work on Emulation

2018-04-04 Thread Peter Ent
Hi Alina, The CloseEvent looks fine. In the others, the [IconFile] needs to be removed. If you have removed it I didn't see the deletion in the pull request. For Tile, I think that needs more work, unless I'm not reading the pull request correctly. You should remove most of the contents of this

Re: IntelliJ IDEA official support request

2018-04-04 Thread Piotr Zarzycki
Carlos, But that ticket is already in place for a long time. They asked us several months ago for some statistics. I'm surprised that you forgot about that, since you have created it. :) [1] [1] https://youtrack.jetbrains.com/issue/IDEA-116986 Thanks, Piotr 2018-04-04 15:26 GMT+02:00 Carlos

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
Branch->mxRoyaleTileandTileDirection https://github.com/alinakazi/royale-asjs/tree/mxRoyaleTileandTileDirection Pull Request :https://github.com/apache/royale-asjs/pull/143 Tile.as TileDirection.as Branch->MxRoyaleCloseEvent https://github.com/alinakazi/royale-asjs/tree/MxRoyaleCloseEvent Pull

Apache Royale Speaker needed!

2018-04-04 Thread Carlos Rovira
Hi Adobe AIR developers are looking for a speaker to talk about Apache Royale, please check the tweet and if you're interested contact them to organizar it: https://twitter.com/air_devs/status/981430292509577217 Thanks! -- Carlos Rovira http://about.me/carlosrovira

Re: 404 Error

2018-04-04 Thread Piotr Zarzycki
Take care Johnny! Looking forward to hear from you again here! This project need so positive people like you! :) Piotr 2018-04-04 9:42 GMT+02:00 John Barrett : > Thanks so much for all your help my friend! It’s late here in the islands, > and I have been coding for hours,

Re: 404 Error

2018-04-04 Thread John Barrett
Thanks so much for all your help my friend! It’s late here in the islands, and I have been coding for hours, and I have to get to sleep, but don’t be surprised to hear from me tomorrow. Have a great night :) Mahalo Johnny

Re: 404 Error

2018-04-04 Thread Piotr Zarzycki
Johnny, Moonshine is just another IDE, maybe less script oriented - rather with UI where you can setup everything by clicking. In VSCode your setup more or less is with scripts - mostly JSON. Feel free to try and let us know on GitHub what do you think ;) I think Patreon is the best place! Josh

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
Hi Alex, Tile and Tile Direction are ready for Review. And Now, I am working on CloseEvent. Thanks, Alina -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, April 04, 2018 11:14 AM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, Peter

Re: 404 Error

2018-04-04 Thread Piotr Zarzycki
Yep VS Code is great! :) Encourage you to support Josh on Patreon! [1] With community support he can make plugin greater. In Moonshine we are also using his plugin so it's great! Although 90% of my work is still ActionScript, I'm also working with TypeScript as backend. It's really great. You

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
Thanks. From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, April 04, 2018 11:23 AM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, Flex SDK events are not written in Java. Everything is ActionScript. Flash events are written in C and have an

Re: 404 Error

2018-04-04 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

Re: 404 Error

2018-04-04 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

Re: Work on Emulation

2018-04-04 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.

Re: Work on Emulation

2018-04-04 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:

RE: Work on Emulation

2018-04-04 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