Using Mvn Build as SDK Home

2020-10-20 Thread Yishay Weiss
When I build SDK with ant I can just point VSCode to royale-asjs and it can use it to compile. How do I do that if I build SDK with mvn?

RE: Added helper function on Bead.as to make beads cleaner

2020-10-20 Thread Yishay Weiss
Most of the times I just implement IBead rather than extending Bead.as and I’m not sure how much it is being used, but it should probably be kept small. I personally have not needed unlistenOnStrand. Hugo & Carlos, when was this necessary for you guys? > if we have listenOnStrand, shouldn't we

Compiler Silently Failing

2020-10-09 Thread Yishay Weiss
I have a project that I'm trying to build in ant. Ant is reporting success, the compiler is not showing any errors and yet I don't see the bin/js-debug folder being created. I'm also not seeing the following lines which I see in successful builds: [mxmlc] Oct 09, 2020 9:57:18 PM com.google

RE: compc - target=JS

2020-10-08 Thread Yishay Weiss
anually. -load-config=${ROYALE_HOME}/frameworks/js-config.xml I think that Alex is the one who set up this workflow, so if he's around, he might have some more insights. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Oct 7, 2020 at 4:20 PM Yishay Weiss wrote: > H

RE: compc - target=JS

2020-10-08 Thread Yishay Weiss
om.xml#L90 El jue., 8 oct. 2020 a las 1:20, Yishay Weiss () escribió: > Hi, > > I am not able to create a swc when specifying JS (or JSRoyale) as a > target. I keep getting a message saying xxx.swc not found where xxx.swc is > the output parameter. > > Is this even possible to

compc - target=JS

2020-10-07 Thread Yishay Weiss
Hi, I am not able to create a swc when specifying JS (or JSRoyale) as a target. I keep getting a message saying xxx.swc not found where xxx.swc is the output parameter. Is this even possible to do or do I need to specify SWF,JSRoyale as the target? Any help appreciated.

RE: 2 JS libraries

2020-10-03 Thread Yishay Weiss
HI Hugo, I think you are on the right track. As far as I remember there is no easy guaranteed way to serialize code injection in JS. Yishay From: Hugo Ferreira Sent: Friday, October 2, 2020 11:11 AM To: Apache Royale Development Subje

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

2020-09-25 Thread Yishay Weiss
> > [java] Exception in thread "main" java.lang.IllegalStateException: > The driver executable does not exist: C:\geckodriver\geckodriver.exe > [java] at Seems to be related to the gecko infra changes. From: Piotr Zarzycki Sent: Friday, September

RE: [royale-compiler] branch develop updated: [maven-release-plugin] prepare for next development iteration

2020-09-24 Thread Yishay Weiss
Is this the same step where you got stuck before? From what I remember you were missing a way to specify your SVN credentials on dist and I added param in the form for that. Can you trace the old thread on dev and verify? From: Harbs Sent: Thursday, September 24, 20

RE: compc - configname

2020-09-22 Thread Yishay Weiss
So I guess I was just using the flex compiler which explains why configname went unnoticed. Thank, Josh and Greg. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Tuesday, September 22, 2020 9:26 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: compc

RE: compc - configname

2020-09-22 Thread Yishay Weiss
using js/lib/compc.jar instead of lib/compc.jar. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 22, 2020 at 11:21 AM Yishay Weiss wrote: > If I do that I get > > Buildfile: C:\dev\example\build.xml > > compile: > [java] Unknown tag:co

RE: compc - configname

2020-09-22 Thread Yishay Weiss
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 22, 2020 at 11:07 AM Yishay Weiss wrote: > Maybe you can share some of your source? This is my ant test project > which fails. > > Thanks. > &

RE: compc - configname

2020-09-22 Thread Yishay Weiss
> > > On Wed, Sep 23, 2020 at 6:07 AM Yishay Weiss > wrote: > >> Maybe you can share some of your source? This is my ant test project >> which fails. >> >> Thanks. >> >> >> >> simple example build file >> >> >>

