RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Alex , I update the GitHub issue regularly. When I visit next day many checkboxes that I checked earlier are unchecked. Yesterday at 5:30 the status was 62 of 246 and now It is 42 of 246 Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, April 09, 2018

Re: MXRoyale build problem

2018-04-09 Thread serkan . tas
I discovered that the issue is related with OS settings. After trying on a linux box, compilation(royale-typedefs, royale-compiler, royale-asjs/.../MXRoyale) completed with success. (royale-asjs all has terminates on mobile things) I am working on it to be able to compile on my windows.

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
It looks like you are good. Now all repository are building for you ? asjs, typedefs and compiler ? 2018-04-09 22:04 GMT+02:00 Serkan Taş : > Thanks piotr, i have done already. the airglobal one, the first of the 5th > item :) > > But no messages about the player.

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
If you want to do daily rebasing, feel free. I personally would not want to start my morning dealing with rebase conflicts. IMO, some of these long-running branches like MXRoyale should be merged with develop sooner rather than later. My 2 cents, -Alex From: Piotr Zarzycki

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
To me rebasing have always sense when there are many branches created, daily. In that case structures were much more cleaner if you rebase from time to time. 2018-04-09 18:27 GMT+02:00 Alex Harui : > Hi Carlos, > > I've had too many difficulties rebasing branches that I no

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
Hi Carlos, I've had too many difficulties rebasing branches that I no longer do it. I always use straight merging these days when merging between branches. I suppose we can try rebasing and aborting if it fails and then falling back to merging, but for sure, it doesn't seem time-efficient to

Re: Work on Emulation

2018-04-09 Thread Piotr Zarzycki
Carlos, Does non committer can modify that project ? 2018-04-09 16:05 GMT+02:00 Carlos Rovira : > Hi Alina, > > I added some of your PRs to new project "Emulation Components", please if > you create new add to this project so the tickets can be handler >

Re: Work on Emulation

2018-04-09 Thread Carlos Rovira
Hi Alina, I added some of your PRs to new project "Emulation Components", please if you create new add to this project so the tickets can be handler automatically. As well if you can configure for new (and old issues) the info in the right sidebar of GitHub, that would be of much help to better

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
https://github.com/apache/royale-asjs/pull/157 for mx.core.EventPriority -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, April 09, 2018 4:45 PM To: users@royale.apache.org Subject: RE: Work on Emulation https://github.com/apache/royale-asjs/pull/156 for

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
https://github.com/apache/royale-asjs/pull/156 for IViewCursor and ICollectionView -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, April 09, 2018 3:55 PM To: users@royale.apache.org Subject: RE: Work on Emulation Please review and/or comment on the changes in

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Please review and/or comment on the changes in pull request For SandboxMouseEvent and ResizeEvent https://github.com/apache/royale-asjs/pull/155 Thanks in Advance J Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, April 09, 2018 2:57 PM To:

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Also review Pull Request for mx.effects.IEffectInstance and mx.events.EffectEvent https://github.com/apache/royale-asjs/pull/153 Thanks in Advance J Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, April 09, 2018 12:04 PM To: users@royale.apache.org Subject: RE:

Re: MXRoyale build problem

2018-04-09 Thread Carlos Rovira
Hi Alex (and others) I'm a huge advocate of Rebase in GIT. Please check this [1], since it could make your life easier. Doing in a branch rebase periodically helps you to solve conflicts soon and ensure your work are synced with develop, so when you need to merge the entire branch you'll find no

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread Carlos Rovira
Hi Jhon, 2018-04-09 8:27 GMT+02:00 John Barrett : > I agree with you that most people would rather not switch IDE, so that is > an interesting. I did some research and I will do a blog on how do install > FlexJS into FDT/Flash Builder really any Eclipse Based IDE, and if if

Re: MXRoyale build problem

2018-04-09 Thread serkan . tas
Quoting Serkan Taş : I realised that issue but tought it is normal... Here is th branch info... D:\dev\git\emulation_works\royale-asjs>git status On branch feature/MXRoyale Your branch is up to date with 'origin/feature/MXRoyale'. nothing to commit, working

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
OK, the merge went smoothly so I pushed it. Serkan, you can try again with Maven. HTH, -Alex From: Alex Harui > Reply-To: "users@royale.apache.org" > Date: Monday,

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
I think MXRoyale is out of sync with the Maven versioning. I will try to merge the royale-asjs develop branch into MXRoyale and make sure the Maven build works. I'm thinking of merging MXRoyale into develop for the 0.9.3 release. Any opinions on that? -Alex From: Piotr Zarzycki

Re: Am I missing something

2018-04-09 Thread Alex Harui
Hi Johnny, I guess I would add that to my talk. ;-) You can just write AS3, but you cannot use Flash classes. You must use Royale classes which abstract away the platform/runtime differences. Emulating the Flash classes would be too much work, IMO and not match up well in some cases to what

RE: Am I missing something

2018-04-09 Thread Yishay Weiss
Hi Johnny, Royale (formerly FlexJS) was inspired by Flex and utilizes some similar patterns. It allows you to write JS applications in AS3 but it’s not a flash->js converter, so flash objects as Sprite are not currently implements. A typical ‘Hello World’ could look like this [1] [2]. Alex

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread Alex Harui
Hi Johnny, Timing wise, afternoons on the US west coast (Pacific Daylight Time) are the most difficult for me. I'm generally available after 8:30pm (PDT) except for Wednesdays. My typical presentation for people who know Flex is to skip over the "what is AS and MXML" and show a simple MXML

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Could Someone Please Review these Pull Requests https://github.com/apache/royale-asjs/pull/150 https://github.com/apache/royale-asjs/pull/151 https://github.com/apache/royale-asjs/pull/152 Thanks in Advance J Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday,

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread John Barrett
Good Idea on renaming this e-mail thread! I used to have the talks at a certain time as I was concerned about people coming home from work, but now that it’s an on-line group I am thinking what is the best time for the global community and I can’t seem to find one. I am thinking then the