Build failed in Jenkins: royale-asjs_jsonly #604

2020-01-13 Thread apacheroyaleci
See Changes: [aharui] also block delete and backspace. Should fix #663 -- [...truncated 1.16 MB...] [java] var events =

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Hi Andrew, for MDL you can point to some examples in the Piotr site: MDLExample was like a Tour De MDL app to showcase all MDL build in Royale. I was moved to Piotr's site since legacy Apache can hold it (the same as Spectrum): https://transpiledactionscript.com/examples/MDLExample/ a

Re: Evaluating brackets

2020-01-13 Thread Carlos Rovira
I don't think is a bug too. If you want to translate to plain text you must escape it, or better make whole in a var in AS3 and display the value. El lun., 13 ene. 2020 a las 18:46, Alex Harui () escribió: > If I understand the scenario correctly, I don't think that's a bug. XML > characters

Trying to make the daily build with maven, but is broken

2020-01-13 Thread Carlos Rovira
Hi Harbs, some of the latest changes makes build brake. Can you take. a look?: Loading configuration: /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/RoyaleSite/target/compile-swf-config.xml

Build failed in Jenkins: royale-asjs_jsonly #603

2020-01-13 Thread apacheroyaleci
See Changes: [aharui] ranges needed to be passed to model. Should fix #675 -- [...truncated 1.16 MB...] [java] var events =

Build failed in Jenkins: royale-asjs_jsonly #602

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 1.53 MB...] [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g [java] 15.3571023 seconds

Build failed in Jenkins: royale-asjs_jsonly #600

2020-01-13 Thread apacheroyaleci
See Changes: [harbs] Allow lowercase HTML element names -- [...truncated 1.53 MB...] [java] 18.6726314 seconds [java] Picked up

Build failed in Jenkins: royale-compiler-integration-tests #400

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 159.08 KB...] [junit] scanning for overrides: ApplicationBase [junit] scanning for overrides:

Build failed in Jenkins: royale-asjs_MXTests #477

2020-01-13 Thread apacheroyaleci
See Changes: [harbs] Allow lowercase HTML element names -- [...truncated 553.54 KB...] [java] Picked up JAVA_TOOL_OPTIONS:

Writing "HTML" in MXML

2020-01-13 Thread Harbs
I just realized that it’s possible to write almost bog-standard html in MXML files. The trick was to enable lowercase HTML element names (a change I just committed to the HTML package) and use a default namespace. Here’s an example file which compiles perfectly: http://ns.adobe.com/mxml/2009;

Build failed in Jenkins: Royale_ASDoc_Example #476

2020-01-13 Thread apacheroyaleci
See Changes: [harbs] Added Br element -- [...truncated 68.62 KB...] [java] ^ [java] [java]

Re: Private vars in MXML

2020-01-13 Thread Harbs
http://ns.adobe.com/mxml/2009; xmlns:js="library://ns.apache.org/royale/basic" > There’s two private vars there: “lastIndex", and “_width". This compiles with no warnings or errors. > On Jan 14, 2020, at 12:56

Re: Private vars in MXML

2020-01-13 Thread Josh Tynjala
Do you have some example code? -- Josh Tynjala Bowler Hat LLC On Mon, Jan 13, 2020 at 2:21 PM Harbs wrote: > I just noticed that there’s no compiler error while specifying private var > values in MXML. > > It looks like it’s compiled “correctly” too. > > I assume this

Build failed in Jenkins: royale-compiler-integration-tests #399

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 159.21 KB...] [junit] scanning for overrides: ApplicationBase [junit] scanning for overrides:

Re: Spectrum Components

2020-01-13 Thread Andrew Wetmore
I will set up those pages. Then we can see about getting the texts right before we deploy them to the table of contents. On Mon, Jan 13, 2020 at 5:28 PM Carlos Rovira wrote: > Right Andrew, > > Other sibling node can be MDL too. For what I understand MDL is like > Spectrum, both are js/css

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Right Andrew, Other sibling node can be MDL too. For what I understand MDL is like Spectrum, both are js/css libraries that conform UI Sets in js. In Royale we're wrapping it to make available in AS3 for Royale. And MDL was already complete just my 2 El lun., 13 ene. 2020 a las 20:33, Andrew

Build failed in Jenkins: Royale_ASDoc_Example #475

2020-01-13 Thread apacheroyaleci
See Changes: [harbs] The browser parses valid color values, so there's no need to do it -- [...truncated 68.68 KB...] [java]

Re: Spectrum Components

