Build failed in Jenkins: royale-asjs_MXTests #35

2019-10-22 Thread apacheroyaleci
See Changes: -- [...truncated 1.12 MB...] [mxmlc] scanning for overrides: ObjectUtil [mxmlc] scanning for overrides: SolidBorderUtil [mxmlc]

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Alex Harui
If Royale is successful, there will be libraries emulating all sorts of platforms and runtimes expecting output in certain languages. Flash can be one of them, but the repo holding the code doesn't have to be at Apache. Should it be? Don't know for sure. I'm sure that most of SpriteFlexJS

Build failed in Jenkins: royale-asjs_MXTests #34

2019-10-22 Thread apacheroyaleci
See Changes: [harbs] Fixed #500 -- [...truncated 1.12 MB...] [mxmlc] scanning for overrides: ObjectUtil [mxmlc] scanning for

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Kenny Lerma
Thanks for the info Alex and better clarifying some of Royale's overall goals. I certainly don't expect any of the current committers to start working on a Flash API. I'm just more interested in how to integrate a Flash API and if it's even worth it to do so. To me, it sounds like a Flash API

Re: [royale-asjs] 01/01: Fixed #500

2019-10-22 Thread Alex Harui
Does it work? If so, go for it. -Alex On 10/22/19, 12:55 PM, "Harbs" wrote: Any objections to me merging this in? > On Oct 21, 2019, at 9:45 PM, Harbs wrote: > > Can someone please look this over and make sure that my changes make sense? > > Please note, that

Re: [royale-asjs] 01/01: Fixed #500

2019-10-22 Thread Harbs
Any objections to me merging this in? > On Oct 21, 2019, at 9:45 PM, Harbs wrote: > > Can someone please look this over and make sure that my changes make sense? > > Please note, that with this commit, there are two Base64 classes, one uses > direct string-to-string conversions, and the other

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Alex Harui
First, a technical/factual matter: In Royale, if your code says org.apache.royale.events.Event, the output is org.apache.royale.events.Event, not "flash.events.Event". The SWF implementation of org.apache.royale.events.Event subclasses flash.events.Event, and subclasses something else for

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Harbs
FlashRoyale sounds like a good option. I’d love to see a good option for Flash API emulation. Targeting WASM (whatever the approach) would be a great addition. Most of our focus has been more on business applications rather than animation and 3D hardware acceleration. Having more folks on

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Josh Tynjala
I think that it's important to understand that while Flex was based on the Flash API, that doesn't mean that the Royale framework also needs to be based on the same API. Nor is it necessarily desirable in all cases. One of the goals of the Royale framework is the concept of PAYG (pay as you go),

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Kenny Lerma
Those are very good points and I've probably misunderstood the overall picture of Royale. It sounds like you use MXRoyale directly. FlashRoyale would be the same thing, but that wouldn't fit into the idea of having a Royale codebase that links to the proper library depending on target

Re: Emulation of labelFunction in ADG

2019-10-22 Thread Alex Harui
The emulation is currently only promising to support public APIs. If it turns out that lots of folks have subclasses that call makeRowsAndColumns then we'll emulate it. I recommend trying to extend the labelField pattern in Basic. IMO, the labelField pattern is: -"labelField" property on

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread jasonhuang1988
Hi Carlos, I’m just very confused with platform specified Apis you mentioned. I think flash API is the base of everything, including flex. So we make flash API run everywhere, then all other projects/libs would run everywhere too, including flex. For our users they use exact same codes and

Re: [royale-asjs] branch develop updated: Spark CheckBox: Remove royale_wrapper for icon

2019-10-22 Thread Alex Harui
Responses in-line On 10/22/19, 1:52 AM, "Piotr Zarzycki" wrote: Comments inline. pon., 21 paź 2019 o 18:25 Alex Harui napisał(a): > Then you will need to explain why the event handling code that uses > royale_wrapper is not going to be invoked. Maybe there is no way

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Carlos Rovira
Hi Kenny, For each platform there's ultimately a concrete API. So Royale ends translating to the real APIs. Users writes in Royale ensuring their codes are reliable over time no matter what platform you use or is trending. I'd want to write a form, a game or a whatever we want with Royale code

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Kenny Lerma
I didn't realize that Royale was actually converting "org.apache.royale.events.Event" to "flash.events.Event" for the SWF target. It's the idea of one language for multiple targets. However, this seems strange in that we are using ActionScript to begin with, but ditching the naming convention.

Re: [GitHub] [royale-asjs] carlosrovira commented on issue #450: installing Royale-js-swf via NPM: playerglobal25_0.swc Download failed with status code: 404

2019-10-22 Thread Carlos Rovira
Can you confirm: a) you updated to latest NPM (v.6.12.0) b) you uninstall previous version of Royale via NPM? If that's ok, maybe there's a platform issue. I'm on Mac. El mar., 22 oct. 2019 a las 16:17, Harbs () escribió: > It’s still not working for me. > > Without sudo, I always get

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Carlos Rovira
Hi Jason, as a developer that also like 3d software like Blender, Unity, and many others in that segment I would like to see all the things you mention as part of Royale. I really think that would benefit the options give to our users. I think all that options can be today available for all

Re: [GitHub] [royale-asjs] carlosrovira commented on issue #450: installing Royale-js-swf via NPM: playerglobal25_0.swc Download failed with status code: 404

