ArrayCollection in Royale

2018-02-14 Thread Carlos Rovira
Hi I saw Alina post in user list about substitutes and I think one important one is: import mx.collections.ArrayCollection; //very similar to org.apache.royale.collections.TreeData In order to ease the port of Flex apps to Royale, one thing we try is to reuse as much AS3 logic, while in UX we ne

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Carlos Rovira
Hi updated links on Docs page. As we develop more the documentation and final presentation this page needs more work since the text says that the page is under construction. This will come more later As well I added GitHub releases page to download and source code. So now we have "Current Release"

Re: How I can use multiple CSS files

2018-02-14 Thread Carlos Rovira
Hi Alex, I'm a bit confused here. I created the thread since I'm already trying it. In VividBlueTheme, I added in pom.xml two one for typical defaults.css and another for TextField.css Both, are in theme SWC thanks to maven build, at that point is ok. The problem is that final app is not using T

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Alex Harui
Also, if you are updating the site, on http://royale.apache.org/docs/ Please change the ASDoc link to: http://royale.apache.org/asdoc/ Thanks, -Alex On 2/14/18, 2:40 PM, "Alex Harui" wrote: >The docs Andrew has been curating (which not ASDoc) is here: > > >https://na01.safelinks.pr

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Alex Harui
The docs Andrew has been curating (which not ASDoc) is here: https://apache.github.io/royale-docs/ I think it is fine to post a link to it. What do others think? -Alex On 2/14/18, 2:28 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, should I update now the Documentatio

Re: How I can use multiple CSS files

2018-02-14 Thread Alex Harui
Hi Carlos, I looked at the compiler some more. It appears that this feature already exists. When I answered earlier, I was looking at code that loads SWCs off the library path and the compiler only looks at defaults.css in those files, but I just saw that in SWCs specified as themes it will use

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Carlos Rovira
Hi, should I update now the Documentation links in the blog. Maybe only ASDocs? please let me know what to change and exact links so I can update it thanks! 2018-02-13 22:13 GMT+01:00 Alex Harui : > Thanks Andrew. I'm glad you remembered to push to develop and then merge > to master. The master

Re: How I can use multiple CSS files

2018-02-14 Thread Carlos Rovira
Hi Alex, I read @import and seems is not recommended for many reasons (concurrence mainly) so I think is not a solution. My bet is that this will make more easy to develop themes since I can go directly to the css file "Textfield.css" and make changes over a few set of lines. I never touched the c

Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Carlos Rovira
Ok Alex, that's great, so we'll be doing the work on RELEASE_NOTES file thanks! 2018-02-14 17:31 GMT+01:00 Alex Harui : > We already have this. It is the RELEASE_NOTES file. All ASF releases are > supposed to have one so we should use it. And as keepachangelog.com says, > it is not the GitHub

Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Maybe I should reference GitHub references in website... https://github.com/apache/royale-asjs/releases 2018-02-14 14:44 GMT+01:00 Gabe Harbs : > Excellent! > > Harbs > > > On Feb 14, 2018, at 3:04 PM, Piotr Zarzycki > wrote: > > > > Added on GitHub! -> > > https://github.com/apache/royale-as

Re: [Royale] DividedBox

2018-02-14 Thread Peter Ent
At Alex's recommendation, I have refactored all of the "DividedBox" classes into "DividedContainer" to make more general. I also renamed the example to be "DividedContainerExample". The branch is still feature/DividedBox but that will not matter when I merge it into develop sometime tomorrow, hopef

Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Alex Harui
We already have this. It is the RELEASE_NOTES file. All ASF releases are supposed to have one so we should use it. And as keepachangelog.com says, it is not the GitHub commit log. IMO, it is not the Release Manager's job to fill this out. It needs to be maintained by every committer. I know I

Re: JSON Objects renaming (was Re: ASDoc, Routing, Releases)

2018-02-14 Thread Alex Harui
I'm going to work on this utility to generate AS classes from a JSON result today unless someone is already working on it. -Alex On 2/7/18, 11:13 AM, "Alex Harui" wrote: >Two more thoughts on this utility. I think you create a UID for each >child class. I think the UID can consist of the sort

Re: [Royale] DividedBox

2018-02-14 Thread Peter Ent
I used position:absolute on everything since pixel-level control was required for resizing. The only real difference between the SWF code and the JS code is that the JS code adds "position:absolute" to every immediate child of the DividedBoxes. I tried this out with several different types of child

