RE: Prioritize Release Jobs on CI

2020-04-15 Thread Yishay Weiss
I’d like to try and install an ssh server. Can anyone think of a reason not to do that? I’m asking in terms of security, and if there might be a problem because it’s a VM. Thanks. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, April 13, 2020 10:02 AM To: dev@royale.apac

RE: [DISCUSS] Discuss Release Apache Royale 1.2.0

2020-04-15 Thread Yishay Weiss
hours or until a result can be called. The vote passes if there is: - At least 3 +1 votes from the PMC - More positive votes than negative votes" So this seems ok, right? Thanks Carlos El mié., 15 abr. 2020 a las 10:47, Yishay Weiss () escribió: > Hi C

RE: Problems to create AS3 externs when JS library returns some kind of object

2020-04-15 Thread Yishay Weiss
You can just return null. I think the best thing for you to do is to go to one of the typedefs, build, and look at the generated sources. For example cd …\royale-typedefs cd google_maps ant; cd target\generated-sources Explore the .as classes there. Hope this helps. From: Carlos

RE: [DISCUSS] Discuss Release Apache Royale 1.2.0

2020-04-15 Thread Yishay Weiss
t; > > > And change it to this: > > > > > > > > I think that most people will be fine, but I just wanted to mention it. > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > > On Mon, Apr 13, 2020 at 1:33 PM wrote: > > > > > This is the discussion thread. > > > > > > Thanks, > > > Yishay Weiss > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >

[RESULT] Release Apache Royale Compiler Build Tools 1.2.0

2020-04-15 Thread Yishay Weiss
that automates the common > > steps to validate a release. Instead of individually downloading the > > package and signature files, unzipping, etc, you can instead: > > 1) create an empty folder, > > 2) download into that folder this file: > > > > > https://dist.apache.org/repos/dist/dev/royale/compiler-build-tools/1.2.0/rc3/ApproveBuildTools.xml > > 3) run the script: > >ant -e -f ApproveBuildTools.xml -Drelease.version=1.2.0 -Drc=3 > > > > You are not required to use this script, and more testing of the packages > > and build results are always encouraged. > > > > Please put all discussion about this release in the DISCUSSION thread not > > this VOTE thread. > > > > Thanks, > > Yishay Weiss >

RE: Royale Compiler Build Tools Release Step 003 Succeeded

2020-04-13 Thread Yishay Weiss
004 is failing because you missed the last instruction in 002's email. -Alex On 4/13/20, 12:08 PM, "Yishay Weiss" wrote: Looks like the email wasn’t sent correctly, which is why I got the ‘folder already exists’ message instead. From: apacheroyal...@gmail.com<mailt

RE: Royale Compiler Build Tools Release Step 003 Succeeded

2020-04-13 Thread Yishay Weiss
Looks like the email wasn’t sent correctly, which is why I got the ‘folder already exists’ message instead. From: apacheroyal...@gmail.com Sent: Saturday, April 11, 2020 8:36 AM To: dev@royale.apache.org Subject: Royale Compiler

RE: Royale_Compiler_Build_Tools_Release_Step_004 - Build # 13 - Still Failing!

2020-04-13 Thread Yishay Weiss
Actually, this was the message that I saw: Folder 1.2.0 already exists. Continue to next step. From: Alex Harui Sent: Monday, April 13, 2020 9:49:37 PM To: dev@royale.apache.org ; dev@royale.apache.org Subject: Re:

RE: Add Key to Royale Key Server

2020-04-13 Thread Yishay Weiss
> Please run a diff before committing to make sure nothing else got changed. I guess what I was missing was how to commit files to dist.a.o On 4/13/20, 10:26 AM, "Yishay Weiss" wrote: Hi Andrew, It’s not clear to me from our docs [1] what the equivalent of –keyserver is

RE: Add Key to Royale Key Server

2020-04-13 Thread Yishay Weiss
tml#gnupg > [3] https://infra.apache.org/release-signing.html#keyserver-upload > > I don't think there is a keyserver there. I think you use the commands in > the header mentioned in [1] and manually copy your public key into that > file. I think that's what they mean by "append

Staging Folder Number

2020-04-13 Thread Yishay Weiss
I couldn’t figure it out using these instructions [1]. How do I look for the folder name? [1] The number of the staging folder in https://repository.apache.org. The folder name will be something like orgapacheroyale-1234. Only enter the 1234.

RE: Royale Compiler Build Tools Release Step 002 Succeeded

2020-04-13 Thread Yishay Weiss
ke any sense there) Chris Am 13.04.20, 12:46 schrieb "Yishay Weiss" : >2. Validate that the compiled artifacts match the downloaded artifacts. What does this mean? Looks to me like the jars are different [1]. I’ll see if I understand why. [1] C:\temp1>git diff C:\temp1\arti

RE: Royale Compiler Build Tools Release Step 002 Succeeded

2020-04-13 Thread Yishay Weiss
>2. Validate that the compiled artifacts match the downloaded artifacts. What does this mean? Looks to me like the jars are different [1]. I’ll see if I understand why. [1] C:\temp1>git diff

RE: Prioritize Release Jobs on CI

2020-04-13 Thread Yishay Weiss
: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, April 13, 2020 9:55 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Prioritize Release Jobs on CI Can’t you do that with remote desktop? From: OmPrakash Muppirala Sent: Mond

RE: Prioritize Release Jobs on CI

2020-04-13 Thread Yishay Weiss
Can’t you do that with remote desktop? From: OmPrakash Muppirala Sent: Monday, April 13, 2020 9:51:25 AM To: Apache Royale Development Subject: Re: Prioritize Release Jobs on CI Alex, I believe this is your personal Azure subscription right? Any chance I can

RE: Prioritize Release Jobs on CI

2020-04-12 Thread Yishay Weiss
I agree with that. It would be nice to have instant feedback, but the issue is more with waiting on the non-release jobs. From: Alex Harui Sent: Sunday, April 12, 2020 9:45 PM To: dev@royale.apache.org Subject: Re: Prioritize Release

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
change commit. Otherwise the release will be 1.2.1. Can you revert and start over? Let me know if you need help with the revert. -Alex On 4/12/20, 5:19 AM, "Yishay Weiss" wrote: I used remote dektop. PMC members should see the correct access info now. From: Andr

Prioritize Release Jobs on CI

2020-04-12 Thread Yishay Weiss
One thing that bothers me with the CI is that if there are jobs already running or in the queue, it might take a long time to see the results of a release step. I’d like to be able to tell Jenkins to prioritize the release steps and reschedule all running or waiting jobs, which is what this

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
ucceeded Oh, thank you! I was too shy to ask that. On Sun, Apr 12, 2020 at 7:21 AM Yishay Weiss wrote: > Pardon the silly question but how do I login tp the server and open a > command prompt? > > From: apacheroyal...@gmail.com<mailto:apacheroyal...@gmail.com> > Sent: Sunday,

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
Pardon the silly question but how do I login tp the server and open a command prompt? From: apacheroyal...@gmail.com Sent: Sunday, April 12, 2020 12:45 PM To: dev@royale.apache.org Subject: Royale Compiler Build Tools Release Step

RE: Royale Releases

2020-04-08 Thread Yishay Weiss
>sounds good :) Hi Carlos, This sounds like a good plan to me too. Alex and I will do our best to get 0.9.7 out in April. Harbs will be in charge of releasing 0.9.8 in May, and you will be in charge of releasing 0.9.9 in June. Are we still in agreement on that? Thanks, Yishay From: Carlos

RE: How to build users project using ANT to JS only

2020-04-08 Thread Yishay Weiss
Taken from build_example.xml From: Yishay Weiss Sent: Wednesday, April 8, 2020 4:25:56 PM To: dev@royale.apache.org Subject: RE: How to build users project using ANT to JS only So it does not exist under c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js

RE: How to build users project using ANT to JS only

