From users-return-887-archive-asf-public=cust-asf.ponee.io@royale.apache.org Wed Mar 28 08:30:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AF281180652 for ; Wed, 28 Mar 2018 08:30:58 +0200 (CEST) Received: (qmail 27317 invoked by uid 500); 28 Mar 2018 06:30:57 -0000 Mailing-List: contact users-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@royale.apache.org Delivered-To: mailing list users@royale.apache.org Received: (qmail 27307 invoked by uid 99); 28 Mar 2018 06:30:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2018 06:30:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1C2881801AA for ; Wed, 28 Mar 2018 06:30:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2 X-Spam-Level: ** X-Spam-Status: No, score=2 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id IG5noM8io-Vp for ; Wed, 28 Mar 2018 06:30:55 +0000 (UTC) Received: from WIN-CMCMLBH19BL.vconn.com.pk (static.39.34.130.94.clients.your-server.de [94.130.34.39]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 883615FD54 for ; Wed, 28 Mar 2018 06:30:54 +0000 (UTC) Received: from aleenaPC ([58.65.129.193]) by vconn.com.pk with MailEnable ESMTPA; Wed, 28 Mar 2018 08:30:52 +0200 From: "Alina Kazi" To: References: <002101d3c0e1$7af5a590$70e0f0b0$@d-bz.com> <000001d3c5b6$4dff67e0$e9fe37a0$@d-bz.com> <001401d3c5bc$14a02740$3de075c0$@d-bz.com> <000701d3c657$65e97750$31bc65f0$@d-bz.com> In-Reply-To: Subject: RE: Work on Emulation Date: Wed, 28 Mar 2018 11:30:54 +0500 Message-ID: <001a01d3c65e$5b337200$119a5600$@d-bz.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01D3C688.440D71A0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKWjGh+n1S4/gsdZ8NXKr3sDHq3ogH3P3WHAeEVRa0BD9qAEgGvqK7jAUepeXoDeCdNtqIE5hvA Content-Language: en-us This is a multipart message in MIME format. ------=_NextPart_000_001B_01D3C688.440D71A0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Alex, =20 I am going to start with mx.controls.Alert Is it ok? =20 Thanks, Alina =20 =20 From: Alex Harui [mailto:aharui@adobe.com]=20 Sent: Wednesday, March 28, 2018 11:03 AM To: users@royale.apache.org Subject: Re: Work on Emulation =20 Hi Alina, =20 Let's get organized first. Please open a GitHub Issue and list the = components we need to emulate and put your name down by the ones you = want to start with. =20 If you compare an MXRoyale component like CheckBox against the Flex = SDK's CheckBox and compare to the API report I posted a while back, you = should be able to see how and why we created the MXRoyale CheckBox and = do the same for some other component. =20 Thanks, -Alex =20 From: Alina Kazi Reply-To: "users@royale.apache.org" Date: Tuesday, March 27, 2018 at 10:41 PM To: "users@royale.apache.org" Subject: RE: Work on Emulation =20 Hi Peter, =20 I tried emulation examples MXRoyale/HelloWorld and ControlsExample and = compiled them successfully. Sure, I will create some examples definitely. Thank you. =20 -Alina =20 From: Peter Ent [mailto:pent@adobe.com]=20 Sent: Tuesday, March 27, 2018 6:00 PM To: users@royale.apache.org Subject: Re: Work on Emulation =20 Hi Alina, =20 I'm working with Alex on the emulation examples. If you checkout the git = repo branch, feature/MXRoyale, you will find all of our work so far.=20 =20 I am currently working on improving Button and Label. You could probably = work to improve CheckBox. =20 You will also find in that branch two examples: = examples/MXRoyale/HelloWorld and ControlsExample. I've been using = ControlsExample to test my items, so perhaps you could make a new = example, like CheckBoxExample, to make it easier to focus on that = component (just copy ControlsExample and then change the names).=20 =20 Thank you so much for your help. =20 Regards, Peter Ent Adobe Systems/Apache Royale Project =20 From: Alina Kazi Reply-To: "users@royale.apache.org" Date: Tuesday, March 27, 2018 at 7:09 AM To: "users@royale.apache.org" Subject: RE: Work on Emulation =20 Hi Alex, Which file Should I take as an Example that is already ported to Apache = Royale at initial stage to create emulation? e.g., flex https://github.com/apache/flex-sdk/blob/master/frameworks/projects/mx/src= /mx/controls/CheckBox.as = =20 royale https://github.com/apache/royale-asjs/blob/feature/MXRoyale/frameworks/pr= ojects/MXRoyale/src/main/royale/mx/controls/CheckBox.as = =20 =20 Thanks, Alina Kazi =20 From: Alina Kazi [mailto:alina.kazi@d-bz.com]=20 Sent: Tuesday, March 27, 2018 3:28 PM To: users@royale.apache.org Subject: RE: Work on Emulation =20 Hi Alex, I am ready to start work. Which Component should I start from the below given link : =20 https://github.com/apache/royale-asjs/wiki/Emulation-Components = =20 =20 If any Help/Guide/Example is Available other than the above given link. Please Share. =20 Thanks in Advance. =20 Alina Kazi =20 =20 =20 From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com]=20 Sent: Wednesday, March 21, 2018 12:17 PM To: users@royale.apache.org Subject: Re: Work on Emulation =20 Hi Alina, =20 That is great news!!! =20 Thanks, Piotr On Wed, Mar 21, 2018, 07:54 Alina Kazi wrote: Hi Alex, =20 Our management has given another resource to work on Emulation. Once I will be able to release the Apache Royale build using Ant . Me & = my Colleague We Both will learn & start working on Emulations This Thread We will use to Learn Emulation. =20 Thanks, Alina Kazi ------=_NextPart_000_001B_01D3C688.440D71A0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Hi Alex,

 

I am going to start with mx.controls.Alert

Is it ok?

 

Thanks,

Alina

 

 

From:= = Alex Harui [mailto:aharui@adobe.com]
Sent: Wednesday, March = 28, 2018 11:03 AM
To: = users@royale.apache.org
Subject: Re: Work on = Emulation

 

Hi Alina,

 

Let's get organized first.  Please open a GitHub Issue and list = the components we need to emulate and put your name down by the ones you = want to start with.

 

If you compare an MXRoyale component like CheckBox against the Flex = SDK's CheckBox and compare to the API report I posted a while back, you = should be able to see how and why we created the MXRoyale CheckBox and = do the same for some other component.

 

Thanks,

-Alex

 

From: Alina Kazi <alina.kazi@d-bz.com>
Rep= ly-To: "users@royale.apache.org"= <users@royale.apache.org>Date: Tuesday, March 27, 2018 at 10:41 PM
To: = "users@royale.apache.org"= <users@royale.apache.org>Subject: RE: Work on = Emulation

 

Hi Peter,

 

I tried emulation examples MXRoyale/HelloWorld and ControlsExample and compiled = them successfully.

Sure, I will create some examples definitely.

Thank you.

 

-Alina

 

= From:= Peter Ent [mailto:pent@adobe.com] =
Sent: Tuesday, March 27, 2018 6:00 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

I'm working with Alex on the emulation examples. If you checkout the = git repo branch, feature/MXRoyale, you will find all of our work so = far. 

 

I am currently working on improving Button and Label. You could = probably work to improve CheckBox.

 

You will also find in that branch two examples: = examples/MXRoyale/HelloWorld and ControlsExample. I've been using = ControlsExample to test my items, so perhaps you could make a new = example, like CheckBoxExample, to make it easier to focus on that = component (just copy ControlsExample and then change the = names). 

 

Thank you so much for your help.

 

Regards,

Peter Ent

Adobe Systems/Apache Royale Project

 

From: Alina Kazi <alina.kazi@d-bz.com>
Rep= ly-To: "users@royale.apache.org"= <users@royale.apache.org>Date: Tuesday, March 27, 2018 at 7:09 AM
To: "users@royale.apache.org"= <users@royale.apache.org>Subject: RE: Work on Emulation

 

Hi = Alex,

Which file Should I take as an Example that is = already ported to Apache Royale at initial stage to create = emulation?

e.g.,

flex

https://github.com/apache/flex-sdk/= blob/master/frameworks/projects/mx/src/mx/controls/CheckBox.as

royale

https://github.com/apache/royale-asjs/blob/feature/MXRoyale/frameworks= /projects/MXRoyale/src/main/royale/mx/controls/CheckBox.as=

 

Thanks,

Alina = Kazi

 

= From:= Alina Kazi [mailto:alina.kazi@d-bz.com] =
Sent: Tuesday, March 27, 2018 3:28 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Hi = Alex,

I am ready to start work.

Which Component should = I start from the below given link :

 

https://gi= thub.com/apache/royale-asjs/wiki/Emulation-Components

 

If any = Help/Guide/Example is Available other than the above given = link.

Please Share.

 

Thanks in = Advance.

 

Alina = Kazi

 

 

 

= From:= Piotr Zarzycki [mailto:piotrzarzycki21@gmail.co= m]
Sent: Wednesday, March 21, 2018 12:17 PM
To: = users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi = Alina,

 

That is great = news!!!

 

Thanks,

Piotr

On Wed, Mar 21, 2018, = 07:54 Alina Kazi <alina.kazi@d-bz.com> = wrote:

Hi Alex,

 

Our = management has given another resource to work on = Emulation.

Once I will be able = to release the Apache Royale build using Ant . Me &  my = Colleague We Both will learn & start working on = Emulations

This Thread We will = use to Learn Emulation.

 

Thanks,

Alina = Kazi

------=_NextPart_000_001B_01D3C688.440D71A0--