RE: Work on Emulation

2018-05-14 Thread Alina Kazi
Thanks Olaf. Yes, doing this to compile Flex application by using Royale in order to ease the migration. -Alina -Original Message- From: Olaf Krueger [mailto:m...@olafkrueger.net] Sent: Tuesday, May 15, 2018 10:21 AM To: users@royale.apache.org Subject: RE: Work on Emulation Hi Alina,

RE: Work on Emulation

2018-06-08 Thread Alina Kazi
to Line Class ? Thanks, Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 07, 2018 11:21 PM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, Congratulations on that achievement. Keep up the great work. -Alex From: Alina Kazi Reply-

RE: Work on Emulation

2018-06-13 Thread Alina Kazi
Hi Alex, Is there any alternate API’s available for : flash.net.navigateToURL flash.external.ExternalInterface in Apache Royale. Or Emulated Classes should be added for navigateToURL & ExternalInterface ? Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com]

RE: Work on Emulation

2018-05-31 Thread Alina Kazi
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

RE: Work on Emulation

2018-05-31 Thread Alina Kazi
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

RE: Work on Emulation

2018-05-29 Thread Alina Kazi
to show on the screen. Keep the great work! :) Carlos 2018-05-25 13:14 GMT+02:00 Alina Kazi : Hi, Few Emulated Spark & MX Components are compiled together. MX : Button & Label Spark :Button,CheckBox,TextArea,TextInput,NumericStepper, List & DropDownList Project

RE: Work on Emulation