RE: compc - configname

2020-09-22 Thread Yishay Weiss
s in On Wed, Sep 23, 2020 at 6:07 AM Yishay Weiss wrote: > Maybe you can share some of your source? This is my ant test project > which fails. > > Thanks. > > >

RE: compc - configname

2020-09-22 Thread Yishay Weiss
Tue, Sep 22, 2020 at 9:40 AM Yishay Weiss wrote: > Ok, I can confirm adding +configname=flex on the command line does the > trick. Now I need to understand why adding > to > doesn’t work in ant... > > > From: Josh Tynjala<mailto:joshtynj...@bowlerhat.dev> > Sen

RE: compc - configname

2020-09-22 Thread Yishay Weiss
Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 22, 2020 at 7:54 AM Yishay Weiss wrote: > Hi, > > I can’t figure out how to add configname=flex to compc. Any pointers? My > goal is to compile a library that relies on emulation components. > > Thanks. > >

compc - configname

2020-09-22 Thread Yishay Weiss
Hi, I can’t figure out how to add configname=flex to compc. Any pointers? My goal is to compile a library that relies on emulation components. Thanks.

RE: [royale-asjs] branch develop updated: Fixing the build. This might need more attention, although any issue is likely to be SWF-specific (assumed) which is low-priority for now.

2020-09-21 Thread Yishay Weiss
This is probably my fault so thanks for fixing. Can you explain why flash.events.MouseEvent needs to be retained? From: gregd...@apache.org Sent: Monday, September 21, 2020 2:30 AM To: comm...@royale.apache.org Subject: [royale-asjs] b

RE: Royale Emulation Components with Jewel

2020-09-16 Thread Yishay Weiss
The catch is that emulation components expect subcomponents to extend UIComponent and Jewel components don’t. Theoretically it should be possible to mix both component sets if the Jewel components are contained in MX containers. However, I’m not sure what the styles would look like. It may be w

RE: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-08-19 Thread Yishay Weiss
s Re: Charts)] Hello good day Yishay, develop branch, here I show you: https://github.com/mjesteve/Royale-ECharts/tree/develop Can't you see the other branches? Maybe I need to give permissions or something like that ... Hiedra. -Mensaje original- De: Yishay Weiss Enviado el:

RE: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-08-19 Thread Yishay Weiss
Re: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)] Hi Yishay, maybe you need to switch to "develop" branch? El mié., 19 ago. 2020 a las 9:04, Yishay Weiss () escribió: > I tried looking at the repo [2], but there are no .as files there. Are you >

RE: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-08-19 Thread Yishay Weiss
I tried looking at the repo [2], but there are no .as files there. Are you sure you pushed everything? From: Maria Jose Esteve Sent: Tuesday, August 18, 2020 11:19 PM To: dev@royale.apache.org Subject: Example integration Royale - JS Apache

RE: [royale-asjs] branch develop updated: Switched dialog polyfill to a class For some reason including it in a typedef causes it to be added randomly

2020-08-18 Thread Yishay Weiss
t; for Windows 10 From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, August 17, 2020 5:17 PM To: Harbs<mailto:harbs.li...@gmail.com>; Apache Royale Development<mailto:dev@royale.apache.org> Subject: Re: [royale-asjs] branch develop updated: Switched dialog polyfill to

Re: [royale-asjs] branch develop updated: Switched dialog polyfill to a class For some reason including it in a typedef causes it to be added randomly

2020-08-17 Thread Yishay Weiss
I think Josh fixed this at some point From: Harbs Sent: Monday, August 17, 2020 1:40 PM To: Apache Royale Development Subject: Re: [royale-asjs] branch develop updated: Switched dialog polyfill to a class For some reason including it in a typedef causes it to be

RE: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation with jewel datagrid)

