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 an

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 wro

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: 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 mailto:piot

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 mailto:aha...@adobe.com>> Reply-To: "users@royale.apache.org" mailto:users@royale.apache.org>> Date: Monday, April 9, 2018 at 12:19 AM To: "users@royale

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 tree clean D:\dev\git\emulation_

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 > needed I can do it a

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 c

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: Wo

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: users@royale.apache.o

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 pul

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 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 or

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 > automatically. > As well if you can con

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: 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 longer do it. > I alway

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 mailto:piotrzarzy

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
No you didn't understand me. I said that rebase have some sense when you have repository where people daily create 10-15 branches and after some time you have to merge all of that. Than if you look into the structures in such tools like SourceTree - It's a mess. Rebase fixing it in that case. Piot

Re: MXRoyale build problem

2018-04-09 Thread Carlos Rovira
Hi, @Alex, the trick with rebase at least for me is that I must to have very clear the steps to do or I can fail. For example, as I come again this month to work on Royale, I forget how to do that, and have to re-learn all. For example in Sourcetree you must to set in preferences and option to en

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
I'm not against rebase if you feel my answer like that ;) I just said what does that mean to me and where I see worth to use it. 2018-04-09 18:46 GMT+02:00 Carlos Rovira : > Hi, > > @Alex, the trick with rebase at least for me is that I must to have very > clear the steps to do or I can fail. For

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
Hi Carlos, Using "force push" sounds scary/wrong to me. Note also that I had trouble working with your branches and you reported similar problems. The general advice on the internet is to not rebase public branches, and I think I've hit scenarios around that often enough to want to give up on

Re: MXRoyale build problem

2018-04-09 Thread Serkan Taş
Hi Alex, Sorry for the delay. 1.    I deleted the folder royale-asjs and then clone, check-out from scratch but failed again. 2.    Then i checked the pom file : https://github.com/apache/royale-asjs/blob/feature/MXRoyale/frameworks/projects/MXRoyale/pom.xml 3.    Replaced all 0.9.2 with 0

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
Serkan, You are pretty close to the good results. You have to take airglobal and place here -> .m2\repository\com\adobe\air\framework\airglobal\20.0\ airglobal-20.0.swc You will need also probably playerglobal.swc. Those files you can find in the Apache Flex SDK if you have some downloaded. Proba

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. > > 09.04.2018 23:00 tarihinde P

Re: MXRoyale build problem

2018-04-09 Thread Carlos Rovira
Hi Alex, my problem as I started to use again was that I forgot to check "force push" completely. Without that you are not able to do a rebase, instead you end with a corrupt branch. That was my problem, and I finaly remember that I need to set up that. The way I use to rebase was teach to me by a

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
Hi Carlos, Does that mean you are using "force push" when rebasing? I don't use it when rebasing and lots of internet articles advise against using it. If it is working for you, fine, but I wouldn't want any "forcing" to be a recommended practice for others given the advice I see out there.

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. T

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 10:10

Re: MXRoyale build problem

2018-04-09 Thread serkan . tas
Hi Alex, When i chekck the pom.xml of MXRoyale on github, i see that the version is 0.9.2 is it normal ? And here is the output of mvn clean install of royale-asjs ** hostname:~/royale/royale-asjs$

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Hi Carlos, How can I add my Pull Request to Emulation Components ? and How can i change the status https://github.com/apache/royale-asjs/projects/4 To do -> In progress ->Done Thanks, Alina Kazi From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rovira Se

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
Hah, you are correct about the version. I just pushed changes for that and a few other things. Look in /royale/royale-asjs/target/rat.txt and see what is listed there. Sometimes when a build fails, some files are left ound. Those files listed in rat.txt should not be under version control d thus

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,