2018-05-29 Thread Alina Kazi
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 -Alina Kazi From: Alex Harui [mailto:aha

RE: Work on Emulation

2018-06-05 Thread Alina Kazi
/methods that are used by my first file in D-Biz Library and these properties/methods were not in https://github.com/apache/royale-asjs/wiki/Emulation-Components Do I need to add these properties and methods to Apache Royale SDK ? Thanks, Alina Kazi From: Alex Harui [mailto:aha

RE: Work on Emulation

2018-06-05 Thread Alina Kazi
, so feel free to ask like you did. Thanks, -Alex From: Alina Kazi Reply-To: "users@royale.apache.org" Date: Tuesday, June 5, 2018 at 2:06 AM To: "users@royale.apache.org" Subject: RE: Work on Emulation As components are emulated. Now, I am compiling D

RE: Work on Emulation

2018-06-06 Thread Alina Kazi
MXRoyale Lib is Compiled Successfully. Bu,t when I am compiling in an Example like other components I am getting Error on it. Thanks, Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Wednesday, June 06, 2018 9:49 AM To: 'users@royale.apache.org' Subject: RE: Work on Emulation

RE: Work on Emulation

2018-06-07 Thread Alina Kazi
Thanks Alex. One of the file from D-Bz Library Project is compiled Successfully. It contains API’s : Group,SparkSkin,Scroller,Rect,Stroke,SolidColor,SolidColorStroke,Fill,State -Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 07, 2018 1:20 PM To: users

Adding a component

2018-02-07 Thread Alina Kazi
Hi, Using flex: We used to add xmlns:components="com.shm.components.*" in top component (i.e View or Title Window) and add it as a subpart of current content this way: IFrame is a component that is created separately, and I am using/calling it in another mxml file. How can we do it

Porting to Apache Royale

2018-02-06 Thread Alina Kazi
Hi, We are going to port our existing Flex ERP System to Apache Royale. It contains different modules: -Sales -Purchase -Inventory -Accounts Payable -Accounts Receivable -Feasibility It is a huge system in terms of features and functionality. We have 7 major clients and almost 100

RE: Application Structure

2018-02-11 Thread Alina Kazi
. Are you using JSON, SOAP, XML or AMF to get the data to/from the server? 3. Do any of the lists and data grids use variable row height? 4. Do any of the lists and data grids set editable=true? Thanks, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale

advancedDataGridClasses

2018-02-14 Thread Alina Kazi
Hi, In Apache Royale Is there any component equivalent to: Import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn; Import mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer; Thanks, Alina

Substitutes in Apache Royale

2018-02-14 Thread Alina Kazi
of import mx.utils.StringUtil; Reference: http://apacheflexbuild.cloudapp.net:8080/job/Royale_ASDoc_Example/lastSucces sfulBuild/artifact/examples/royale/ASDoc/bin/js-debug/index.html Thanks, Alina Kazi

RE: Substitutes in Apache Royale

2018-02-15 Thread Alina Kazi
n favor of package level functions. Make sure you really need PopUpManager. Like was already mentioned, you can probably just use addElement(). HTH, Harbs On Feb 15, 2018, at 9:06 AM, Alina Kazi <alina.k...@d-bz.com> wrote: Hi, I have replaced few imports in Apache Royale Pro

RE: Substitutes in Apache Royale

2018-02-15 Thread Alina Kazi
to generate that report. Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, February 15, 2018 1:40 PM To: users@royale.apache.org Subject: Re: Substitutes in Apache Royale Hi Alina, Other than ArrayCollection, that looks right. There will be sorting classes

BorderContainer

2018-02-15 Thread Alina Kazi
Hi, Border Container is the major part of our Flex Application. We check all elements in Border Container (accessing the border Container through its id) and Update an actionscript object value on the basis of BorderContainer element values. Is there any alternate in Apache Royale for

RE: Substitutes in Apache Royale

2018-02-19 Thread Alina Kazi
compiler that will also output an API usage report. Thanks, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Sunday, February 18, 2018 at 10:37 PM To: "users@royale.apache.org" <users@royale.a

RE: Substitutes in Apache Royale

2018-02-20 Thread Alina Kazi
Thanks Piotr. Successfully followed all the steps except : Maybe you will have to also download Apache Flex SDK with Adobe AIR and setup environment variables: FLEX_HOME=path to the flexsdk folder AIR_HOME=path to the flexsdk folder Error occurred: Compiling SHMALIB : Sending to mxmlc: mxmlc

RE: Substitutes in Apache Royale

2018-02-20 Thread Alina Kazi
Alina Kazi <alina.k...@d-bz.com>: Thanks Piotr. Successfully followed all the steps except : Maybe you will have to also download Apache Flex SDK with Adobe AIR and setup environment variables: FLEX_HOME=path to the flexsdk folder AIR_HOME=path to the flexsdk folder Error occurred: Com

RE: Substitutes in Apache Royale

2018-02-22 Thread Alina Kazi
iled with js/bin/mxmlc. I think you will want to use the compiler option: -load-config="path to a Flex SDK flex-config.xml" and also use –compiler.targets=SWF HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <

RE: Invalid Version Issue

2018-02-25 Thread Alina Kazi
Issue Resolved . From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, February 26, 2018 10:10 AM To: users@royale.apache.org Subject: Invalid Version Issue Hi , Unable to run my Project due to Invalid Version Issue in Royale Project. Ref Link: https://www.dropbox.com/s

library Project in Moonshine IDE

2018-02-25 Thread Alina Kazi
Hi , I am trying to create and build a sample flex library Project in Moonshine IDE. No .swc output file generated and no error occurred. Settings screenshot: https://www.dropbox.com/s/gz5m8f2t63x625y/libraryProjectbuildissue.png?dl=0 -Alina

RE: Substitutes in Apache Royale

2018-02-23 Thread Alina Kazi
the files in the royale-asjs folder with the ones on our repo or build machine. HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Thursday, February 22, 2018 at 9:21 PM To: "users@royale.apache.or

RE: Work on Emulation

2018-06-18 Thread Alina Kazi
; flash.net.SharedObject; flash.xml.XMLNode; flash.utils.getQualifiedClassName; Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, June 19, 2018 3:36 AM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Serkan, You can look at the mx-manifest.xml

RE: Work on Emulation

2018-07-27 Thread Alina Kazi
; com.hurlant.crypto.symmetric.PKCS5; com.hurlant.util.Hex; Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, July 24, 2018 9:16 PM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, Yes, it makes sense that mx.controls.treeClasses.TreeItemRenderer should extend

RE: Work on Emulation

2018-08-01 Thread Alina Kazi
tio:Number = 0):void { } Getting error : col: 21 Error: Call to a possibly undefined method beginFill through a reference with static type Graphics. I am getting these type of errors on too many places. Thanks in Advance. Alina Kazi From: Al