2020-08-11 Thread Yishay Weiss
ble that MXRoyale could use dataField from Basic, or that some components in Basic use dataField, in that case maybe there's no mucho to do. But if it was an API introduced at the beginning and now is finally not used we could save some bits and confusion removing it from the code base El m

RE: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation with jewel datagrid)

2020-08-11 Thread Yishay Weiss
Are you talking about AdvancedDataGridColumn.dataField? From: Carlos Rovira Sent: Monday, August 10, 2020 6:36 PM To: Apache Royale Development Subject: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation wi

RE: You folks monitoring builds@?

2020-07-22 Thread Yishay Weiss
So should we be doing this [1]? [1] https://wiki.jenkins.io/display/JENKINS/Administering+Jenkins#AdministeringJenkins-Moving%2Fcopying%2Frenamingjobs From: Piotr Zarzycki Sent: Tuesday, July 21, 2020 8:23 PM To: Apache Royale Development

RE: You folks monitoring builds@?

2020-07-19 Thread Yishay Weiss
I’m not following. Can you explain what this is about and reference the archives? Thanks, Chris. From: Christofer Dutz Sent: Sunday, July 19, 2020 3:06 PM To: dev@royale.apache.org Subject: You folks monitoring builds@? Hi all, if

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 15 - Still Failing!

2020-07-17 Thread Yishay Weiss
jenkins.io/mask-passwords/ Maybe that will work. I'm done for tonight. Good luck, -Alex On 7/14/20, 12:23 AM, "Yishay Weiss" wrote: >But we haven't tried passing in a password from Jenkins into Maven. I’m not sure it’s possible to do trivially. These guys [1]

RE: Help migrating Flex web application

2020-07-17 Thread Yishay Weiss
I suggest to try to follow the migration docs [1]. Depending on your IDE, you might need to add a configuration option in order to use the emulation components. In VSCode, for example, you’ll want to set the config option [2] to “flex”. Hope this helps. [1] https://apache.github.io/royale-doc

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 15 - Still Failing!

2020-07-14 Thread Yishay Weiss
03802500-Injecting-Secrets-into-Jenkins-Build-Jobs On 7/13/20, 9:51 PM, "Yishay Weiss" wrote: I don’t recall removing credentials the CI server. The last successful build [2] shows I was the one who performed that step. One thing I couldn’t understand was how come these lines have

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 15 - Still Failing!

2020-07-13 Thread Yishay Weiss
mmend trying on a test job before trying it on these jobs to make sure the credentials don’t end up in the logs. -Alex On 7/13/20, 9:51 PM, "Yishay Weiss" wrote: I don’t recall removing credentials the CI server. The last successful build [2] shows I was the one who performed

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 15 - Still Failing!

2020-07-13 Thread Yishay Weiss
I don’t recall removing credentials the CI server. The last successful build [2] shows I was the one who performed that step. One thing I couldn’t understand was how come these lines have my name in them [1]. Where does yishayw get retrieved from? [INFO] fetch url: https://yish...@gitbox.apac

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 15 - Still Failing!

2020-07-13 Thread Yishay Weiss
I’m going to try to change the job on Jenkins so it accepts Apache credentials as params and propagates them to the mvn command. I don’t know if Jenkins forms have a password element that hides the password though. From: Alex Harui Sent: Monday, July 13, 2020 8:3

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing!

2020-07-13 Thread Yishay Weiss
o: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing! https://lists.apache.org/thread.html/rf263801c4e33cc08f473bd6dd0f6c3f28b131c0a48612d70c7b36bc7%40%3Cdev.royale.apache.org%3E > On Jul 13, 2020, at 1:13 P

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing!

2020-07-13 Thread Yishay Weiss
ill Failing! There was a discussion on April 28, but I did not follow what you did. Did you release the compiler-build-tools from your local machine or from the CI server? > On Jul 13, 2020, at 12:26 PM, Yishay Weiss wrote: > > Based on > > cat C:\Users\ApacheRoyaleCI\.

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing!