2020-01-13 Thread Andrew Wetmore
What if we added a page under "Frameworks and Libraries", sibling to "Crux", called "Spectrum Royale"? Plenty of room then to add pages about other flavors of using CSS and JS libraries with Royale. a On Mon, Jan 13, 2020 at 2:32 PM Carlos Rovira wrote: > Hi Andrew, Harbs, > > I think we need

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Hi Andrew, Harbs, I think we need to reference Spectrum and as well MDL since both wraps css/js library with Royale. We need to start some docs sections with that since we have various options (while others like createjs, or jquery, are just experiments that does not try to go further but give

Re: Spectrum Components

2020-01-13 Thread Harbs
If you want. > On Jan 13, 2020, at 8:22 PM, Carlos Rovira wrote: > > Awesome! If you don't mind I'd like to publish it. I think we can do more > writing later, with more data, but give this pill would be beneficial, > taking into account that our audience is not so big, but that could make >

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Awesome! If you don't mind I'd like to publish it. I think we can do more writing later, with more data, but give this pill would be beneficial, taking into account that our audience is not so big, but that could make some eyes turn to us El lun., 13 ene. 2020 a las 16:03, Harbs () escribió: >

Build failed in Jenkins: royale-compiler-integration-tests #398

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 160.36 KB...] [junit] scanning for overrides: ApplicationBase [junit] scanning for overrides:

Re: Evaluating brackets

2020-01-13 Thread Alex Harui
If I understand the scenario correctly, I don't think that's a bug. XML characters are translated into UTF-8 characters which are then parsed. The MXML Compiler is scanning all values for binding expressions. It would be a bug if there is no way to escape {} in a value so that it isn't seen

Build failed in Jenkins: Royale_ASDoc_Example #474

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 69.89 KB...] [java] ^ [java] [java]

Re: Spectrum Components

2020-01-13 Thread Andrew Wetmore
@Harbs let us know when we should feature this in the same way we do Tour de Jewel, and in the user docs. I am looking at Adobe's Spectrum pages and can easily write a couple of paragraphs about what Spectrum is. I will need some input from you and what you have found in merging Royale and

Re: Spectrum Components

2020-01-13 Thread Harbs
FWIW here’s a comparison of the summaries of first page loads: Royale: https://www.evernote.com/l/AI9q-KtmIU5Fz5O055Z6VSNW1dWEGERugUA React: https://www.evernote.com/l/AI9U13oQWlRAo7HzY4ZiTz5xuLU6MJbITpA

Build failed in Jenkins: royale-compiler-integration-tests #397

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 159.08 KB...] [junit] scanning for overrides: ApplicationBase [junit] scanning for overrides:

Re: Spectrum Components

2020-01-13 Thread Harbs
Adobe’s showcase of Spectrum is done using React: https://opensource.adobe.com/spectrum-css/components/accordion/ The original showcase was so slow that they had to break the demo into separate pages. (It could be that made sense

Re: Spectrum Components

2020-01-13 Thread Harbs
To be (somewhat) fair, I was comparing a first load on both of them. The React version needed to load external resources to render. It’s not a totally unfair comparison because the first load is affected. Part of the reason assets are loaded dynamically in React is because performance is

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Hi Harbs, Amazing! :) Can you share more about your comparison? I think that could be something to share in our social media right? people should know about this progress, since performance is something that users pursue as one of the most wanted things to choose one tech over another. But to

Re: Spectrum Components

2020-01-13 Thread Harbs
FYI, I took the opportunity to compare a similar React implementation to the Royale one. Switching component views in React took about 500 ms, while in Royale it took under 40 ms. Royale: https://www.evernote.com/l/AI_tvFQmLmxMIKoex5T3iLbCL5E7Y2XqGQc

Build failed in Jenkins: Royale_ASDoc_Example #473

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 68.62 KB...] [java] ^ [java] [java]

Re: Spectrum Components

2020-01-13 Thread Carlos Rovira
Hi Harbs, cool to see that showcased!. I think apps that demo code is very needed to make people understand quickly what a concrete code or library can do for them. Thanks :) Carlos El lun., 13 ene. 2020 a las 11:06, Harbs () escribió: > That would be great. (fixed your suggestions) > > FYI,

Evaluating brackets

2020-01-13 Thread Harbs
I have the following markup: But it’s displayed as: and got the same result. I think this is a bug. Thoughts? Harbs

Build failed in Jenkins: royale-compiler-integration-tests #396

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 156.57 KB...] [junit] [junit] Jan 13, 2020 12:14:59 PM

Build failed in Jenkins: Royale_ASDoc_Example #472

2020-01-13 Thread apacheroyaleci
See Changes: [aharui] more improvements to horizontal ADG scrolling [harbs] Removed @export tags -- [...truncated 68.65 KB...]

Re: Spectrum Components

2020-01-13 Thread Harbs
That would be great. (fixed your suggestions) FYI, the code for the panes is here: https://github.com/unhurdle/spectrum-royale/tree/master/SpectrumBrowser/src/view/panes > On Jan 13, 2020, at 1:43 AM, Andrew Wetmore wrote: > > This will be great! By the way, if you want any text review I

Build failed in Jenkins: royale-compiler-integration-tests #395

2020-01-13 Thread apacheroyaleci
See Changes: -- [...truncated 159.72 KB...] [junit] scanning for overrides: ApplicationBase [junit] scanning for overrides: