Hi Alina,

I did not look too closely, but the list of files on the commit emails looked 
reasonable.  AIUI, if there were multiple commits to a PR to adjust the code 
before merging then yes, you might see a lot of commits in the merge history.

As long as you pull changes into your local repo before doing modifications in 
your local repo, I think you will be ok.

Thanks,
-Alex

From: Alina Kazi <alina.k...@d-bz.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Monday, June 4, 2018 at 12:29 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: RE: Work on Emulation

Hi,

When I was committing the merge for some PR’s today. There were maximum 10 
commits that were shown per PR while merging.
After Merging when I see PR from history in MXRoyale Branch. It shows changes 
in many files.
But MXRoyale Source is also compiled Successfully.
Could someone please check?

Thanks,
Alina Kazi

From: Alina Kazi [mailto:alina.k...@d-bz.com]
Sent: Thursday, May 31, 2018 12:59 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Thank you so much Alex.
I didn’t noticed that while merging PR for SparkSkin.
I will re-check spark-royale-manifest.xml , SparkRoyaleClasses.as 
,mx-royale-manifest.xml and MXRoyaleClases.as  for all emulated components.

Thanks,
Alina Kazi

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Thursday, May 31, 2018 12:31 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

It looks like there was some confusion around step #8 in the wiki article.  
Classes like SparkSkin are used in MXML and thus should be added to 
src/main/resources/spark-royale-manifest.xml instead of SparkRoyaleClasses.as.  
The same may be true for the MXRoyale project and mx-royale-manifest.xml.  If 
you look at the actual Flex spark-manifest.xml and mx-manifest.xml, I think you 
can copy the lines for classes you have emulated.

HTH,
-Alex

From: Alina Kazi <alina.k...@d-bz.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Wednesday, May 30, 2018 at 11:29 PM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: RE: Work on Emulation

Hi Alex
Thanks for updating 
https://github.com/apache/royale-asjs/wiki/Emulation-Components<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FEmulation-Components&data=02%7C01%7Caharui%40adobe.com%7Cb565c8ffb38c412e9d1608d5c6bfd11d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636633449512700855&sdata=BexLZDCyeO7wvg4WPr5p%2BFGrH3fZvfE5sG4JKZh7x5k%3D&reserved=0>
 for further explanation.
I am trying to Compile mxml Components in SparkRoyale , Getting this Error : 
https://www.dropbox.com/s/0mfdivdpavtzlbi/Errorcompiling-mxml.txt?dl=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F0mfdivdpavtzlbi%2FErrorcompiling-mxml.txt%3Fdl%3D0&data=02%7C01%7Caharui%40adobe.com%7Cb565c8ffb38c412e9d1608d5c6bfd11d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636633449512710864&sdata=iAMLRkEEs7dPdpyI70iE%2F%2F%2B8v4swhuYk9RVZvw5NkgY%3D&reserved=0>

Do I need to add/change something to refer existing library in configuration 
files.

Thanks,
Alina Kazi

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, May 29, 2018 9:29 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

That is awesome.  Once the PR’s have been merged, the next test is to compile 
your existing app against the feature/MXRoyale branch.  It should compile 
without errors (of course, it probably won’t run).  If you do get errors, then 
we need to figure out why.

The next step will be to actually make the emulated components draw something 
on the screen even if it is “ugly”.  I’ve done that for several components 
already.  I will try to write up a better explanation of how I do that.
Then the next step is to make the emulated components have the right size and 
appearance.
The final step is to fix bugs so your app runs properly.

Thanks,
-Alex

From: Alina Kazi <alina.k...@d-bz.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Tuesday, May 29, 2018 at 2:36 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: RE: Work on Emulation

Thanks Alex.
All mx and spark Components are emulated except 1 that is in Progress.
Hopefully tomorrow I will merge PR’s.
Feature/MXRoyale branch is 331 commits ahead, 108 commits behind develop.
I just wanted to know when you are going to merge that branch with develop 
branch, do you merge these components will be functional ?
What should I do next to make them functional ?

Also , Thanks for providing a very helpful guide for the creation of the 
emulation:
https://github.com/apache/royale-asjs/wiki/Emulation-Components<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FEmulation-Components&data=02%7C01%7Caharui%40adobe.com%7C1f754a058c544c9d3e1308d5c5479854%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636631833669646390&sdata=UWnScja7WOCsTT4I8aHtwaANS7kTSKH4YApav9qpuO8%3D&reserved=0>

-Alina Kazi

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, May 25, 2018 9:31 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

That’s great.  I see you have almost completed the creation of the emulation 
classes.  That will be a significant milestone when you achieve that.

Keep up the good work.
-Alex

From: Alina Kazi <alinakazi1...@gmail.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Friday, May 25, 2018 at 4:14 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: Re: Work on Emulation

Hi,
Few Emulated Spark & MX Components are compiled together.
MX : Button & Label
Spark :Button,CheckBox,TextArea,TextInput,NumericStepper, List & DropDownList
Project link:
https://www.dropbox.com/s/bm2uv6bfzoqo3u0/HelloWorld.rar?dl=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fbm2uv6bfzoqo3u0%2FHelloWorld.rar%3Fdl%3D0&data=02%7C01%7Caharui%40adobe.com%7C0218b2cc67f1464231b408d5c230b258%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636628436764109381&sdata=xhMqzoP2B36YUKWTQmXyxy7XqlYeKyE8rx3VPZZ1IQ0%3D&reserved=0>

Thanks,
Alina Kazi

On Tue, May 22, 2018 at 8:39 PM, Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>> wrote:
Hi Shahid,

Please try to ask more specific questions.  In this case, maybe something like: 
 “When I compile these lines of MXML with this command line I get this error”.

Thanks,
-Alex

From: Shahid Khan <shahid.k...@d-bz.com<mailto:shahid.k...@d-bz.com>>
Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Date: Tuesday, May 22, 2018 at 12:56 AM
To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Subject: Work on Emulation

Hi,

I’m having compile issues with MX/Spark tags while emulating MXML files so 
needs some instructions on how to emulate them?

Thanks
Shahid


Reply via email to