2020-07-13 Thread Yishay Weiss
ord being passed as command line arguments. I may be missing something. I’ve sort of run out of time for the next few hours so it may be best to wait for Alex. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, July 13, 2020 12:10 PM To: dev@royale.apache.org<mail

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing!

2020-07-13 Thread Yishay Weiss
m I supposed to put credential into the jenkins server? > On Jul 13, 2020, at 12:02 PM, Yishay Weiss wrote: > > Are you sure it’s not an Apache credentials problem? Last time I looked it > looked like you were getting 401 from the server. > > From: Harbs<mailto:harbs.li...@g

RE: Royale_Compiler_Build_Tools_Release_Step_002 - Build # 16 - Still Failing!

2020-07-13 Thread Yishay Weiss
Are you sure it’s not an Apache credentials problem? Last time I looked it looked like you were getting 401 from the server. From: Harbs Sent: Monday, July 13, 2020 11:58 AM To: dev@royale.apache.org Subject: Re: Royale_Compiler_Build_To

RE: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-12 Thread Yishay Weiss
You shouldn’t need to remove -SNAPSHOT manually. That should happen as part of (Royale) release step 2, which run mvn release:prepare [1] [1] https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html From: Harbs Sent: Sunday, July 12

RE: creationComplete event

2020-07-09 Thread Yishay Weiss
If you’re writing a custom component, you might want to override addedToParent() to achieve what you need. With PAYG there are less baked-in lifecycle events and hooks, but there should be nothing stopping you from adding these events where you actually need them. As Piotr said it would be help

RE: PRs #880 and 881

2020-07-06 Thread Yishay Weiss
I just merged #880, I haven’t reviewed #881. Good job, mjesteve. From: Carlos Rovira Sent: Monday, July 6, 2020 5:23 PM To: Apache Royale Development Subject: PRs #880 and 881 Hi, can we merge PRs #880 an

RE: Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Yishay Weiss
In Royale [1] the first param is an Object [1] https://royale.apache.org/asdoc/#!mx.managers/PopUpManager/createPopUp From: Anil Guntur - agun...@us.ibm.com Sent: Monday, June 29, 2020 8:51 PM To: us...@royale.apache.org Cc: dev@royale.ap

RE: Native extensions

2020-06-28 Thread Yishay Weiss
I’m not an Electron expert, but this [1] might help. [1] https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron/ From: Hugo Ferreira Sent: Sunday, June 28, 2020 7:56 PM To: Apache Royale Development Subj

RE: Make config: flex default?

2020-06-25 Thread Yishay Weiss
ation and it is > setup in > every example which is using MX - At least for Moonshine projects. In > other > cases I don't think it should be setup as default. > > czw., 25 cze 2020 o 12:28 Yishay Weiss > napisał(a): > > > I think it’s a qu

RE: [royale-docs] branch master updated: Change config name

2020-06-25 Thread Yishay Weiss
Thanks for catching that. From: Piotr Zarzycki Sent: Thursday, June 25, 2020 2:09 PM To: Apache Royale Development Subject: Re: [royale-docs] branch master updated: Change config name I have added comment on GH, but I'm also writing

RE: Make config: flex default?

2020-06-25 Thread Yishay Weiss
ursday, June 25, 2020 1:09 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Make config: flex default? I don’t think so. We made it optional because there were conflicts in the CSS definitions. > On Jun 25, 2020, at 11:20 AM, Yishay Weiss wrote: > > We’ve

Make config: flex default?

2020-06-25 Thread Yishay Weiss
We’ve been seeing new users trying to convert their applications from Flex and getting errors which, I think, can be solved by setting the config compiler option to ‘flex’. Should we make that the default?

RE: [RESULT][VOTE] Raúl Nuñez (raudjcholo) for committer