2020-04-08 Thread Yishay Weiss
in-js\royale-asjs\js\lib\ śr., 8 kwi 2020 o 15:20 Yishay Weiss napisał(a): > > > >I should not have that jsc.jar inside downloaded sdk? > > It should not exist under > > > c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\lib\jsc.jar > > It should

RE: How to build users project using ANT to JS only

2020-04-08 Thread Yishay Weiss
:49 Yishay Weiss napisał(a): > Bumping this. I’m wondering if Moonshine accidentally injects that file > which may cause these kinds of bugs. The script should verify your > ROYALE_COMPILER_HOME env var by checking for > ROYALE_COMPILER_HOME\lib\jsc.jar. It probably should not be there

RE: About Releasing 0.9.7

2020-04-08 Thread Yishay Weiss
My impression was that Alex was working on integrating the latest Maven changes in the CI release steps. I’ll take over as soon as he’s got that polished. Alex, let me know if there’s anything I can do to speed things up. From: Carlos Rovira Sent: Wednesday,

RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
sers project using ANT to JS only Got it! :) Moonshine sets ROYALE_COMPILER_HOME as well. It looks like it shouldn't ? wt., 7 kwi 2020 o 18:49 Yishay Weiss napisał(a): > Bumping this. I’m wondering if Moonshine accidentally injects that file > which may cause these kinds of bugs. The sc

RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
Bumping this. I’m wondering if Moonshine accidentally injects that file which may cause these kinds of bugs. The script should verify your ROYALE_COMPILER_HOME env var by checking for ROYALE_COMPILER_HOME\lib\jsc.jar. It probably should not be there in your case. From: Yishay Weiss

RE: How to build users project using ANT to JS only

2020-04-06 Thread Yishay Weiss
Also, see if c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\lib\jsc.jar exists, and if it does, where it comes from. My nightly download doesn’t have it. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, April 6, 2020 2:57 PM To: dev@royale.apache.org<m

RE: How to build users project using ANT to JS only

2020-04-06 Thread Yishay Weiss
> Piotr > > > > > > pt., 3 kwi 2020 o 18:40 Alex Harui > > > > napisał(a): > > > > > > > Download 0.9.6 and see what it has. > > > > > > >

RE: [royale-compiler] 01/01: Works on given test case. Hope I didn't break anything.

2020-04-06 Thread Yishay Weiss
goal should be something like this: org.apache.royale.utils.Language.closure(this.parentApplication.buttonFunction, this.parentApplication, ' buttonFunction'); I can't spend more time on that right now, but if you want to try that might help On Mon, Apr 6, 2020 at 9:16 AM Yishay Weiss wrote: > H

RE: [royale-compiler] 01/01: Works on given test case. Hope I didn't break anything.

2020-04-05 Thread Yishay Weiss
Hi, Changing to emitClosureStart(); emitAssignedValue(assignedNode); MemberAccessExpressionNode maenode = (MemberAccessExpressionNode)assignedNode;

RE: Royale zip package of Nightly build missing some empty folders

2020-04-03 Thread Yishay Weiss
s Hi Yishay, No changes here. It doesn't build. I don't know why. I will ask more question regarding mxmlc in different thread once above will be resolved. pt., 3 kwi 2020 o 15:04 Yishay Weiss napisał(a): > Hi Piotr, > > Is HelloWorld example building for you with Ant? > > Yish

RE: Royale zip package of Nightly build missing some empty folders

2020-04-03 Thread Yishay Weiss
Hi Piotr, Is HelloWorld example building for you with Ant? Yishay From: Piotr Zarzycki Sent: Friday, April 3, 2020 3:10 PM To: Apache Royale Development Subject: Royale zip package of Nightly build missing some empty folders Hi

RE: Royale Releases

2020-04-02 Thread Yishay Weiss
I’m fine with that. Thanks. From: Harbs Sent: Thursday, April 2, 2020 4:50:40 PM To: dev@royale.apache.org Subject: Re: Royale Releases I spent over an hour with Alex on the Zoom last night trying to understand all the different technical points. One point

RE: Royale Releases

2020-04-02 Thread Yishay Weiss
Chris, I think you’re missing Alex’s point. We’re not running Ant to make sure it doesn’t blow up. We’re running it to make sure the resultant tar.gz/zip files are identical to the ones created by Maven. Alex, please correct me if I’m wrong. From: Christofer

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-04-01 Thread Yishay Weiss
:26, Yishay Weiss () escribió: > > >Why "must" a RM built with all supported build systems and not just be > able to choose the >one he wants? > > To ensure that every developer is able to test his Royale changes on his > choice IDE. Part of the release is scripts th

RE: Some info from the current CI server emails

2020-04-01 Thread Yishay Weiss
uot; steps will go away and some of the instructions in the remaining steps will be simpler. -Alex On 4/1/20, 8:37 AM, "Carlos Rovira" wrote: Hi Yishay thanks go ahead, and report you findings :) El mié., 1 abr. 2020 a las 14:28, Yishay Weiss () escrib

RE: Some info from the current CI server emails

2020-04-01 Thread Yishay Weiss
ok with the evidences Chris reported various times about that the new standard process is all what we need? He responded again some minutes ago to the other list Thanks Carlos El mié., 1 abr. 2020 a las 11:19, Yishay Weiss () escribió: > > >If we are discussing if we can use just

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-04-01 Thread Yishay Weiss
ight actually make the process longer. Am 01.04.20, 11:00 schrieb "Yishay Weiss" : Let’s keep this thread about the technical requirements. We can start a new thread about what to do next. Although people feel like we’re going around in circles, I personally have gained a much be

RE: Some info from the current CI server emails

2020-04-01 Thread Yishay Weiss
Chris has done a good job of gathering the abstract requirements. We have one issue which is not agreed on by Alex, and having understood things better, myself. I think we need to vote on that. El mié., 1 abr. 2020 a las 11:07, Yishay Weiss () escribió: > I was hoping the technical requiremen

RE: Some info from the current CI server emails

