RE: [EXTERNAL] Re: Clear the cache strategy

2023-03-09 Thread Brian Raymes
If you use Maven, you can the maven-replacer-plugin to automate the version/timestamp/build/etc for every build. One could also filter out things such unwanted files like .DS_Store with other plugins. For instance: . . . ${maven.build.timestamp} . . .

RE: [EXTERNAL] Binding inside the html property has stopped working

2023-02-13 Thread Brian Raymes
I don't believe bindings work within CDATA blocks? This should work: Brian -Original Message- From: Maria Jose Esteve Sent: Monday, February 13, 2023 10:33 AM To: dev@royale.apache.org Subject: [EXTERNAL] Binding inside the html property has stopped working Greetings to all, After

RE: [EXTERNAL] Re: Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-19 Thread Brian Raymes
. This is only in js-debug builds. On Tue, Apr 19, 2022 at 8:50 AM Brian Raymes wrote: > You are welcome, and thank you; a vacation sure does sound nice! > > -Original Message- > From: Greg Dove > Sent: Monday, April 18, 2022 1:26 PM > To: Apache Royale Developm

RE: [EXTERNAL] Re: Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-18 Thread Brian Raymes
ks for the offer, however you will see that these changes are not complicated, and I have already done most of the work for that, and will get this in within the next 12 hours. Greg On Tue, 19 Apr 2022, 5:14 am Brian Raymes, wrote: > Hi Greg, > > Is there a way I can assist you with the

RE: [EXTERNAL] Re: Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-18 Thread Brian Raymes
re are a whole bunch of event classes that were missing > the JS cloning support, although flash was being supported. I plan to > push a change tomorrow. > > > > > On Fri, Apr 8, 2022 at 7:14 AM Brian Raymes > wrote: > >> Ah great. I've noticed that the e

RE: [EXTERNAL] Re: Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-12 Thread Brian Raymes
event classes that were missing > the JS cloning support, although flash was being supported. I plan to > push a change tomorrow. > > > > > On Fri, Apr 8, 2022 at 7:14 AM Brian Raymes > wrote: > >> Ah great. I've noticed that the event hitting that method is

RE: [EXTERNAL] Re: Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-07 Thread Brian Raymes
g to align more with the way flash does it natively. It could be incomplete or unimplemented event cloning support. I will look into this over the weekend. On Fri, 8 Apr 2022, 5:51 am Brian Raymes, wrote: > Hello all, > > It appears that something slipped through right before the 0.

Problem with Release 0.9.9 and 0.9.10-SNAPSHOT

2022-04-07 Thread Brian Raymes
Hello all, It appears that something slipped through right before the 0.9.9 release that breaks MX RemoteObjects/Consumers. I've attempted rolling through and reverting various recent commits to try to narrow down the problem, but have yet to be able to find one related. To provide context, I'

RE: [EXTERNAL] Re: RE: Strangled with a new Royale wrapper component

2021-10-20 Thread Brian Raymes
@royale.apache.org Subject: RE: [EXTERNAL] Re: RE: Strangled with a new Royale wrapper component First I tried it only in this script and then I added it to the body script "to test" but it didn't work either. Can you pass me the text you put in the pom to replace? -Mensaje original- D

RE: [EXTERNAL] Re: RE: Strangled with a new Royale wrapper component