2020-06-23 Thread Yishay Weiss
Congratulations! From: serkan Sent: Tuesday, June 23, 2020 10:28 PM To: dev@royale.apache.org Subject: Re: [RESULT][VOTE] Raúl Nuñez (raudjcholo) for committer Congratulations Raúl, Serkan... 23.06.2020 16:45 tarihinde Carlos Rovir

RE: Using PRs for commits

2020-06-19 Thread Yishay Weiss
I think PRs can be useful, but should be voluntary. I prefer to create a PR if I’m unsure of my changes, e.g. in the compiler code. From: Piotr Zarzycki Sent: Friday, June 19, 2020 3:09 PM To: Apache Royale Development Subject: Re: U

RE: Need help getting started!

2020-06-19 Thread Yishay Weiss
Another thing that could be useful is to generate an API report [1] for your Flex app and post it here. The advantage of that over compiling your current code in Royale is that you’ll see a complete picture of the API calls on the first run. Hope this helps, Yishay [1] https://github.com/apach

RE: [Discussion] MXRoyale Theming

2020-06-18 Thread Yishay Weiss
2... El jue., 18 jun. 2020 a las 9:38, Yishay Weiss () escribió: > Hi Guys, > > The work put into MXRoyale so far means it’s probably the path of least > resistance when porting a Flex app. What are the challenges in applying a > modern looking html theme such as Jewel or S

RE: Problem with standardization of the new Bead ComboBoxItemByField

2020-06-18 Thread Yishay Weiss
Hi Raul, I noticed you’re now listening to the model bead and not the strand. I’m not sure now why that’s not working (we should check), but if the old way was working, you can simply replace: _model.addEventListener("selectionChanged", selectionChangedHandler); With (_strand as IEventDispatc

[Discussion] MXRoyale Theming

2020-06-18 Thread Yishay Weiss
Hi Guys, The work put into MXRoyale so far means it’s probably the path of least resistance when porting a Flex app. What are the challenges in applying a modern looking html theme such as Jewel or Spectrum on an MXRoyale app. Any thoughts welcome, Yishay

RE: Flex Project Migration, Compilation Errors

2020-06-17 Thread Yishay Weiss
Hi Sobit, You need to add a config=flex compiler option. I think our website [1] needs to be updated to reflect that. Good luck. [1] https://apache.github.io/royale-docs/migrate-an-existing-app/migrate-from-flex From: Sobit Thapa Sent: Wednesday, June 17, 2020

RE: Proposition to wait 24h before merging PR to develop

2020-06-17 Thread Yishay Weiss
Probably a good idea. I don’t know if it should be a rule but I would say it was best practice. From: Piotr Zarzycki Sent: Wednesday, June 17, 2020 7:11 PM To: Apache Royale Development Subject: Proposition to wait 24h before merging

RE: Migration of Adobe Flex to Apache Royale - Support needed

2020-06-11 Thread Yishay Weiss
lto:arya.sankar@fedex.com> Subject: Re: Migration of Adobe Flex to Apache Royale - Support needed HI Yishay, Error still same after making the change. Regards, Liju ____ From: Yishay Weiss Sent: Thursday, June 11, 2020 12:26 PM To: dev@royale.apache.org Cc: Arya San

RE: Migration of Adobe Flex to Apache Royale - Support needed

2020-06-10 Thread Yishay Weiss
Try fx:Script instead of mx:Script From: Liju Thomas (OSV) Sent: Thursday, June 11, 2020 9:52 AM To: dev@royale.apache.org Cc: Arya Sankar (OSV) Subject: Re: Migration of Adobe Flex to Apache

RE: MXRoyale layout issues - questions/discussion

2020-06-04 Thread Yishay Weiss
Call me lazy but this is a bit difficult to parse. If you can spare some time, maybe come up with a GitHub issue that describes a concrete case so we can discuss this. > I think the layouts work downward for this, but changes in the children don't seem to trigger the parent layout. Yes, I’ve se

RE: Build failed in Jenkins: royale-asjs #1209

2020-06-02 Thread Yishay Weiss
igure out the VM problem > on his VM and move this job over there. > > -Alex > > On 5/17/20, 8:11 AM, "Yishay Weiss" wrote: > > This is a mystery to me. > > > Started by upstream project royale-asjs_jsonly< > https://nam04.safelinks.protecti

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-06-02 Thread Yishay Weiss
ReferenceError. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, May 31, 2020 at 8:13 AM Yishay Weiss wrote: > Here’s the minimal test case I came up with for demonstrating the problem. > > > http://ns.adobe.com/mxml/2009"; > xmlns:js="libra

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-31 Thread Yishay Weiss
) }; > * var script = document.createElement("script"); > * script.setAttribute("src", " > https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js > "); > * script.addEventListener("load", scriptLoad

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-31 Thread Yishay Weiss
hen the compiler may not need so much as a map, but can gather a list of variables to watch for in the setInterval before calling application.start(); Of course, I could be wrong... -Alex On 5/20/20, 12:19 AM, "Yishay Weiss" wrote: Several questions/comments: 1. When you say static i

RE: [PROPOSAL] How to continue to simplify things?

2020-05-31 Thread Yishay Weiss
Alex might want to confirm, but I’m pretty sure DST issue was fixed. From: Greg Dove Sent: Sunday, May 31, 2020 1:40 AM To: Apache Royale Development Subject: Re: [PROPOSAL] How to continue to simplify things? Chris, Harbs & others, Sorry

RE: Hi and sorry for the mess ...

2020-05-30 Thread Yishay Weiss
Thanks Chris. Here’s to turning a new page! From: Christofer Dutz Sent: Friday, May 29, 2020 4:38 PM To: dev@royale.apache.org Subject: Hi and sorry for the mess ... Hi all, I would like to take the opportunity of a quiet Friday and

RE: Failing release version of application

2020-05-27 Thread Yishay Weiss
It would require more than a revert, because reverting will mean regression in IE compatibility. I’ll see what I can do to patch it up. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Wednesday, May 27, 2020 5:21 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org>

RE: Failing release version of application

2020-05-27 Thread Yishay Weiss
Yes, I forgot about that. I’ll try to take care of it ASAP. Thanks. From: Carlos Rovira Sent: Wednesday, May 27, 2020 5:08 PM To: Apache Royale Development Subject: Re: Failing release version of application Hi Piotr, I was trying to

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-20 Thread Yishay Weiss
tart(). HTH, -Alex On 5/19/20, 12:18 PM, "Yishay Weiss" wrote: See 99a8c8356573ff16b668f2d39a447355c673fee3 Note that hljs is an externs file so I couldn’t implement static initializers there. There’s also a sort of a queue there for calls made before lib is loaded. I

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-19 Thread Yishay Weiss
ers) Yishay, I didn't think static initializers would require a façade or other fancy mechanism. What kind of AS code ends up requiring this more complex solution? -Alex On 5/19/20, 10:34 AM, "Yishay Weiss" wrote: Hi Carlos, Sorry for not responding earlier, I misse

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-19 Thread Yishay Weiss
t.js @inject_styles path/to/styles.css -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, May 19, 2020 at 12:22 AM Yishay Weiss wrote: > I propose to change the syntax to > > > js=http://js1.js > js=http://js2.js >

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-19 Thread Yishay Weiss
acade for a script, since that involves to create 2 classes instead of one. The solution should be just make 1 as3 file (instead of two) and that have the proper inject reference. Please can you revert the hljsFacade? thanks El lun., 18 may. 2020 a las 17:44, Yishay Weiss () escribió: > U

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-19 Thread Yishay Weiss
p.js? I'm hoping we're not doing all of this work for an edge case with a simple workaround. Is another option to dynamically load App.js? -Alex On 5/19/20, 12:22 AM, "Yishay Weiss" wrote: I propose to change the syntax to js=https://nam04.s

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-19 Thread Yishay Weiss
somewhere that calls app.start() that is generated by the compiler. IMO, that script can be altered to wait for scripts to load. HTH, -Alex On 5/18/20, 8:44 AM, "Yishay Weiss" wrote: Unless I missed something that’s what it’s doing right now after my fix. I’ll try to expl

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-18 Thread Yishay Weiss
he html wrapper. For modules, it can inject the script into a separate file. The ModuleLoader already loads extra files before loading the module. It can load one more file. Of course, I could be wrong... -Alex On 5/18/20, 7:38 AM, "Yishay Weiss" wrote: From what I’ve read [1]

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-18 Thread Yishay Weiss
t is preloaded. HTH, -Alex On 5/17/20, 9:03 AM, "Yishay Weiss" wrote: >Is the script tag from inject_script going before or after the script tag for the application (should be before, >IMO)? It’s going before but the network shows it’s loaded after. >Make su

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-17 Thread Yishay Weiss
Scratch all that. I was loading dialog and testing hljs… From: Yishay Weiss Sent: Monday, May 18, 2020 9:09:45 AM To: dev@royale.apache.org Subject: RE: Script Loading Order (Continuing Heads-Up thread from Users) Replacing

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-17 Thread Yishay Weiss
the object being defined. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, May 18, 2020 9:05 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Script Loading Order (Continuing Heads-Up thread from Users) This code fails for me with and undefined