2020-04-01 Thread Yishay Weiss
I was hoping the technical requirements thread would spawn a vote on the remaining issues. If the result is that the maven solution as it stands today does not meet the agreed requirements then we will have no choice but to use the CI server process. Assuming that’s the situation, I will wait

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-04-01 Thread Yishay Weiss
nue to > > support having more Maven and less Ant in the release process have not > > stepped up to examine the build-tools release candidate, one of the > > outcomes of these Maven changes that you wanted to see. Instead, this > > effort has cost me considerable time that could

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-31 Thread Yishay Weiss
have CI pipelines for continuously checking that the builds work. I wouldn't expect too many RCs to be cancelled for such reasons. Chris Am 31.03.20, 19:55 schrieb "Yishay Weiss" : Chris, is this how you see it too? >Chris wants to put the verification of the build.xml fi

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-31 Thread Yishay Weiss
Chris, is this how you see it too? >Chris wants to put the verification of the build.xml files on the voters. On 3/31/20, 10:05 AM, "Yishay Weiss" wrote: > Ideally it wouldn't matter if you build it with Ant or Maven. As I understand it, the scenario is that a

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-31 Thread Yishay Weiss
convenience. (Of course you shouldn't be shipping broken things) Chris Am 31.03.20, 19:05 schrieb "Yishay Weiss" : > Ideally it wouldn't matter if you build it with Ant or Maven. As I understand it, the scenario is that a developer makes a change and needs to package that c

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-31 Thread Yishay Weiss
ify that these scripts work? I may be missing something… Am 31.03.20, 17:59 schrieb "Yishay Weiss" : > - Some tooling could be added to validate artifacts created by any form of distribution with ones built by Ant If I understand Alex’s concern correctly he wants

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-31 Thread Yishay Weiss
> the right thing is to actually run "ant release" at some point in the > release process. In which case, you might as well use the resulting > artifacts. > > My 2 cents, > -Alex > > On 3/30/20, 12:11 PM, "Yishay Weiss" wrote:

RE: [DISCUSS] Coming back to collect requirements for the release process

2020-03-30 Thread Yishay Weiss
> Ant artifacts are reproducible by running the Ant scripts. Again, the > scenario is that if an Ant user wants to try a local change in an IDE or NPM > we want >to ensure that they can run the Ant "release" target and get the > tar.gz or .zip they need. “Again” suggests you’ve already given

RE: [royale-asjs] branch develop updated: Make sure mx combobox shows label

2020-03-29 Thread Yishay Weiss
Fair enough. I copied that from the spark implementation, maybe they could both use refactoring. From: Alex Harui Sent: Sunday, March 29, 2020 11:07 PM To: dev@royale.apache.org;

RE: Releasing: Finally giving up

2020-03-29 Thread Yishay Weiss
nks El dom., 29 mar. 2020 a las 15:59, Yishay Weiss () escribió: > Ok, I’m ready. What’s next? Do I need to cancel an RC? How do I login to > Jenkins? Where do I start? > > From: Alex Harui<mailto:aha...@adobe.com> > Sent: Thursday, March 26, 2020 8:50 PM > To: dev@royale.apa

RE: Releasing: Finally giving up

2020-03-29 Thread Yishay Weiss
Ok, I’m ready. What’s next? Do I need to cancel an RC? How do I login to Jenkins? Where do I start? From: Alex Harui<mailto:aha...@adobe.com> Sent: Thursday, March 26, 2020 8:50 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org>; Yishay Weiss<mailto:yishayj...@hotmail.c

RE: Can't Push to GitHub

2020-03-29 Thread Yishay Weiss
/asf/royale-asjs.git Chris Am 29.03.20, 13:39 schrieb "Yishay Weiss" : Hi Chris, I’m not familiar with GitBox. How does that work? Thanks. From: Christofer Dutz<mailto:christofer.d...@c-ware.de> Sent: Sunday, March 29, 2020 2:26 PM To: dev@royale.apach

RE: Can't Push to GitHub

2020-03-29 Thread Yishay Weiss
tbox instead? Chris Am 29.03.20, 13:24 schrieb "Yishay Weiss" : This looks like a problem in my network connection. GitHub is especially slow but so are other sites. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, March 28, 2020 10:36 PM

RE: Can't Push to GitHub

2020-03-29 Thread Yishay Weiss
This looks like a problem in my network connection. GitHub is especially slow but so are other sites. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, March 28, 2020 10:36 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Can't Push to GitH

RE: Can't Push to GitHub

2020-03-28 Thread Yishay Weiss
to use gitbox urls, what make all worked again. Try the gitbox alternative urls and check if it works for you El sáb., 28 mar. 2020 a las 18:41, Yishay Weiss () escribió: > Is anyone else having trouble with GitHub? It’s slow and I keep getting > the authentication window and then >

Can't Push to GitHub

2020-03-28 Thread Yishay Weiss
Is anyone else having trouble with GitHub? It’s slow and I keep getting the authentication window and then fatal: TaskCanceledException encountered. A task was canceled.

RE: Releasing: Finally giving up

2020-03-27 Thread Yishay Weiss
it. El jue., 26 mar. 2020 a las 19:50, Alex Harui () escribió: > @Yishay Weiss > > Let's wait until the set of Maven steps are available from Chris and > Carlos. Then I will try to find some cycles to help you. Because of where > I live, where the schools are closed, and my kids s

RE: Numbers not initialized to NaN

2020-03-26 Thread Yishay Weiss
height in different phases of the layout due to its positioner.offsetHeight changing. The weird thing is that positioner looks exactly the same [1], whether its offsetHeight is 19 or 34. Any ideas would be welcome. [1] 3 From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, Ma

RE: Numbers not initialized to NaN

2020-03-26 Thread Yishay Weiss
it would matter if the value was undefined or initialized to NaN. And thus, I'm not sure why the code went in the wrong direction. On 3/26/20, 9:45 AM, "Yishay Weiss" wrote: isNaN(undefined) is actually true, same as isNaN(NaN). From: Yishay Weiss<mailto:yishayj...@hotmail.

RE: Numbers not initialized to NaN

2020-03-26 Thread Yishay Weiss
isNaN(undefined) is actually true, same as isNaN(NaN). From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, March 26, 2020 6:27 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Numbers not initialized to NaN Ok, I’ll investigate why it’s undefin

RE: Numbers not initialized to NaN

2020-03-26 Thread Yishay Weiss
not initialized to NaN Numbers should be initialized to NaN, unless you've added -js-default-initializers=false to your compiler options. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Thu, Mar 26, 2020 at 9:17 AM Yishay Weiss wrote: > I think this might have come up in one

Numbers not initialized to NaN

2020-03-26 Thread Yishay Weiss
I think this might have come up in one of my previous posts so my apologies if I’m repeating a question. In Flex.as we have the following code: if (!isNaN(percentHeight) && child.includeInLayout) {

RE: Releasing: Finally giving up

2020-03-26 Thread Yishay Weiss
Hi All, I too, feel very uncomfortable participating in these threads. While grateful to Carlos and Chris for their work I’m very annoyed with the tone of ultimatums and doom and gloom. Alex has put in a lot of work into this and I trust his concerns are technical, rather than protecting his

RE: Releasing: Finally giving up

2020-03-25 Thread Yishay Weiss
I think the focus should be to agree on the requirements. Whether an RM uses the tool created by Chris or Alex can be a matter of choice. From: Carlos Rovira Sent: Wednesday, March 25, 2020 5:18 PM To: Apache Royale Development

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-21 Thread Yishay Weiss
for it. On 3/20/20, 10:19 AM, "Yishay Weiss" wrote: It’s the same code [1] as below. [1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fqr5i4data=02%7C01%7Caharui%40adobe.com%7C678378365e9e4f2e08e708d7ccf2d6db%7Cfa7b1b5a7b34438794aed2c178dece

RE: Requirements for Releases

2020-03-21 Thread Yishay Weiss
hat is currently being done, but what this step is trying to achieve. Cause perhaps there are multiple ways to achieve the same goal. Chris Am 21.03.20, 12:12 schrieb "Yishay Weiss" : I would add being able to work on it incrementally. That is, a failure in one step does not mea

RE: Requirements for Releases

2020-03-21 Thread Yishay Weiss
I would add being able to work on it incrementally. That is, a failure in one step does not mean previous steps are thrown away. Not sure how feasible that is, but I think it would be nice to have. From: Christofer Dutz Sent: Saturday, March 21, 2020 11:20 AM

RE: Release Manager for 0.9.7

2020-03-21 Thread Yishay Weiss
Chris, I appreciate you working on this. Let’s move on please. I think we all have more important things to worry about now than the definition of broken. From: Christofer Dutz Sent: Saturday, March 21, 2020 11:11 AM To:

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-20 Thread Yishay Weiss
It’s the same code [1] as below. [1] https://paste.apache.org/qr5i4 From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Friday, March 20, 2020 11:08 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Layouts: Changing widthChanged/heightChanged/sizeChanged

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-20 Thread Yishay Weiss
rules How is the width/height set on the ADG? -Alex On 3/18/20, 12:23 AM, "Yishay Weiss" wrote: Panel looks fixed, thanks. My ADG is suddenly not showing any data though. I’ll need to investigate that later… From: Alex Harui<mailto:aha...@adobe.com.INVALID> Sent: Tue

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-18 Thread Yishay Weiss
ts: Changing widthChanged/heightChanged/sizeChanged event rules Try with my latest commit. On 3/16/20, 11:21 PM, "Yishay Weiss" wrote: Mxml looks like this [1]. SuperPanel extends Panel. I’m not sure I’m at liberty to post SuperPanel’s source, but if you can’t reproduce the proble

RE: About release 0.9.7 and how to fix and streamline the process

2020-03-18 Thread Yishay Weiss
If I recall correctly, one the goals of using the CI was to enable incremental release so more than one contributor could work on a single release. I really hope that can be achieved whatever path is chosen. From: Carlos Rovira Sent: Wednesday, March 18, 2020

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-17 Thread Yishay Weiss
x:Panel look like? I probably missed a case. -Alex On 3/16/20, 1:57 AM, "Yishay Weiss" wrote: I won’t have time to investigate it today. Rolling back to d3e27d65344ad27912000e1e3205b96243d8828e fixes it. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent:

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-16 Thread Yishay Weiss
I won’t have time to investigate it today. Rolling back to d3e27d65344ad27912000e1e3205b96243d8828e fixes it. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, March 16, 2020 10:09 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Layou

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-16 Thread Yishay Weiss
MX|Panel From: Yishay Weiss Sent: Monday, March 16, 2020 10:08:49 AM To: dev@royale.apache.org Subject: RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules I’ve just updated Royale and am seeing weird behavior in Panel layout

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-16 Thread Yishay Weiss
I’ve just updated Royale and am seeing weird behavior in Panel layout. The content is taking up all the space and obliterating the title and the rest of the chrome elements. Not sure if it’s related to these changes. Will try to isolate it. From: Alex Harui

RE: Reflection Question

2020-03-15 Thread Yishay Weiss
protected. HTH, -Alex On 3/15/20, 12:50 AM, "Yishay Weiss" wrote: I have Flex code: _value = this[_formatter].format(dtTest); where _formatter == “_dateFormat” In the same class, I have private var _dateFormat:DateFormatter; which is populated In Flex this[

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-14 Thread Yishay Weiss
Good idea. Pretty sure it won’t break anything in our apps. From: Alex Harui Sent: Saturday, March 14, 2020 7:12 AM To: dev@royale.apache.org Subject: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules Hi, I am

RE: Trying to load external SVG with sag:Image

2020-03-12 Thread Yishay Weiss
svg|Image { vertical-align: top; IBeadModel: ClassReference("org.apache.royale.html.beads.models.ImageModel"); IBeadView: ClassReference("org.apache.royale.svg.beads.ImageView"); } This is what I have under

RE: Embed in Royale

2020-02-26 Thread Yishay Weiss
oyale is a simple URL reference: (once you have placed the relevant image in the *icons* folder). [1] https://apache.github.io/royale-docs/migrate-an-existing-app/flex-equivalents On Wed, Feb 26, 2020 at 9:18 AM Yishay Weiss wrote: > Does Embed work in Royale? > > I’m working on a POC to

RE: More Typedefs and Licenses

2020-02-13 Thread Yishay Weiss
: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, February 13, 2020 2:22 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: More Typedefs and Licenses Does this [1] mean we include CKEditoer [2] in royale-typedefs ? [1] https://www.apache.org/

More Typedefs and Licenses

2020-02-13 Thread Yishay Weiss
Does this [1] mean we include CKEditoer [2] in royale-typedefs ? [1] https://www.apache.org/licenses/GPL-compatibility.html [2] https://ckeditor.com/docs/ckeditor4/latest/guide/dev_license.html

Re: YFiles, EPL, Apache

2020-02-05 Thread Yishay Weiss
tility that flips the order of APIs in the JS file to see if the result would be a valid Google Closure Externs file. But he is right that being able to consume d.ts files would be much more general purpose. -Alex On 2/5/20, 12:06 AM, "Yishay Weiss" wrote: You’re right about yfile

Testing Again

2020-02-05 Thread Yishay Weiss

RE: YFiles, EPL, Apache

2020-02-05 Thread Yishay Weiss
line 22's JSDoc and see if the warning goes away and the Map class is generated. If you write a tool, it could just for a.b.c.x being defined before a.b.c. HTH, -Alex On 2/4/20, 7:18 AM, "Yishay Weiss" wrote: The interfaces seem to be generated ok, but not classes. I’m getting

RE: YFiles, EPL, Apache

2020-02-04 Thread Yishay Weiss
vaScript, so an AST (different from the one that we generate from MXML/AS) can be created from Closure-compatible JavaScript. It may be possible/better to work from the Closure AST in this case. HTH, -Alex On 2/3/20, 6:57 PM, "Yishay Weiss" wrote: Yes, they

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
edefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a long list of externs files [2] that were derived from around 3 years ago from

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
ok like. Maybe we can quickly write a tool to generate the typedefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a long list of externs files [

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, February 3, 2020 2:57 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Cc: sebastian.muel...@yworks.com<mailto:sebastian.muel...@yworks.com> Subject: RE: YFiles, EPL, Apache As promised, here is the summ

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
using "classic" TypeScript/JavaScript and wrapping the resulting component up in a small Royale component with a tiny API surface is the superios and more efficient approach. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, January 12, 2020 11:37 PM To: dev@royale.apache.

RE: [royale-asjs] branch develop updated: ToolTipRemovalWhenItemRemoved: new bead to abstract best practice showcased in #697

2020-01-28 Thread Yishay Weiss
Thanks for adding this. Since this behavior could be desirable in all component sets I’d like to suggest the following: 1. Move it to Basic 2. Create an interface ITooltipBead which includes removeTip() 3. Have all tooltip beads implement it 4. Use strand.getBeadByType(ITooltipBead)

RE: [royale-asjs] branch develop updated: Only contorllers truly intersted in multiselection will dipatch a multiselection event.

2020-01-28 Thread Yishay Weiss
If guess I figured most of the beads (and item renderers) were fine for my use-case so I might as well just use them as they are. We were not in immediate needs of anchors, for example. I realize directly instantiating a bead breaks IoC so I might have been following an example, but I don’t see

RE: Flexlib Emulation

2020-01-21 Thread Yishay Weiss
nitionByName; ? flash.utils.getQualifiedClassName; ? flash.utils.getTimer; org.apache.royale.utils.getTimer; flash.utils.Timer; org.apache.royale.utils.Timer flash.xml.XMLNode; ? On Tue, Jan 21, 2020 at 3:25 AM Yishay Weiss wrote: > That would be helpful. Thanks. > > From

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
or emulation for other areas. I will find time today. Will share my progress with you for working together. 2020年1月21日(火) 3:13 Yishay Weiss : > > Hi Taskeshita, > > How is this progressing? We might find this useful very soon. Maybe we can > work on this together. > > Th

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
Hi Taskeshita, How is this progressing? We might find this useful very soon. Maybe we can work on this together. Thanks, Yisay From: Takeshita Shoichiro Sent: Thursday, January 9, 2020 7:43 PM To: dev@royale.apache.org Subject: Flexlib

RE: ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
of the RemoteObject/AMF changes that was pending at that time. So I think is safe to work with. In case something is not working, you should contact Greg since he knows that part very well. El lun., 20 ene. 2020 a las 18:38, Yishay Weiss () escribió: > Hi, > > We are evaluating some cli

ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
Hi, We are evaluating some client needs and have run across code using mx.messaging.Consumer. Has anyone got this working? Are there examples? Thanks.

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
Oh, I see that you used it. Ignore my last comment. From: Yishay Weiss Sent: Monday, January 20, 2020 11:04:29 AM To: dev@royale.apache.org ; comm...@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
This was supposed to be covered in royale-asjs\frameworks\projects\Basic\src\main\royale\org\apache\royale\html\beads\controllers\ColorSpectrumMouseController.as From: aha...@apache.org Sent: Monday, January 20, 2020 10:47 AM To:

RE: Including Royale in Apache's trademarks list

2020-01-19 Thread Yishay Weiss
Sounds promising. Can’t wait to read it. From: Andrew Wetmore Sent: Sunday, January 19, 2020 3:52:23 PM To: dev@royale.apache.org Subject: Re: Including Royale in Apache's trademarks list I am visiting kids and grandkids in Toronto and so work patterns are a

<    2   3   4   5   6   7   8   9   10   >