RE: Work on Emulation

2018-08-01 Thread Alina Kazi
boxMask is of type UIComponent. graphics is the property of type mx.display.Graphics boxMask.graphics.beginFill(0x00); Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, August 01, 2018 9:02 PM To: users@royale.apache.org Subject: Re: Work on Emulation

RE: Work on Emulation

2018-08-02 Thread Alina Kazi
Thanks a lot Alex. Issue has been resolved. Thanks again. Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, August 02, 2018 1:46 PM To: users@royale.apache.org Subject: Re: Work on Emulation Are you getting this error in the SWF compilation, or JS compilation

Welcome New Users

2018-08-09 Thread Alina Kazi
rds, Alina Kazi

RE: WORK ON EMULATION

2018-08-13 Thread Alina Kazi
(or their Spark equivalents) and not flash.display.Loader directly. It would be better to change your application to not use flash.display.Loader unless there are lots of instances of using it. -Alex On 8/10/18, 2:27 AM, "Alina Kazi" wrote:

RE: Welcome New Users

2018-08-09 Thread Alina Kazi
Hi Alex, Shahid is not participating in Apache Royale since two months. 30 files are successfully compiled. Now , we are working on core files of our Application. API Reports missed some API’s that we are adding now when we see compile error. -Alina Kazi From: Alex Harui

RE: Work on Emulation

2018-07-16 Thread Alina Kazi
Hi, I am unable to import XML and XMLList in COMPILE::JS Block. I want to use XML and XMLList in SparkRoyale. Library Reference is also added like ../../../../../libs/XML.swc Thanks , Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, June 29, 2018 7:13 AM

RE: Work on Emulation

2018-07-24 Thread Alina Kazi
should also extend UIComponent? I have added a lot of missing properties and methods in Apache Royale TreeItemRenderer Class today. Thanks, Alina Kazi From: Harbs [mailto:harbs.li...@gmail.com] Sent: Monday, July 16, 2018 6:45 PM To: users@royale.apache.org Subject: Re: Work on Emulation

EMULATION

2018-03-08 Thread Alina Kazi
Hi Alex, Can you please explain emulation ? How do they will work? How they will be helpful to create our Royale Application? Thanks, Alina

Royale Build Issue

2018-03-12 Thread Alina Kazi
problem, try copying all .pbj files from the nightly to the same folders in royale-asjs. HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Thursday, March 8, 2018 at 10:42 PM To: "users@royale.apache.or

RE: Royale Build Issue

2018-03-12 Thread Alina Kazi
aphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/ HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, March 12, 2018 at 8:36 PM To: "users@royale.apache.org" <

RE: Royale Build Issue

2018-03-12 Thread Alina Kazi
Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, March 12, 2018 9:06 PM To: users@royale.apache.org Subject: Re: Royale Build Issue What errors are you getting now? From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale

RE: Royale Build Issue

2018-03-13 Thread Alina Kazi
From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, March 12, 2018 at 10:07 PM To: "users@royale.apache.org" <users@royale.apache.org> Subject: RE: Royale Build Issue Hi Alex, D:\apache royale

RE: Royale Build Issue

2018-03-13 Thread Alina Kazi
using folder names without spaces just in case. HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, March 12, 2018 at 9:32 PM To: "users@royale.apache.org" <users@royale.apache.o

RE: API Usage in Flex Web Browser application (was Re: Generating API report for Flex Web Browser application)