Re: [Royale] DividedBox

2018-02-14 Thread Piotr Zarzycki
Hi Peter, How did you build rows/columns in HTML ? Thanks, Piotr 2018-02-14 14:56 GMT+01:00 Peter Ent : > Hi, > > I've just pushed a new feature branch: "feature/DividedBox" that contains > a new set of Basic components: HDividedBox and VDividedBox. There is also > an example to go along with t

[Royale] DividedBox

2018-02-14 Thread Peter Ent
Hi, I've just pushed a new feature branch: "feature/DividedBox" that contains a new set of Basic components: HDividedBox and VDividedBox. There is also an example to go along with them: examples/royale/DividedBoxExample. I've kept this as a feature branch so you can evaluate it and I'll put it

Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Gabe Harbs
Excellent! Harbs > On Feb 14, 2018, at 3:04 PM, Piotr Zarzycki wrote: > > Added on GitHub! -> > https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.1 :) > > Thanks, > Piotr > > 2018-02-14 14:02 GMT+01:00 Carlos Rovira : > >> Changes are live on the web >> >> thanks! >> >>

Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Olaf Krueger
>In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/ +1, we also start using this format here ;-) Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

[OT] GitHub WebCast "Managing your projects in GitHub"

2018-02-14 Thread Olaf Krueger
Hi, maybe this is interesting for somebody [1]. Thanks, Olaf [1] https://resources.github.com/webcasts/Managing-your-projects-in-GitHub/ -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Piotr Zarzycki
Added on GitHub! -> https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.1 :) Thanks, Piotr 2018-02-14 14:02 GMT+01:00 Carlos Rovira : > Changes are live on the web > > thanks! > > 2018-02-14 8:43 GMT+01:00 Alex Harui : > > > The Apache Royale community is pleased to announce the

Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Olaf Krueger
We could force ourselves to consequent use GitHub issues and milestones (and references from commits to issues) and maybe there's a way to generate a ChangeLog automatically. I just found e.g. this [1], I guess there exist some more like this out there... Just some thoughts, Olaf [1] https://gith

Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Changes are live on the web thanks! 2018-02-14 8:43 GMT+01:00 Alex Harui : > The Apache Royale community is pleased to announce the release of Apache > Royale 0.9.1. > > The Apache Royale project is a continuation of the previous effort called > FlexJS to produce a next-generation of the Apache

Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Carlos Rovira
Hi, in order to move this, I think this is important, and we should have as a team some way to make this possible. We should make this happen for the next release. Suggestions are welcome. Thanks! Carlos 2018-02-14 13:56 GMT+01:00 Carlos Rovira : > That's right, we should do something in that

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
That's right, we should do something in that way. Maybe better create a new thread about this 2018-02-14 13:45 GMT+01:00 Piotr Zarzycki : > In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/ > > 2018-02-14 13:44 GMT+01:00 Gabe Harbs : > > > We probably should maintain a cha

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Piotr Zarzycki
In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/ 2018-02-14 13:44 GMT+01:00 Gabe Harbs : > We probably should maintain a changelog which gets modified as things are > developed. > > > On Feb 14, 2018, at 2:39 PM, Carlos Rovira > wrote: > > > > Hi just one more thing, for

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Gabe Harbs
We probably should maintain a changelog which gets modified as things are developed. > On Feb 14, 2018, at 2:39 PM, Carlos Rovira wrote: > > Hi just one more thing, for next release, since this is already done and > announced. > > People in twitter and facebook asked about "what's changed" whe

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Hi just one more thing, for next release, since this is already done and announced. People in twitter and facebook asked about "what's changed" when released 0.9.0 (in comparison with FlexJS latest release) My response was that 0.9.0 was a first release here and there was no "list of changes". Bu

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Working! :) https://builds.apache.org/job/Royale-typedefs/43/ Let me start framework build with your changes! 2018-02-14 13:24 GMT+01:00 Piotr Zarzycki : > I just cleaned up workspace on Maven and run build with your changes. > Let's see! > > 2018-02-14 13:18 GMT+01:00 Gabe Harbs : > >> I just co

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
It passed! :-) > On Feb 14, 2018, at 2:24 PM, Piotr Zarzycki wrote: > > I just cleaned up workspace on Maven and run build with your changes. Let's > see! > > 2018-02-14 13:18 GMT+01:00 Gabe Harbs : > >> I just committed a change where I set overwrite to true. >> >> Hopefully that will do it…

