Re: mx:ComboBox using prompt and labelFunction questions

2021-03-07 Thread Yishay Weiss
Hi, Before we start a thread on how to add prompt to mx:ComboBox can you just confirm that you've seen the walkthrough [1] ? [1] Getting MX Alert To Run · apache/royale-asjs Wiki (github.com) Thanks

Re: using externall javascript libraries (quilljs rich text editor)

2021-03-06 Thread Yishay Weiss
Check out TinyEditor as well in the mx package. From: anam Sent: Friday, March 5, 2021 7:30 PM To: dev@royale.apache.org Subject: Re: using externall javascript libraries (quilljs rich text editor) Great, i think it will be very help full :) -- Sent from:

RE: mx:ComboBox using prompt and labelFunction questions

2021-03-03 Thread Yishay Weiss
Hi, Good questions. Commented out code is usually code taken from the Flex SDK which is not yet implemented in Royale. Does this [1] answer the rest of your questions? [1] Emulation Components · apache/royale-asjs Wiki

Re: using externall javascript libraries (quilljs rich text editor)

2021-03-08 Thread Yishay Weiss
ent("link"); * link.setAttribute("rel", "stylesheet"); * link.setAttribute("type", "text/css"); * link.setAttribute("href", "https://cdn.quilljs.com/1.3.6/quill.snow.css;); * document.head.appendChild(link); * */ public function Qu

Re: using externall javascript libraries (quilljs rich text editor)

2021-03-08 Thread Yishay Weiss
As Harbs said, replace UIComponent with UIBase and it should work. Also, replace https://cdn.quilljs.com/1.3.6/quill.js with https://cdn.quilljs.com/1.3.6/quill.min.js From: anam Sent: Monday, March 8, 2021 5:29 PM To: dev@royale.apache.org Subject: Re: using

Re: using externall javascript libraries (quilljs rich text editor)

2021-03-08 Thread Yishay Weiss
at ApacheCon 2021 on using external JS libraries with a Royale app? Since you have a running example, you are halfway done with preparing your talk! Andrew On Mon, Mar 8, 2021 at 5:53 AM Yishay Weiss mailto:yishayj...@hotmail.com>> wrote: I got something working for my app and the emu

Re: [royale-asjs] branch develop updated: Allow for variation in svg expression for things like pointer-events with swf drawing api emulation (Keeping the original behaviour by default, for now)

2021-03-01 Thread Yishay Weiss
- public function createGraphicsSVG(elementName:String, noPointerEvents:Boolean = true):SVGElement + public function createGraphicsSVG(elementName:String, noPointerEvents:Boolean):SVGElement Greg, this breaks backwards compatibility. Any reason not to keep the default?

RE: META-INF/DEPENDENCIES Diff (was RE: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?))

2021-04-08 Thread Yishay Weiss
es/ -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Apr 7, 2021 at 1:43 AM Yishay Weiss wrote: > Running ant -f releasesteps.xml Release_Step_003 -Drelease.version=0.9.8 > succeeds on the CI server but fails my local pc because of this difference > in DEPENDENCIE

RE: Royale_Release_Step_008 - Build # 20 - Still Failing!

2021-04-09 Thread Yishay Weiss
I am working on the release. I have mails coming from apacheroyal...@gmail.com sent to a dedicated folder. From: Piotr Zarzycki Sent: Friday, April 9, 2021 12:45 PM To: Apache Royale Development

Building Maven Distribution