2018-03-13 Thread Alina Kazi
Hi Piotr, My C:\Users\aleena\.m2 folder contains only repository folder. Deleted repository folder and copied D:/prev/prev/ royale-compiler /settings-template.xml to C:\Users\aleena \.m2\ settings.xml tried 3 times ,getting this error:

RE: API Usage in Flex Web Browser application (was Re: Generating API report for Flex Web Browser application)

2018-03-13 Thread Alina Kazi
or antyvirus active ? 2018-03-13 7:50 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: Hi Piotr, My C:\Users\aleena\.m2 folder contains only repository folder. Deleted repository folder and copied D:/prev/prev/ royale-compiler /settings-template.xml to C:\Users\aleena \.m2\ settings.xml t

RE: Royale Build Issue

2018-03-13 Thread Alina Kazi
p file in the "in" folder and expand it. It should create a flexunit folder in "in" so you should have many files one of which is: in/flexunit/flexunit/flexunit-4.2.0-20140410-flex_4.12.0.swc HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apach

RE: How to Contribute in Apache Royale

2018-03-16 Thread Alina Kazi
] www.sourcetreeapp.com Piotr On Fri, Mar 16, 2018, 07:29 Alina Kazi <alina.k...@d-bz.com> wrote: Hi Alex, https://www.dropbox.com/s/ltzpvqgl8ab9e1w/mxroyalesuccess.png?dl=0 done.. Thank you. -Alina From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, March 16, 2018 11:11 AM To:

RE: How to Contribute in Apache Royale

2018-03-16 Thread Alina Kazi
the MXRoyale branch, use: git checkout feature/MXRoyale Only royale-asjs has an MXRoyale branch. We have not made a branch for the compiler yet. Thanks, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Da

RE: Royale Build Issue

2018-03-15 Thread Alina Kazi
Hi Alex, Ant build : "ant main" inside royale-compiler folder https://www.dropbox.com/s/rf0xyf6x496rnd1/error.png?dl=0 Thanks, Alina -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, March 16, 2018 8:17 AM To: users@royale.apache.org Subject: Re: Royale Build

RE: How to Contribute in Apache Royale

2018-03-15 Thread Alina Kazi
e. [1] https://github.com/apache/royale-asjs/tree/feature/MXRoyale [2] https://github.com/apache/royale-asjs/tree/feature/MXRoyale/frameworks/projects [3] https://github.com/apache/royale-asjs/tree/feature/MXRoyale/examples/mxroyale Thanks, Piotr 2018-03-15 12:51 GMT+01:00 Alina Kazi

RE: Royale Build Issue

2018-03-16 Thread Alina Kazi
, Sorry, I forgot to push a change. Pull changes for royals-compiler (develop branch) and try again. Thanks, -Alex On 3/15/18, 10:25 PM, "Alina Kazi" <alina.k...@d-bz.com> wrote: >Hi Alex, > >Ant build : "ant main" inside royale-compiler folder >https://na01

RE: Royale Build Issue

2018-03-14 Thread Alina Kazi
setup work. The advantage of starting over is that you will be able to set up quickly do a full delete and re-build in the future if you are having some other build problem. Thanks, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.a

RE: Royale Build Issue

2018-03-15 Thread Alina Kazi
royale-compiler I just run the command :mvn clean install -P -main,utils inside royale-compiler and It seems working on that machine . I will get all folders one by one and compile them. If successful, I Will let you know Thanks Alina From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Th

RE: Work on Emulation

2018-04-05 Thread Alina Kazi
Sure, I will pick APIs from the List next time. Thanks, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, April 04, 2018 8:45 PM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, I am not seeing Tile in the list of APIs your

RE: Work on Emulation

2018-04-06 Thread Alina Kazi
Please Review : https://github.com/apache/royale-asjs/pull/145 https://github.com/apache/royale-asjs/pull/149 Thanks, Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Friday, April 06, 2018 2:33 PM To: users@royale.apache.org Subject: RE: Work on Emulation Thanks

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
se Review. Thanks, Alina Kazi -Original Message----- From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Wednesday, April 04, 2018 12:06 PM To: users@royale.apache.org Subject: RE: Work on Emulation Hi Alex, Tile and Tile Direction are ready for Review. And Now, I am working on CloseEvent. Than

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

RE: Work on Emulation

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

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

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

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

RE: Work on Emulation

2018-04-08 Thread Alina Kazi
Thanks Peter. From: Peter Ent [mailto:p...@adobe.com] Sent: Friday, April 06, 2018 7:59 PM To: users@royale.apache.org Subject: Re: Work on Emulation I merged these changes into the MXRoyale branch. They compiled cleanly. Great job! —peter From: Alina Kazi <alina.k...@d-bz.

RE: Work on Emulation

2018-04-25 Thread Alina Kazi
Could someone please review PR's : 197-203 and 206 -210. https://github.com/apache/royale-asjs/pulls Thanks, Alina Kazi -Original Message- From: serkan@likyateknoloji.com [mailto:serkan@likyateknoloji.com] Sent: Wednesday, April 18, 2018 12:26 PM To: users@royale.apache.org

RE: Work on Emulation

2018-04-25 Thread Alina Kazi
Hi Alex, Ok. For now, I will add PR's and continue emulation process for other API's. When I will become committer I'll merge these PR's with apache:feature/MXRoyale and then, I will add new commits directly on apache:develop or apache:feature/MXRoyale Branch. Thanks, Alina Kazi -Original

RE: Royale Build Issue

2018-03-27 Thread Alina Kazi
Hi Alex, Running ant results a successful build . If running "ant" (instead of "ant release") is enough to start work on emulation. It only takes 8 minutes to execute. Console : https://www.dropbox.com/s/5en2ka4xqpc9f4j/antsuccessfulinroyale-asjs.png?dl=0 Thanks , Alina

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
created the MXRoyale CheckBox and do the same for some other component. Thanks, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Tuesday, March 27, 2018 at 10:41 PM To: "users@royale.apache.org" &

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
Hi, Created a CheckBox Example and compiled it with Royale SDK Is it ok? https://www.dropbox.com/s/aihmei1sooq1ddr/CheckBoxExample.zip?dl=0 -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Wednesday, March 28, 2018 10:41 AM To: users@royale.apache.org Subject: RE

RE: Royale Build Issue

2018-03-27 Thread Alina Kazi
n a Royale SDK that Moonshine is using. You could also figure out the Ant commands to build your test application without Moonshine. Thanks, -Alex On 3/27/18, 12:39 AM, "Alina Kazi" <alina.k...@d-bz.com> wrote: >Hi Alex, >Running ant results a successful build . > >

RE: Work on Emulation

2018-03-27 Thread Alina Kazi
the names). Thank you so much for your help. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Tuesday, March 27, 2018 at 7:09 AM To: "user

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
Hi Alex, Issue Raised on Git Hub . List of API’s to Re write : https://github.com/apache/royale-asjs/issues/136 My colleague will be available onwards 16 April , due to some reason. Apology for that. Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Wednesday, March 28, 2018 2:24 PM To: users@royale.apache.org Subject: RE: Work on Emulation Hi , Like Alert, TitleWindow and extends Panel , Panel extends Container. I think I should start with a Basic Component. It is requested to All, put

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
) So, it will be easy for all of us to pick a new component and start working on it. https://github.com/apache/royale-asjs/issues/136 Thanks , Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, March 28, 2018 12:50 PM To: users@royale.apache.org Subject: Re: Work

Re: Royale Build Issue

2018-03-26 Thread Alina Kazi
Hi Alex, Error Link: https://www.dropbox.com/s/5vnhodn7unk2dzo/errorr.txt?dl=0 Latest Morzilla firefox is installed on my machine Thanks, Alina On Sun, Mar 25, 2018 at 11:33 PM, Alina Kazi <alina.k...@d-bz.com> wrote: > Hi Alex, > > > > ESET nod32 antivirus was in