RE: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-17 Thread Yishay Weiss
generate the script in the head, and for modules we generate a separate script that is preloaded. HTH, -Alex On 5/17/20, 9:03 AM, "Yishay Weiss" wrote: >Is the script tag from inject_script going before or after the script tag for the application (should be before, >IMO)?

RE: Build failed in Jenkins: royale-asjs #1209

2020-05-17 Thread Yishay Weiss
kspaces from other jobs to exist on the > same VM. I think if manually run royale-compiler and royale-typedefs on > my VM it might go away, but I keep hoping Om will figure out the VM problem > on his VM and move this job over there. > > -Alex >

Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-17 Thread Yishay Weiss
>Is the script tag from inject_script going before or after the script tag for >the application (should be before, >IMO)? It’s going before but the network shows it’s loaded after. >Make sure the script tag has the same settings as the script tags google >closure uses in js-debug. I think the

RE: Build failed in Jenkins: royale-asjs #1209

2020-05-17 Thread Yishay Weiss
This is a mystery to me. Started by upstream project royale-asjs_jsonly build number 1507 originally caused by: * Started by

RE: Modules in IE

2020-05-15 Thread Yishay Weiss
/20, 8:36 AM, "Yishay Weiss" wrote: Hi Carlos, thanks. The issue is with inject_html in modules on IE, dialogPolyfill.js just happened to be the target src here. I’ve been searching the net for solutions on IE and I think the trick is to append elements instead of changing the inner

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Yishay Weiss
It should be there now. I also updated Release Manager Notes [1] [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Friday, May 15, 2020 4:55 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject

RE: Modules in IE

2020-05-15 Thread Yishay Weiss
our application. However inject_html stopped working - is it expected > behavior ? > > Thanks, > Piotr > > czw., 14 maj 2020 o 19:33 Yishay Weiss > napisał(a): > > > We can re-insert this feature if backwards compatibility becomes a big > > enough issue. Looking fo

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Yishay Weiss
I can create based on that in GitHub release pt., 15 maj 2020 o 15:40 Yishay Weiss napisał(a): > Do you mean this one? > > https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.7 > > From: Piotr Zarzycki<mailto:piotrzarzyck...@gmail.com> > Sent: Friday, May

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Yishay Weiss
Royale 0.9.7 released I can do that for you, but I don't see final tag for that release - there are RC tags, but I believe it should be also final one. Each release has such tag. Did release scripting not doing that for you ? pt., 15 maj 2020 o 13:11 Yishay Weiss napisał(a): > Thanks C

RE: mx DataGrid / mx AdvancedDataGrid - if you use them in MXRoyale... please read this and reply

2020-05-15 Thread Yishay Weiss
Hi Greg, I’m currently using AdvancedDataGrid. These sound like good improvements. Anything in particular I need to watch out for? Thanks. From: Greg Dove Sent: Friday, May 15, 2020 11:20 AM To: Apache Royale Development Subject: Re: mx

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Yishay Weiss
Royale 0.9.7 released Hi Yishay, thanks. I think the last piece to update is the Github release page here: https://github.com/apache/royale-asjs/releases El vie., 15 may. 2020 a las 10:46, Yishay Weiss () escribió: > Just sent the announcement on dev and users. Thanks to Greg and Andrew fo

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Yishay Weiss
.9.7 release. > going to publish now on social media accounts. > > El jue., 14 may. 2020 a las 19:51, Yishay Weiss () > escribió: > > > Got it. Thanks. > > > > > > From: Carlos Rovira > > Sent: Thursday, May 14, 202

[ANNOUNCE] Apache Royale 0.9.7 Released

2020-05-15 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.7. 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 cross-compile

[ANNOUNCE] Apache Royale 0.9.7 Released

2020-05-15 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.7. 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 cross-compile

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-14 Thread Yishay Weiss
ith lot of work So will work in the web changes in some hours ahead. Will notice here soon Thanks Carlos El jue., 14 may. 2020 a las 11:00, Andrew Wetmore () escribió: > This is very exciting. Well done! > > On Thu, May 14, 2020 at 4:34 AM Yishay Weiss > wrote: > > > Greg,

RE: Modules in IE

2020-05-14 Thread Yishay Weiss
5/14/20, 8:01 AM, "Yishay Weiss" wrote: Sure, will wait. Users will be required to change their inject_html annotations to inject_script similar to what was done here [1] [1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fap

RE: Modules in IE

2020-05-14 Thread Yishay Weiss
update. As I understand the same name of the branch applies also for compiler changes ? czw., 14 maj 2020 o 16:51 Yishay Weiss napisał(a): > I’ve implemented this idea in inject_script branches for compiler and > as-js. If someone has time test those it would be very helpful. It works > for

RE: Modules in IE

2020-05-14 Thread Yishay Weiss
ic initializers. The real need for inject_html/inject_script is to make sure some external dependency has been loaded so a class can initialize (as the various clss.prototype.foo get interpreted). If the class just needs the dependency at runtime, load it later in the code for the class. That

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-14 Thread Yishay Weiss
o add to the announce is this: https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.7 And I would suggest that if others have things they feel should be added to that, don't hold back :) On Thu, May 14, 2020 at 7:21 PM Yishay Weiss wrote: > Good catch. Carlos, is there an easy w

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-14 Thread Yishay Weiss
Download page should be updated [1] [1] https://royale.apache.org/download/ Thanks, Piotr czw., 14 maj 2020 o 08:39 Yishay Weiss napisał(a): > I’ll wait 24 hours for your comments before releasing the official > announcement. > > ____ > From: Yisha

RE: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-13 Thread Yishay Weiss
I’ll wait 24 hours for your comments before releasing the official announcement. From: Yishay Weiss Sent: Thursday, May 14, 2020 9:36:30 AM To: dev@royale.apache.org Subject: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released The Apache Royale community is pleased

[DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-13 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.7. 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 cross-compile

RE: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-13 Thread Yishay Weiss
eal)" But I thought if you folks are defining the steps for future RMs, then I should point this out as this will become an issue as soon as you start using real version numbers (not starting at the second level of the version range) Chris Am 13.05.20, 16:33 schrieb "Yishay Weiss&quo

<    1   2   3   4   5   6   7   8   9   10   >