2021-04-15 Thread Yishay Weiss
Sorry if this has come up already but can anyone point me in the right direction? I ran C:\dev\full_royale_sdk\royale-asjs\distribution>mvn clean install And got [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.2.0:single (create-distro-packages) on project

RE: Getting to 1.0

2021-04-19 Thread Yishay Weiss
in releasing that. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, April 19, 2021 11:23 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Getting to 1.0 There are already some Royale apps in production so I think we are ready for 1.0 in terms of c

RE: Getting to 1.0

2021-04-19 Thread Yishay Weiss
There are already some Royale apps in production so I think we are ready for 1.0 in terms of code. Whether to call it 1.0 is probably a marketing decision at this stage. There will be announcements and (hopefully) feedback to take care of. At least that’s how I think of it. From: Andrew

Re: Building Maven Distribution

2021-04-16 Thread Yishay Weiss
This is probably due to the fact I was doing some manual editing and git pushes which messed up the release. I'm going to start another RC next week. From: Yishay Weiss Sent: Friday, April 16, 2021 7:02 AM To: dev@royale.apache.org Subject: RE: Building Maven

RE: Building Maven Distribution

2021-04-16 Thread Yishay Weiss
Not sure where the version got bumped. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Friday, April 16, 2021 9:58 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Building Maven Distribution I’m getting the same error on the CI server [1], when

RE: Building Maven Distribution

2021-04-16 Thread Yishay Weiss
t;mvn clean install -P > > with-distribution,option-with-swf > > > > More details (and some additional profiles) here: > > > > > https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven > > > > -- > > Josh Tynjala > > Bowler

Re: TLF APIs Effort Estimate

2021-02-17 Thread Yishay Weiss
interactionManager.setSelectionState From: Yishay Weiss Sent: Wednesday, February 17, 2021 10:30 AM To: dev@royale.apache.org Subject: TLF APIs Effort Estimate Hi All, The app I am porting makes extensive use of some TLF APIs. Re-implementing everything differently

TLF APIs Effort Estimate

2021-02-17 Thread Yishay Weiss
Hi All, The app I am porting makes extensive use of some TLF APIs. Re-implementing everything differently will be difficult so I am trying to estimate the work involved in actually making the below APIs work. If anyone (prbly Harbs and Alex) has time to have a quick glance and help me asses

Re: TLF APIs Effort Estimate

2021-02-17 Thread Yishay Weiss
Got it. Thank you. From: Hugo Ferreira Sent: Wednesday, February 17, 2021 12:54 PM To: Apache Royale Development Subject: Re: TLF APIs Effort Estimate Hi Yishay Weiss, What I meant to say is that I have fixes and new features on the TLF Flex version. If we get

Re: TLF APIs Effort Estimate

2021-02-17 Thread Yishay Weiss
? Thanks From: Hugo Ferreira Sent: Wednesday, February 17, 2021 12:19 PM To: Apache Royale Development Subject: Re: TLF APIs Effort Estimate Hi Yishay Weiss, In the last few months I have been absent from my own porting from Flex to Royale (I hope the things call down in Apri

Re: TLF APIs Effort Estimate

2021-02-17 Thread Yishay Weiss
be Spark issues. Thanks. From: Harbs Sent: Wednesday, February 17, 2021 1:45 PM To: Apache Royale Development Subject: Re: TLF APIs Effort Estimate The vast majority of this should work. No? > On Feb 17, 2021, at 12:30 PM, Yishay Weiss wrote: > > Hi All, &g

Re: [DISCUSS] Discuss Release Apache Royale 0.9.8 RC6

2021-08-22 Thread Yishay Weiss
s ? > > > > > > > > [1] https://nightlies.apache.org/Royale/Royale-asjs/ > > > > [2] https://paste.pics/b034e5b11b9342184899e8f29b9887d8 > > > > > > > > Thanks, > > > > Piotr > > > > > > > > pon., 16 sie

RE: Mustella Tests

2021-08-13 Thread Yishay Weiss
Stangler<mailto:estang...@bradmark.com> Sent: Wednesday, July 21, 2021 7:31 AM To: ‪Yishay Weiss<mailto:yishayj...@hotmail.com>; dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Mustella Tests PR #1134 fixes the issue. On 7/9/2021 7:37 AM, Edward Stangler

RE: [DISCUSS] Discuss Release Apache Royale 0.9.8 RC5

2021-08-17 Thread Yishay Weiss
This is fixed now. I made sure GOOG_HOME was pointing to …\royale-asjs\js\lib\google\closure-library. Either the previous GOOG_HOME was invalid or it wasn’t set (didn’t check). From: Josh Tynjala<mailto:joshtynj...@bowlerhat.dev> Sent: Monday, July 26, 2021 9:31 PM To: Yishay

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.8 released

2021-08-31 Thread Yishay Weiss
/apache/royale-asjs/wiki/Release-Notes-0.9.7 On 2021/08/31 08:20:49, Yishay Weiss wrote: > The Apache Royale community is pleased to announce the release of Apache > Royale 0.9.8. > > The Apache Royale project is the next generation of the Apache Flex SDK. It > lets deve

[RESULT] Release Apache Royale 0.9.8

2021-08-31 Thread Yishay Weiss
Total binding votes: 4 +1s Total non-binding votes: 0 Vote passes with FOUR +1 votes. Thanks to all those who took the time to review this release.

[DRAFT][ANNOUNCE] Apache Royale 0.9.8 released

2021-08-31 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.8. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

Re: [VOTE] Release Apache Royale 0.9.8 RC6

2021-08-16 Thread Yishay Weiss
o 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

[CANCEL] [VOTE] Release Apache Royale 0.9.8 RC5

2021-08-15 Thread Yishay Weiss
rue > > 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: Mustella Tests

2021-08-15 Thread Yishay Weiss
Thanks, looks good. From: Edward Stangler<mailto:estang...@bradmark.com> Sent: Saturday, August 14, 2021 3:54 AM To: Yishay Weiss<mailto:yishayj...@hotmail.com>; dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Mustella Tests PR #1146 fixes this. On

ApacheCon 2021

2021-09-02 Thread Yishay Weiss
Are we still on for that? I can't see us in the schedule...

[ANNOUNCE] Apache Royale 0.9.8 Released

2021-09-02 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.8. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.8 released

2021-09-02 Thread Yishay Weiss
to other resources are at > https://royale.apache.org/ . The documentation is a work in progress, and > volunteers are welcome to help improve it. > > === > > On Tue, Aug 31, 2021 at 5:21 AM Yishay Weiss wrote: > > > The Apache Royale community is pleased to announce the release of

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-13 Thread Yishay Weiss
I am getting the following [2] stack trace when running [1] locally on CI. Looks like a websocket connection is failing. Maybe someone with more RoyaleUnit knowledge can advise. [1] "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-13 Thread Yishay Weiss
> I manually closed Chrome and restarted the build. Let’s see if that helps... > > > >> On Sep 13, 2021, at 10:55 AM, Yishay Weiss wrote: > >> > >> It looks like org.apache.royale.test.ant.tasks.TestRun is using > >> org.java_websocket.server.WebSocketServ

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-13 Thread Yishay Weiss
It looks like org.apache.royale.test.ant.tasks.TestRun is using org.java_websocket.server.WebSocketServer to start the ws server, but I have not debugged to see why it's failing. Piotr, does ant release work for you on royale-asjs ? On 2021/09/13 07:05:29, Yishay Weiss wrote: > I am gett

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-13 Thread Yishay Weiss
time, unless someone beats me to it. On 2021/09/13 10:53:02, Harbs wrote: > ant > > > On Sep 13, 2021, at 1:41 PM, Yishay Weiss wrote: > > > > Did you do build with 'ant' or 'ant release' > > On 2021/09/13 10:20:25, Harbs wrote: > >> Didn’t hel

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-14 Thread Yishay Weiss
cJS.test RoyaleUnit Release build tests: PASSED [echo] BasicJS.test RoyaleUnit Debug build tests: Not tested [echo] BUILD SUCCESSFUL Total time: 5 seconds On 2021/09/13 11:31:49, Yishay Weiss wrote: > The CI does 'ant release' if I understand correctly. In any case I did

RE: Error in SWF mxtests

2021-09-20 Thread Yishay Weiss
Pashmina, have you looked into this? I think the CI asjs builds are failing because of this. I imagine you are busy but the longer asjs builds fail the more difficult it is diagnose problems. Please let us know how you plan to handle this. Thanks. From: Yishay Weiss<mailto:yish

Re: Build failed in Jenkins: royale-asjs_jsonly #3485

2021-09-17 Thread Yishay Weiss
I reinstalled Chrome on CI and it worked for one run, but now it's happening again. I have now uninstalled Chrome from CI completely to see if a RoyaleUnit will use a different browser and if that may help. On 2021/09/14 14:06:08, Yishay Weiss wrote: > Me: > >Looks like a websocket c

Re: Error in SWF mxtests

2021-09-17 Thread Yishay Weiss
I'm getting it too after pulling in latest changes. On 2021/09/16 00:39:10, Edward Stangler wrote: > With latest everything, fresh everything, getting an error in SWF side of > mxtests: > > ant mxtests > > TypeError: Error #1009: Cannot access a property or method of a null object >

RE: Error in SWF mxtests

2021-09-17 Thread Yishay Weiss
Rolling back to 458422fda1652198b03a4e03ae39117ba519e7df fixes it. All commits since then except one were done by @pashminak...@gmail.com. @pashminak...@gmail.com, can you please debug this? If you are unsure how to debug this you

RE: Using the Apache Royale compiler to run Adobe Flex 2 on OpenFL and JS?!

2021-09-10 Thread Yishay Weiss
Ooops, you are talking about flex 2, not as2. Sounds cool nonetheless…. From: Yishay Weiss<mailto:yish...@apache.org> Sent: Friday, September 10, 2021 9:03 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Using the Apache Royale compiler to run Adobe Flex

Re: Using the Apache Royale compiler to run Adobe Flex 2 on OpenFL and JS?!

2021-09-10 Thread Yishay Weiss
Sounds cool. We had a porting project with a big as2 codebase a year ago. Maybe there are still some more out there... On 2021/09/09 20:19:57, Josh Tynjala wrote: > Hey community, > > I just wanted to share a little demo I put together as a way of pushing the > capabilities of the Apache

Re: [royale-asjs] branch develop updated: Update defaults.css commented ProgressBar bead

2021-09-05 Thread Yishay Weiss
It is, but it works for me nonetheless, perhaps because it is imported by ProgressBar which does exist in the manifest? On 2021/09/05 10:23:34, Harbs wrote: > Is ProgressBarView missing from the MXRoyale manifest? > > > On Sep 5, 2021, at 1:04 PM, Yishay Weiss wrote: > >

RE: [GitHub] [royale-asjs] estanglerbm opened a new issue #1131: Compile not catching missing states in skin MXML

2021-07-14 Thread Yishay Weiss
You can call it a missing feature. In theory SparkRoyale’s behavior strives to be identical to So Flex Spark’s, but there will always be missing features. From: GitBox Sent: Wednesday, July 14, 2021 7:14 AM To: iss...@royale.apache.org

RE: rc3 tag

2021-08-08 Thread Yishay Weiss
Shouldn’t make a difference IMO. RC3 is now a distant memory. I would like to figure out why MX integration tests are/were failing and then start an RC6. I have been dealing with other stuff but hope to get back to it soon. If someone else wants to find out about mx integration tests s/he is

RE: [DISCUSS] Discuss Release Apache Royale 0.9.8 RC5

2021-08-04 Thread Yishay Weiss
:107) From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, July 26, 2021 9:25 PM To: Josh Tynjala<mailto:joshtynj...@bowlerhat.dev>; Apache Royale Development<mailto:dev@royale.apache.org> Subject: RE: [DISCUSS] Discuss Release Apache Royale 0.9.8 RC5 Thanks, yes, I did

Re: Container.icon in MXRoyale

2021-10-17 Thread Yishay Weiss
that in the compiler. Anyone know? On 2021/10/17 12:16:28, Yishay Weiss wrote: > Container.icon is Class, which is good in Flex for embedded images, but AFAIK > not useful for Royale. Do you guys think we should change the type to a > String at the risk of creating some compile time errors? >

Container.icon in MXRoyale

2021-10-17 Thread Yishay Weiss
Container.icon is Class, which is good in Flex for embedded images, but AFAIK not useful for Royale. Do you guys think we should change the type to a String at the risk of creating some compile time errors?

RE: Strangled with a new Royale wrapper component

2021-10-19 Thread Yishay Weiss
*method later From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Tuesday, October 19, 2021 1:04 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Strangled with a new Royale wrapper component Are you sure “resources/office/office.js” is being loaded in ti

RE: Strangled with a new Royale wrapper component

2021-10-19 Thread Yishay Weiss
Are you sure “resources/office/office.js” is being loaded in time? IIRC you can look in the html elements panel and look for the

Re: RE: Strangled with a new Royale wrapper component

2021-10-19 Thread Yishay Weiss
d to force it, with a custom loader in js but nothing worked, > probably because I'm not doing it correctly :( > Maybe there is a way to make App.start() wait until all the js are loaded? > > Hiedra > > -Mensaje original- > De: Yishay Weiss > Enviado

Re: Container.icon in MXRoyale

2021-10-18 Thread Yishay Weiss
that would IMO be the best option for now, but I am > keen to hear what others think. > > My 2 cents > Greg > > > > > On Mon, Oct 18, 2021 at 1:26 AM Yishay Weiss wrote: > > > As a compromise it may be useful to be able to have the setter receive an > >

Re: Container.icon in MXRoyale

2021-10-18 Thread Yishay Weiss
ning where class typing would > typically be a string url in royale instead... this is a quick reply, hope > it makes sense. > > Greg > Sent from my phone > > > > On Mon, 18 Oct 2021, 8:01 pm Yishay Weiss, wrote: > > > I'm convinced there's no point

Re: Build failed in Jenkins: royale-asjs_jsonly #3587

2021-10-06 Thread Yishay Weiss
It's working intermittently. It looks like firefox is auto-updating on CI, and is 64 bit. I don't know which version of geckodriver we had there originally but maybe the versions didn't match? I just upgraded geckodriver to 0.30 (64 bit). Let's see if this helps with what is manifesting as a

RE: Build failed in Jenkins: royale-asjs_jsonly #3581

2021-10-04 Thread Yishay Weiss
I uninstalled Chrome from CI [1] because RoyaleUnit tests were working on and off on Chrome. I thought there were some successful FF runs, but I may have been wrong. Thanks for looking into it. [1] Re: Build failed in Jenkins: royale-asjs_jsonly #3485 - Pony Mail

Re: Build failed in Jenkins: royale-asjs_jsonly #3587

2021-10-06 Thread Yishay Weiss
Dunno if someone took a look but build is back to normal. I'm still seeing mxtests and compiler integration tests failing. Let's see if those failures recur. On 2021/10/05 19:26:22, Josh Tynjala wrote: > From the log, I confirm that my tweaks fixed the issue with the > RoyaleUnitJS tests. It

Re: Error in SWF mxtests

2021-09-27 Thread Yishay Weiss
or: > [image: image.png] > > Regards, > Pashmina > > On Mon, Sep 20, 2021 at 12:33 AM Yishay Weiss > wrote: > > > Pashmina, have you looked into this? I think the CI asjs builds are > > failing because of this. I imagine you are busy but the longer asjs b

Re: Introducing asformat

2021-09-27 Thread Yishay Weiss
This can be very useful, and it's nice it's a standalone util which opens up using it in all editors. Do you have plans to create mxmlformatter? On 2021/09/22 17:42:53, Josh Tynjala wrote: > Hey everyone, > > I recently created asformat, which is a formatter for ActionScript code. It > is

RE: Error in SWF mxtests

2021-09-24 Thread Yishay Weiss
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Friday, September 24, 2021 9:35 AM To: Edward Stangler<mailto:estang...@bradmark.com>; dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Error in SWF mxtests Pashmina, can you verify your changes make m

[CANCEL] [VOTE] Release Apache Royale 0.9.8 RC6

2021-08-28 Thread Yishay Weiss
rue > > 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: [VOTE] Release Apache Royale 0.9.8 RC7

2021-08-28 Thread Yishay Weiss
o 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: Externs that returns a value instead of void method

2021-10-24 Thread Yishay Weiss
Are you compiling the PDF typdefs as a separate lib? If so, you need to make sure the application compiler treats it as a js-external-library. If you do that, as Josh pointed out, no js output from the lib will be included in your application so it shouldn't matter what actual values you

Re: New ExternalJS project in royale-asjs\frameworks\projects

2021-10-25 Thread Yishay Weiss
Bravas Alina and Maria. The png looks really nice. If you have typedefs for these libraries then I think you can simply add these to the typedefs repo. As for wrappers in asjs I am not sure what the most scalable approach would be. We already have some wrappers there for CreateJS, GoogleMaps,

RE: Build failed in Jenkins: royale-asjs_jsonly #3822

2021-12-05 Thread Yishay Weiss
I see this [junit] # There is insufficient memory for the Java Runtime Environment to continue. I’ll restart the machine and see if the error goes away. From: Hugo Ferreira Sent: Sunday, December 5, 2021 10:20 AM To: Apache Royale

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2021-12-20 Thread Yishay Weiss
Sort of related: there are lots of unclosed firefox processes that I think are leftover from unit tests. That could be the reason we occasionally run out of memory there. PS C:\Users\ApacheRoyaleCI> ps FireFox Handles NPM(K)PM(K) WS(K) CPU(s) Id SI ProcessName ---

RE: Build failed in Jenkins: Royale » Royale-typedefs » Apache Royale: TypeDefs: GCL #1133

2021-12-27 Thread Yishay Weiss
Royale Development<mailto:dev@royale.apache.org> Subject: Re: Build failed in Jenkins: Royale » Royale-typedefs » Apache Royale: TypeDefs: GCL #1133 That’s a js type. Weird that Maven complains about that, but ant doesn’t. Any thoughts as to why? > On Dec 27, 2021, at 1:19 PM, Yish

RE: Build failed in Jenkins: Royale » Royale-typedefs » Apache Royale: TypeDefs: GCL #1133

2021-12-27 Thread Yishay Weiss
I fixed mvn build, but I think there other such issues might arise because I only added mediasource to mvn. There are probably more in said commit that should be addressed the same way. Josh, can you comment? From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, December 27, 202

RE: Build failed in Jenkins: royale-asjs_jsonly #3909

2021-12-27 Thread Yishay Weiss
null for string/const.js From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, December 27, 2021 3:25 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Build failed in Jenkins: royale-asjs_jsonly #3909 This, however, is still a problem. From:

RE: Build failed in Jenkins: royale-asjs_jsonly #3909

2021-12-27 Thread Yishay Weiss
This, however, is still a problem. From: apacheroyal...@gmail.com Sent: Monday, December 27, 2021 3:24 PM To: royale-bui...@royale.apache.org Subject: Build failed in Jenkins: royale-asjs_jsonly #3909 See

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2021-12-28 Thread Yishay Weiss
As far as I can tell it’s failing in ant [1] as well [1] royale-asjs_jsonly #3916 Console [Jenkins] (azure.com) From: Harbs Sent: Tuesday, December 28, 2021 1:20 PM To:

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2022-01-02 Thread Yishay Weiss
) at org.apache.royale.test.ant.tasks.RoyaleUnitTask.execute(RoyaleUnitTask.java:192) From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, January 2, 2022 9:31 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: [MAVEN-BUILD] Royale » Royale-asjs -

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2022-01-02 Thread Yishay Weiss
I added a job that cleans all FF processes after royale-asjs_jsonly. Memory usage was up to 90% with no jobs running. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Wednesday, December 29, 2021 8:59 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE:

RE: Bead optimizations

2022-01-03 Thread Yishay Weiss
entation models are not “models". The rest is code that’s not used unless I’m mistaken. > On Jan 3, 2022, at 2:02 PM, Yishay Weiss wrote: > > I think I fixed ImageViewBase (not tested), here’s what my grep shows after > pulling the changes. > > PS C:\dev\flexjs\roy

RE: Weird issue

2022-01-04 Thread Yishay Weiss
Maybe antivirus is stressed over log4j due to exposed [1] vulnerability? [1] What is the log4j vulnerability and should I do anything to protect myself? - The Washington Post From:

RE: [royale-docs] branch master updated: Update item-renderers.md

2022-01-05 Thread Yishay Weiss
A general note, that maybe applies here as well, is that Flex and AS3 documentation is still out there. I believe Harman has taken upon itself to maintain (or at least archive) it for now. “Flex in Action” is still available for purchase. I know Royale is not Flex, but it may make sense to at

Non Functional Emulation Components

2021-12-21 Thread Yishay Weiss
Hi, I created a wiki page [1] to list all components that exist in the emulation code but are not yet implemented. We recently had a client struggle to make ComboBox work. It took us a while to figure out that ComboBox was not working and was probably added as a stub. This unfortunately shook

RE: [royale-asjs] 01/04: Prep for emulation creationPolicy: foundation for deferred layouts and

2021-12-23 Thread Yishay Weiss
protected function createChildren():void { -MXMLDataInterpreter.generateMXMLInstances(mxmlDocument, this, MXMLDescriptor); +var children:Array = this.MXMLDescriptor; +if (children && children.length && !processedMXMLDescriptors) { +layoutDeferred =

RE: [royale-asjs] 01/04: Prep for emulation creationPolicy: foundation for deferred layouts and

2021-12-23 Thread Yishay Weiss
I hope I fixed this with 768cf0073a826e6cf058e56c673fdf7d92f64bcf From: Yishay Weiss Sent: Thursday, December 23, 2021 6:32:39 PM To: dev@royale.apache.org ; comm...@royale.apache.org ; greg.d...@gmail.com Subject: RE: [royale-asjs] 01/04: Prep for emulation

RE: FormItem preferredWidth error

2021-12-23 Thread Yishay Weiss
I’m seeing this too. Cannot say if this is regression. I think measurement following added child happens too soon, i.e. before createChildren() finishes. I might have a fix for this, I’ll update, and will appreciate feedback. From: Edward Stangler Sent: Thursday,

RE: Compiler options for reducing release build size of Royale projects (Part 2)

2021-12-28 Thread Yishay Weiss
>1. Jewel does not look like it can be aggressively minified. (Spectrum can.) > 2. MX/Spark does not look like it can either. Can you explain this? From: Harbs Sent: Tuesday, December 28, 2021 11:36 PM To: Apache Royale Development

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2021-12-28 Thread Yishay Weiss
637756228030747252%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000sdata=Stfk0GHe9jwnKuAYZD0vOhTe80uj51a1Aocx151Bmj8%3Dreserved=0> On Mon, Dec 20, 2021 at 10:08 AM Yishay Weiss wrote: > Sort of related: there are lots of unclo

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2021-12-28 Thread Yishay Weiss
e » Royale-asjs - Build # 2015 - Still Failing! We probably need to wipe closure on the server. > On Dec 28, 2021, at 2:45 PM, Yishay Weiss wrote: > > As far as I can tell it’s failing in ant [1] as well > > [1] royale-asjs_jsonly #3916 Console [Jenkins] > (azure.co

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2021-12-29 Thread Yishay Weiss
hed a change a couple of hours ago that sets the closure library files for Maven. -Alex On 12/28/21, 11:11 PM, "Yishay Weiss" wrote: Is this [1] what you meant? Just ran that. [1] PS C:\jenkins\workspace\royale-compiler> ant wipe-all From: Harbs<mailto:harbs.li...@

TDF fails at tree example

2021-12-30 Thread Yishay Weiss
There’s an internal compiler error [1]. I’m guessing compiler is failing on

RE: Bead optimizations

2022-01-03 Thread Yishay Weiss
rk/components/SkinnableDataContainer.as: var presModel:IListPresentationModel = getBeadByType(IListPresentationModel) as IListPresentationModel; From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, January 3, 2022 1:33 PM To: dev@royale.apache.org<mailto:dev@royale.apache.

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2022-01-02 Thread Yishay Weiss
rsion. If you can log into the CI server when the build is going on, you can sometimes see other error output when there are failures. HTH, -Alex On 1/2/22, 5:08 AM, "Yishay Weiss" wrote: I removed it. The problem was that it was getting GC from an env var, so I updated the GOOG_HOM

RE: Bead optimizations

2022-01-03 Thread Yishay Weiss
This breaks some SDK code. Our client is complaining about ImageViewBase.strand not letting the app run. Did you scan for occurences of getBeadByType(IBeadModel) in the SDK? From: Harbs Sent: Monday, January 3, 2022 1:15 PM To:

RE: Bead optimizations

2022-01-03 Thread Yishay Weiss
Some thoughts on this: > we always tried to load a model bead whether it’s needed or not … > Not all components need a view or a controller or a layout. I understand this isn’t strictly PAYG but I consider it to be part of UIBase’s lifecycle. One advantage is that MVC (and layout for

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 2015 - Still Failing!

2022-01-01 Thread Yishay Weiss
mpiler uses `wipe-all`, typedefs uses 'wipe' and asjs uses 'super-clean' to essentially do the same thing. HTH, -Alex On 12/29/21, 12:04 AM, "Yishay Weiss" wrote: But this is ant unless I’m missing something. From: Alex Harui<mailto:aha...@adobe.com.INVALID> Sent:

RE: Build failed in Jenkins: royale-asjs_jsonly #3953

2022-01-04 Thread Yishay Weiss
[java] C:\jenkins\workspace\royale-asjs_jsonly\frameworks\projects\Basic\src\main\royale\org\apache\royale\html\beads\BinaryImageLoader.as(72): col: 23 Error: Access of possibly undefined property IStrandWithModel. Harbs, I think you are missing an import. From:

RE: Non Functional Emulation Components

2021-12-21 Thread Yishay Weiss
e MXTests? > > On 12/21/21, 4:26 AM, "Yishay Weiss" wrote: > >Hi, > >I created a wiki page [1] to list all components that exist in the > emulation code but are not yet implemented. We recently had a client struggle > to make ComboBox work. It

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2021-12-20 Thread Yishay Weiss
c16dacf1aad429bb27808d9c3e8ecff%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637756228030747252%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000sdata=Stfk0GHe9jwnKuAYZD0vOhTe80uj51a1Aocx151Bmj8%3Dreserved=0> On Mon, Dec 20, 2021 at 10:08 AM Yi

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2021-12-20 Thread Yishay Weiss
asjs_MXTests #2215 I don't know if this is the only place, but I was just looking over this code: https://github.com/apache/royale-asjs/blob/develop/mustella/src/main/java/marmotinni/MarmotinniRunner.java -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Mon, Dec 20, 2021 at 10:55 AM Y

RE: Build failed in Jenkins: royale-asjs_MXTests #2215

2021-12-20 Thread Yishay Weiss
browser tab, and at least for me, the browser is not closed, although this might be because of some difference with how I have things running locally. Is that the same thing that happens on the build server? If so, would that not accumulate over time? On Tue, Dec 21, 2021 at 7:55 AM Yishay

RE: Build failed in Jenkins: Royale » Royale-typedefs » Apache Royale: TypeDefs: GCL #1133

2021-12-27 Thread Yishay Weiss
Harbs, I think you missed an import for MediaSource F:\jenkins\jenkins-slave\712657a4\workspace\Royale\Royale-typedefs\GCL\src\main\royale\goog\html\SafeUrl.as(62): col: 54 Error: Type was not found or was not a compile-time constant: MediaSource. public static function

RE: [royale-asjs] branch develop updated: label interface for mx

2021-12-22 Thread Yishay Weiss
Looks like you missed TreeItemRenderer. I haven’t checked to see if others were omitted. From: ha...@apache.org Sent: Sunday, December 19, 2021 11:26 AM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: label

RE: DataGridColumn visible property seems to be ignored

2021-11-21 Thread Yishay Weiss
> > For what I saw, we need to first support beads on DataGridColumn and then > implement that bead. > I will check that possibility later and if I can implement it that way, I > can commit. > > Yishay Weiss escreveu no dia quarta, 17/11/2021 > à(s) 08:26: > >

RE: DataGridColumn visible property seems to be ignored

2021-11-17 Thread Yishay Weiss
the columns in a generic way seems too complex. Yishay Weiss escreveu no dia terça, 16/11/2021 à(s) 05:38: > This looks like a mistake in the SDK code unless I'm missing something, > Can anyone think of a reason to ignore true values? > > On 2021/11/15 00:19:26 Hugo Ferreira w

Re: Re: Why Does GCC Not Rename This?

2021-11-09 Thread Yishay Weiss
release build size of Royale projects" (and "Part 2"). > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > > On Tue, Nov 9, 2021 at 4:15 AM Yishay Weiss wrote: > > > >> I was playing aroun

<    2   3   4   5   6   7   8   9   10   >