RE: Royale Build Issue

2018-03-25 Thread Alina Kazi
an mm.cfg file per this article: https://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fc9.html The contents of mm.cfg should be: ErrorReportingEnable=1 TraceOutputFileEnable=1 -Alex From: Alina Kazi <alinakazi1...@gmail.com> Reply-To: "users@royale

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
given link https://www.dropbox.com/s/a56yg3n8wx92b83/pullrequest.png?dl=0 If all are ok. I will create a Pull Request for ListEvent. Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, March 28, 2018 8:55 PM To: users@royale.apache.org Subject: Re: Work

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
lina From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Thursday, March 29, 2018 9:07 AM To: users@royale.apache.org Subject: RE: Work on Emulation https://github.com/apache/royale-asjs/compare/develop...feature/MXRoyale While creating a Pull Request Should I need to copy b

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
sts. Thoughts? Piotr On Thu, Mar 29, 2018, 08:00 Alina Kazi <alina.k...@d-bz.com> wrote: I understand that I need to follow below mentioned steps to work on a new emulation component: 1. I will copy files from flex-sdk branch to my local machine, 2. I will make changes in

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
. Actually when you will be working on your branch once you create pull request GitHub should automatically show those branches. You can thing about branch like copy of MXRoyale. 2018-03-29 9:45 GMT+02:00 Alina Kazi <alina.k...@d-bz.com>: Hi Piotr, Peter and Alex are using MXRoyale

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
Created a Pull Request by mistake <https://github.com/apache/royale-asjs/pull/137> Feature/mx royale #137 opened 5 minutes ago by <https://github.com/apache/royale-asjs/issues?q=is%3Apr+is%3Aopen+author%3Aalinakazi> alinakazi How can I delete it? Thanks, Alina Kazi From

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
g changed. 2018-03-29 12:10 GMT+02:00 Alina Kazi <alina.k...@d-bz.com>: Hi Piotr, Created a new branch mxRoyaleAK Switch to the branch ListEvent.as File Copied The result is : https://www.dropbox.com/s/g5bxzr472r2hidu/addtobranch.png?dl=0 Is it ok? Thanks, Alina

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
ox.com/s/mfu97rjb59e8o2q/upload.png?dl=0 Sorry, I am asking too many Questions. Just because I don’t want to do something wrong, that effect the whole branch. Thanks, Alina Kazi From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Thursday, March 29, 2018 3:55 PM To:

RE: Work on Emulation

2018-04-02 Thread Alina Kazi
Thanks J New branch Created : https://github.com/alinakazi/royale-asjs/tree/mxRoyalePanel Copied MX Panel from flex-sdk to New branch (mxRoyalePanel) Pull Request : https://github.com/apache/royale-asjs/pull/141 -Alina Kazi From: Piotr Zarzycki [mailto:piotrzarzyck

RE: Work on Emulation

2018-04-02 Thread Alina Kazi
Hi Piotr, Thanks Piotr. I am trying to add another pull request for SliderEvent.as file. but when I added this file manually at https://github.com/alinakazi/royale-asjs/tree/mxRoyaleAQ/frameworks/projects /MXRoyale/src/main/royale/mx/events and commit it. Commit auto added to previous Pull

RE: Work on Emulation

2018-04-02 Thread Alina Kazi
/MXRoyale/src/main/royale/mx/containers/Panel.as Thanks in Advance. Alina From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Monday, April 02, 2018 3:25 PM To: users@royale.apache.org Subject: RE: Work on Emulation Thanks J New branch Created : https://github.com/alinakazi/royale

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Thanks. replaced mx_internal with protected for now. And Tile and TileDirection are compiled Successfully without any warning. Alina Kazi From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, April 03, 2018 5:33 PM To: users@royale.apache.org Subject: Re: Work on Emulation I

RE: Work on Emulation