2019-10-22 Thread Harbs
It’s still not working for me. Without sudo, I always get errors with node. I’m currently getting this: Harbss-MBP:~ harbs$ sudo npm i @apache-royale/royale-js-swf@0.9.6 -g /usr/local/bin/asjsc -> /usr/local/lib/node_modules/@apache-royale/royale-js-swf/royale-asjs/js/bin/asjscnpm

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Jason Huang
Hi, guys. Thanks for explaining things to me. I know Flex is a great commercial lib that built base on flash. Just imagining that we implement enough( minimum requirements) flash apis for other great tools/libs that built base on flash, such as Starling frameworks, Away3D, Flare3D(the one I used

Build failed in Jenkins: royale-asjs_MXTests #33

2019-10-22 Thread apacheroyaleci
See Changes: -- [...truncated 1.12 MB...] [mxmlc] scanning for overrides: ObjectUtil [mxmlc] scanning for overrides: SolidBorderUtil [mxmlc]

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Carlos Rovira
Hi Jason, The scope of Flash was more wide and open than Flex. Flex was created to target Applications. Most of the time business applications composed by forms, data grids, lists, graphs and other visual data representations. While Flash can do that, productivity was very low in real world use

RE: Emulation of labelFunction in ADG

2019-10-22 Thread Yishay Weiss
In my opinion it’s easier and more elegant to add the missing functionality in a bead (e.g. DataItemRendererFactoryForICollectionViewAdvancedDataGridData ) rather than reproduce Flex’s class hierarchy. The only reason to do the latter would be to make code that depends on a particular class

Build failed in Jenkins: royale-asjs_MXTests #32

2019-10-22 Thread apacheroyaleci
See Changes: [yishayjobs] Fix vertical scrollbar unnecessarily appearing -- [...truncated 1.12 MB...] [mxmlc] scanning for overrides:

[GitHub] [royale-website] carlosrovira commented on issue #4: Nightly Build links are broken on actual website

2019-10-22 Thread GitBox
carlosrovira commented on issue #4: Nightly Build links are broken on actual website URL: https://github.com/apache/royale-website/issues/4#issuecomment-544909016 one more thing, is that due to some Apache rules, nightly builds section in download page will be moved to "get involved" page

[GitHub] [royale-website] carlosrovira closed issue #4: Nightly Build links are broken on actual website

2019-10-22 Thread GitBox
carlosrovira closed issue #4: Nightly Build links are broken on actual website URL: https://github.com/apache/royale-website/issues/4 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [royale-website] carlosrovira commented on issue #4: Nightly Build links are broken on actual website

2019-10-22 Thread GitBox
carlosrovira commented on issue #4: Nightly Build links are broken on actual website URL: https://github.com/apache/royale-website/issues/4#issuecomment-544908336 HI Fred, URL has changed and now are:

[GitHub] [royale-website] carlosrovira closed issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article

2019-10-22 Thread GitBox
carlosrovira closed issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article URL: https://github.com/apache/royale-website/issues/5 This is an automated message from the Apache Git Service. To

[GitHub] [royale-website] carlosrovira commented on issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article

2019-10-22 Thread GitBox
carlosrovira commented on issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article URL: https://github.com/apache/royale-website/issues/5#issuecomment-544904674 Thanks Fred, The right link now is:

Emulation of labelFunction in ADG

2019-10-22 Thread Piotr Zarzycki
Hi Guys, I'm working on fixing issue [1]. labelFunction wasn't emulated at all so I'm trying to figure out how to add that. I checked deeper Flex code and it looks like launching labelFunction is starting to happen during row creation. There is function makeRowsAndColumnsWithExtraRows in

[GitHub] [royale-website] cristallium opened a new issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article

2019-10-22 Thread GitBox
cristallium opened a new issue #5: Broken link in using-external-javascript-libraries-in-apache-royale article URL: https://github.com/apache/royale-website/issues/5 Hi On article using-external-javascript-libraries-in-apache-royale :

Build failed in Jenkins: royale-asjs_MXTests #31

2019-10-22 Thread apacheroyaleci
See Changes: [aharui] move MXML support into UIComponent. Should fix #516 [aharui] fix asdoc build [aharui] check to see if moduleInstance is still parented before removing.

[GitHub] [royale-website] cristallium opened a new issue #4: Nightly Build links are broken on actual website

2019-10-22 Thread GitBox
cristallium opened a new issue #4: Nightly Build links are broken on actual website URL: https://github.com/apache/royale-website/issues/4 Hi Nightly Build links are broken on actual website (both JS Only and JS + SWf)

Re: [royale-asjs] branch develop updated: Spark CheckBox: Remove royale_wrapper for icon

2019-10-22 Thread Piotr Zarzycki
Comments inline. pon., 21 paź 2019 o 18:25 Alex Harui napisał(a): > Then you will need to explain why the event handling code that uses > royale_wrapper is not going to be invoked. Maybe there is no way to > actually click on the icon (as opposed to the label next to the icon)? > > I just

Jenkins build is back to normal : Royale_ASDoc_Example #30

2019-10-22 Thread apacheroyaleci
See

Jenkins build is back to normal : royale-asjs_jsonly #73

2019-10-22 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_jsonly #72

2019-10-22 Thread apacheroyaleci
See Changes: [aharui] move MXML support into UIComponent. Should fix #516 [aharui] fix asdoc build -- [...truncated 1.57 MB...]

Re: Hi, everyone, I'm Jason Huang

2019-10-22 Thread Alex Harui
Hi Jason, Volunteers in this project are welcome to work on whatever they want. The reason I am interested in Flex instead of Flash is because Flex was designed to abstract away the Flash API, so Flex is going to be more easily portable to different runtimes than Flash. Supporting Flash will