Re: [royale-typedefs] branch develop updated: try setting overwrite to true

2018-02-14 Thread Gabe Harbs
Phew! Looks like this did it… :-) > On Feb 14, 2018, at 2:18 PM, ha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git > > > The follow

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I just cleaned up workspace on Maven and run build with your changes. Let's see! 2018-02-14 13:18 GMT+01:00 Gabe Harbs : > I just committed a change where I set overwrite to true. > > Hopefully that will do it… > > > On Feb 14, 2018, at 2:13 PM, Gabe Harbs wrote: > > > > Is there some way to mak

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
I just committed a change where I set overwrite to true. Hopefully that will do it… > On Feb 14, 2018, at 2:13 PM, Gabe Harbs wrote: > > Is there some way to make sure that all the old resources are cleared out of > the maven build? > > ITemplateArray is not a file which should be generated a

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Is there some way to make sure that all the old resources are cleared out of the maven build? ITemplateArray is not a file which should be generated at all. It looks like the replacement of es6.js is not working correctly. Can you take a look at what I did to the pom and see if you can tweak it

Re: Royale Examples Blog proposal to all the team

2018-02-14 Thread Carlos Rovira
Thanks Jason!, I just implemented in pre and its working, I'll be pushing live with some other fixes soon. Thanks! :) 2018-02-13 23:27 GMT+01:00 Jason Guild : > Carlos: > > Looks great. In the code snippets that appear with the examples, it would > be good to make it as easy as possible for peopl

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I'm wondering why are you not seeing that. If you scroll up in this console output - >https://builds.apache.org/job/Royale-typedefs/41/console Can you see the errors ? 2018-02-14 10:05 GMT+01:00 Gabe Harbs : > Weird. > > In my build, I get that function commented out: > > /** > * @param

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

2018-02-14 Thread apacheroyaleci
See

Jenkins build is back to normal : royale-typedefs #149

2018-02-14 Thread apacheroyaleci
See

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Weird. In my build, I get that function commented out: /** * @param template [ITemplateArray] * @param var_args [*] Substitution values. * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw * @see [es6] * @returns {str

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Nope. :-( What does this mean? [INFO] Skipping Apache Royale: TypeDefs: Parent [INFO] This project has been banned from the build due to previous failures. Please check the pom where I added multiple executions. I’m not sure if what I did was legal… Harbs > On Feb 14, 2018, at 10:53 AM, Piotr

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Do you see now this errors? F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\target\generated-sources\externc\classes\String.as(52): col: 41 Error: Type was not found or was not a compile-time constant: ITemplateArray. public static function raw(template:ITemplateArray, ...var_args):String {

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Let me try again. It doesn't look like our fail. On Wed, Feb 14, 2018, 09:52 Harbs wrote: > I don’t understand the console output. > > Suggestions? > > > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > > > > The Apache Jenkins build system has built Ro

Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Gabe Harbs
I didn’t realize that. Thanks. > On Feb 14, 2018, at 10:48 AM, Piotr Zarzycki > wrote: > > Harbs, > > You can do this also, by logging with your apache credentials there. > > Ok let me do this. > > > On Wed, Feb 14, 2018, 09:46 Harbs wrote: > >> Piotr, >> >> Could you manually run the ma

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Harbs
I don’t understand the console output. Suggestions? > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server > wrote: > > The Apache Jenkins build system has built Royale-typedefs (build #40) > > Status: Still Failing > > Check console output at https://builds.apache.org/job/Royale-typedefs/40/

Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Harbs, You can do this also, by logging with your apache credentials there. Ok let me do this. On Wed, Feb 14, 2018, 09:46 Harbs wrote: > Piotr, > > Could you manually run the maven build. I’d like to see if I fixed it… > > > On Feb 14, 2018, at 10:39 AM, Apache Jenkins Server < > jenk...@bui

Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Harbs
Piotr, Could you manually run the maven build. I’d like to see if I fixed it… > On Feb 14, 2018, at 10:39 AM, Apache Jenkins Server > wrote: > > The Apache Jenkins build system has built Royale-typedefs (build #39) > > Status: Still Failing > > Check console output at https://builds.apache.o

Build failed in Jenkins: royale-asjs_jsonly #297

2018-02-14 Thread apacheroyaleci
See Changes: [aharui] JS fixed row height virtual lists [aharui] example for fixed row height virtual lists [aharui] fix SWF-side virtual lists [aharui] virtual list example -