2018-04-03 Thread Alina Kazi
Thanks Peter From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, April 03, 2018 10:24 PM To: users@royale.apache.org Subject: Re: Work on Emulation Hi Alina, I've merged your VRule and HRule changes. Thanks for making them! -peter From: Alina Kazi <alina.k...@d-bz.

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 [mailto:alina.k...@d-bz.com

RE: Work on Emulation

2018-03-29 Thread Alina Kazi
Request at:https://github.com/apache/royale-asjs/compare/feature/MXRoyale...alinakazi:mxRoyaleAQ?expand=1 https://github.com/apache/royale-asjs/pull/138/files Thanks, Alina Kazi From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Thursday, March 29, 2018 4:38 PM To: users

RE: Work on Emulation

2018-03-28 Thread Alina Kazi
:49 GMT+02:00 Alina Kazi <alina.k...@d-bz.com>: Hi, Created a CheckBox Example and compiled it with Royale SDK Is it ok? https://www.dropbox.com/s/aihmei1sooq1ddr/CheckBoxExample.zip?dl=0 -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Wednesday, March 28, 2

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
still use flash.*.* if it is in COMPILE::SWF blocks. HTH, -Alex From: Alina Kazi <alina.k...@d-bz.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Tuesday, April 3, 2018 at 11:14 PM To: "users@royale.apache.org" <users@r

RE: Work on Emulation

2018-04-04 Thread Alina Kazi
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 <alina.k...@d-bz.com> Reply-To:

RE: How to Contribute in Apache Royale

2018-03-19 Thread Alina Kazi
ript/blob/master/Snippets/Maven/pom.xml Thanks, Piotr 2018-03-19 10:13 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: Clear. Thanks, Alina From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Monday, March 19, 2018 1:59 PM To: users@royale.apache.org Subject: Re: How t

Re: Royale Build Issue

2018-03-20 Thread alina kazi
Hi Alex Successfully build ant. https://www.dropbox.com/s/hp5vlxypy6w6ejt/buildantsuccessful.png?dl=0 we use mvn -Drat.skip=true -DdistributionTargetFolder=f:\src\royale-asjs\distribution -P build-distribution clean install for distribution using maven what command we have to use for ant ?

Re: Royale Build Issue

2018-03-22 Thread Alina Kazi
wledge about. > > Thanks, > -Alex > > On 3/21/18, 10:45 PM, "Alina Kazi" <alina.k...@d-bz.com> wrote: > > >Hi Alex, > >I am executing ant release in F:/src/royale-asjs folder > >Path and Error in Below link : > >Try 1. Without setting ROYALE_CO

Work on Emulation

2018-03-21 Thread Alina Kazi
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

RE: Royale Build Issue

2018-03-19 Thread Alina Kazi
global.swc AIR_HOME appears to be set to: D:\AdobeAIRSDK\bin It should probably be set to: D:\AdobeAIRSDK -Alex On 3/18/18, 11:18 PM, "Alina Kazi" <alina.k...@d-bz.com> wrote: >Hi Alex, >Sure, I will take care of this in future. > >After fetching Royale-asjs

RE: How to Contribute in Apache Royale

2018-03-18 Thread Alina Kazi
er you are starting job you should check whether there is not new stuff. In your case you will be on branch MXRoyale. Thanks, Piotr 2018-03-16 12:47 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: Issue Resolved. From: Alina Kazi [mailto:alina.k...@d-bz.com] Sent: Friday, March 16,

RE: How to Contribute in Apache Royale

2018-03-19 Thread Alina Kazi
use Nightly Build - it will build Hello World. - especially if you don't change any part of the framework. Is that more clear ? Thanks, Piotr 2018-03-19 6:31 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: Hi Piotr, Examples->MxRoyale-> HelloWorld Error

RE: library Project in Moonshine IDE

2018-02-26 Thread Alina Kazi
on that to get support for Royale swc creation. You can also raise for us issue on GitHub and I will probably personally work on that support. Thanks, Piotr 2018-02-26 11:37 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: Thanks. I have one more question that the Flex Library Project(in Moonshi

  1   2   >