2021-10-20 Thread Brian Raymes
Royale goog.addDependency('../../../App.js', ['App'], ['org.apache.royale.community.beads.models ... See anything wrong? Thx Hiedra -Mensaje original- De: Brian Raymes <brian.ray...@teotech.com> Enviado el: miércoles, 20 de octubre de 2021 19:01 Para: dev@royale.apache

RE: [EXTERNAL] Re: RE: Strangled with a new Royale wrapper component

2021-10-20 Thread Brian Raymes
quot;text/javascript" defer> new App().start(); [cid:image001.png@01D7C549.CA63EDB0] @Brian, could you specify how you have implemented it in the pom? Thx. Hiedra. -Mensaje original- De: Brian Raymes mailto:brian.ray...@teotech.com>> Enviado el: martes, 19 de octub

RE: [EXTERNAL] Re: RE: Strangled with a new Royale wrapper component

2021-10-19 Thread Brian Raymes
What I have done to solve this issue is simply added the "defer" attribute to the script block for App.js (using maven-replacer-plugin with maven at package time). https://www.w3schools.com/tags/att_script_defer.asp "The script is downloaded in parallel to parsing the page, and executed after

Crux Not Cleaning Up EventHandlers Upon Tear Down?

2021-06-23 Thread Brian Raymes
Hi all, I have a puzzling situation. I am dynamically adding crux views that contain reusable components that contain EventHandler tags. When I remove said component and add another, the previous instance of the Crux EventHandler is not removed. Instead, another is added. Destroying that view

RE: [EXTERNAL] Re: Hudson Nightly build as-js failure

2021-06-18 Thread Brian Raymes
Is it safe to build the project for maven use at the moment given the 0.9.8-SNAPSHOT and 0.9.9-SNAPSHOT discrepancies? My project is linked to 0.9.9-SNAPSHOT given the start of the new release, and the compiler and typedefs is still at 0.9.9-SNAPSHOT as well. I know I can update my pom to use b

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-07 Thread Brian Raymes
-Alex > > On 5/7/21, 9:30 AM, "Brian Raymes" wrote: > > Okay, that worked. Thank you! > > Was this changed somewhat recently? I haven't needed this > js-library-path before. > > -Original Message- > From: Josh Tynjala >

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-07 Thread Brian Raymes
luded automatically in the default "royale" config, and you need to opt into using them. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Fri, May 7, 2021 at 9:05 AM Brian Raymes wrote: > Here is my asconfig.json file. Perhaps I'm missing how this is used. I > don

RE: [EXTERNAL] about releasing 0.9.8

2021-05-07 Thread Brian Raymes
s VSCode that is complaining that these imports do not exist. Do you have as3mxml.sdk.editor set in your settings? > On May 7, 2021, at 4:17 AM, Brian Raymes wrote: > > I can compile just fine with Maven, , and have never needed to do anything > like that in the past. It's VSC

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-07 Thread Brian Raymes
de-with-metadata=Inject", "files": [ "src/main/royale/App.mxml" ], "mainClass": "App" } -Original Message- From: Josh Tynjala Sent: Friday, May 7, 2021 8:44 AM To: Apache Royale Development Subject: Re: [EXTERNAL] Re: about rel

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-06 Thread Brian Raymes
re that you are actually missing the MXRoyale dependency? On Fri, May 7, 2021 at 12:49 PM Brian Raymes wrote: > I should have mentioned, I use Maven to compile. > > -Original Message----- > From: Brian Raymes > Sent: Thursday, May 6, 2021 5:32 PM > To: dev@royale.apache

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-06 Thread Brian Raymes
I should have mentioned, I use Maven to compile. -Original Message- From: Brian Raymes Sent: Thursday, May 6, 2021 5:32 PM To: dev@royale.apache.org Subject: RE: [EXTERNAL] Re: about releasing 0.9.8 Hi Josh, I've done what you've said, and I can now build successfully, than

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-05-06 Thread Brian Raymes
velop branch that might also cause the Maven distribution build to fail, but this is how you deal with the AIR SDK part at least. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes wrote: > +1 for fixing current state of repo. > > I ha

RE: [EXTERNAL] Re: about releasing 0.9.8

2021-04-28 Thread Brian Raymes
+1 for fixing current state of repo. I haven't been able to successfully build with Maven for quite a long while now due to what looks to be shifts with this release. For one, it seems to repeat ask to install the AIR SDK, but fails to notify something, then fails to download as they can't be f

RE: [EXTERNAL] Re: Royale & NPE Behavior

2021-03-11 Thread Brian Raymes
you need is for the debugger to halt execution with a stack trace, then you can switch on 'pause on exceptions' in the dev tools. I must be missing something... ____ From: Brian Raymes Sent: Wednesday, March 10, 2021 7:16 PM To: dev@royale.apache.org Subj

Royale & NPE Behavior

2021-03-10 Thread Brian Raymes
Hi all, I've been noticing a problem with Royale that I think is time to bring up with the greater audience. What is the expected behavior when encountering an NPE within a Royale application? I've notice that NPEs seem to break the UI with no notice of any kind. For example, I recently start

RE: [EXTERNAL] Re: Configuring source maps on Royale with new compiler options

2021-01-13 Thread Brian Raymes
I'm not sure this is working properly. Here are some observations: I'm seeing a very strange error with my Royale application Firefox (see initially in a release build), and I have no idea how/where it is coming from: Uncaught TypeError: Error #1034: Type Coercion failed: cannot convert "functio

RE: About the cumbersome random compilation issue

2020-09-08 Thread Brian Raymes
s: 'weird random compilation issue where, from time to time, > renderers has no content' > > Brian: missing 'prototype._bindings = [...' in the corresponding debug > build js output ) > > > > > On Sat, May 23, 2020 at 10:39 AM Brian Raymes >

RE: About the cumbersome random compilation issue

2020-09-08 Thread Brian Raymes
peful that 'no news is good news'). The original problem was these: Carlos: 'weird random compilation issue where, from time to time, renderers has no content' Brian: missing 'prototype._bindings = [...' in the corresponding debug build js output ) On Sat, Ma

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Brian Raymes
I don't see it as commented out in either of the pom.xml files within the git repo that you shared: App.mxml SWF,JSRoyale <-- This is what I would change to simply JSRoyale Brian -Original Message- From: Maria Jose Esteve Sent: Friday,

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Brian Raymes
The flex-sdk-converter-maven-extension is not used for building Royale projects. Instead, it is used for converting Flex/AIR SDKs to Maven artifacts. Remove extensions.xml (and the .mvn folder) as it is declaring this unneeded artifact. I also see that you are targeting both SWF and JSRoyale. W

RE: About the cumbersome random compilation issue

2020-05-22 Thread Brian Raymes
n as a final check but I >> wasn't able to do that this time. >> >> >> On Sat, May 23, 2020 at 6:44 AM Brian Raymes >> >> wrote: >> >>> I will keep you updated over the coming weeks if I run into the same >>> or similar issue. >

RE: About the cumbersome random compilation issue

2020-05-22 Thread Brian Raymes
las 13:27, Greg Dove () escribió: > Carlos, please see if it still happens after the latest changes. > I don't know if it will fix it or not, but it's worth a shot, based on > the symptom that Brian Raymes described. > > > > On Fri, May 22, 2020 at 11:18 PM Carl

RE: About the cumbersome random compilation issue

2020-05-18 Thread Brian Raymes
I cannot speak for js-release, but it happens to me with js-debug in what seems like 1 in every 10 builds. Possibly more often. I've made copies a couple times to compare the output. Each time, it appears that some "prototype._bindings" are missing. Here is example related to TourDeJewel: In N

RE: Royale compiler remove labels and/or icons randomly

2020-04-09 Thread Brian Raymes
Hi Carlos, I've noticed this as well from time to time. This last time, I made a copy of the target build folder to compare with a subsequent build (using Beyond Compare). It appears that some bindings are missing in a "bad" build. Here is example related to TourDeJewel: In NavigationGroupExam