Royale Release Process Philosophy

2018-01-07 Thread Alex Harui
Hi, I think I have a script that builds all of the Maven, Ant and I think even NPM artifacts for a Royale release. Instead of the Flex "Last Call" process, I would like to try a different process and philosophy for Royale. The script takes a while to run, but is relatively straightforward so I t

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

2018-01-07 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_jsonly #93

2018-01-07 Thread apacheroyaleci
See -- [...truncated 338.35 KB...] [junit] bar parameters not found! 0 [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063

Re: [royale-typedefs] branch develop updated: update year to 2018

2018-01-07 Thread Alex Harui
I'm pretty sure it is ok as-is. Thanks, -Alex On 1/7/18, 6:44 PM, "Justin Mclean" wrote: >Hi, > >> The first publication of a product called Royale will be in 2018 > >Sure but the code existed at the ASF before that as part of the Flex >project from 2012 to 2017. So perhaps just add the date ra

Re: How to achieve Horizontal/Vertical alignment?

2018-01-07 Thread Alex Harui
Yeah, we'll see what patterns folks want to use. I'm not convinced you can write an Alignment bead that will know what to do in all situations. I think we're going to end up with custom scenario-oriented containers: ContainerThatCentersChildren, TileContainerThatCentersChildren, ThreePaneContainer

Re: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-07 Thread Alex Harui
What is PLAYERGLOBAL_HOME set to? -Alex On 1/7/18, 7:03 AM, "Yishay Weiss" wrote: >I think that might have been it but I’m now struggling to get a Royale >build working. > > > >When trying to build Basic I’m getting > > > >C:\dev\flexjs\royale-asjs\frameworks\royale-config.xml(74): col: 0 unabl

Re: [royale-typedefs] branch develop updated: update year to 2018

2018-01-07 Thread Justin Mclean
Hi, > The first publication of a product called Royale will be in 2018 Sure but the code existed at the ASF before that as part of the Flex project from 2012 to 2017. So perhaps just add the date range after mention of the Flex project? I’m sure you didn’t mean this way, but in it’s current fo

Re: [royale-typedefs] branch develop updated: update year to 2018

2018-01-07 Thread Alex Harui
The first publication of a product called Royale will be in 2018 (hopefully soon). Thanks, -Alex On 1/7/18, 6:00 PM, "Justin Mclean" wrote: >Hi, > >> NOTICE | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/NOTICE b/NOTICE >> index 40c36eb..e5fd060 100644 >> --- a/NOT

Re: [Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-07 Thread Alex Harui
You would add TextButtonView or ImageButtonView. Most Basic top-level components are an aggregation of a model and view and often a controller. Express aggregates "non-essential" and/or less type-safe beads as well to reduce the amount of bead-adding you have to do. Because the components have a

Re: How to overwrite/change a components' default styles the royale way?

2018-01-07 Thread Alex Harui
Hmm. We can look into it more. I thought the compiler knew how to combine selectors, and if not, I supposed we could make it work, but I think it will be harder for properties like border that are "shortcuts" for a bunch of other properties. -Alex On 1/7/18, 12:21 PM, "Olaf Krueger" wrote: >H

Re: [royale-typedefs] branch develop updated: update year to 2018

2018-01-07 Thread Justin Mclean
Hi, > NOTICE | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/NOTICE b/NOTICE > index 40c36eb..e5fd060 100644 > --- a/NOTICE > +++ b/NOTICE > @@ -1,5 +1,5 @@ > Apache Royale Typedefs > -Copyright 2012-2017 The Apache Software Foundation > +Copyright 2018 The Apache Softwar

Re: [Royale] ICollectionView

2018-01-07 Thread Peter Ent
The DataGrid’s model’s dataProvider would be an ICollectionView which gets shared with each column list’s model’s dataProvider. Changing the data should trigger events to have each list’s DataItemRendereFactoryForCollectionView update the itemRenderers. It should just work but I will be verif

[Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-07 Thread Olaf Krueger
Hi, just for my understanding: It seems to me that we can't compose a TextButton or an IconButton or a TextIconButton by adding some beads to Button, something like this [1]. Instead, we have "TextButton" which feels for me a bit like an Express component. I just would like to know if I have a wro

How to overwrite/change a components' default styles the royale way?

2018-01-07 Thread Olaf Krueger
Hi, I've learned in the meantime that "a Royale 'type' selector isn't really a true CSS Type Selector. It is really a Class selector with the same name as the component's typeNames property". But I wonder what is the Royale way of changing the default styles of a component for an app developer. I

Re: Slider Component

2018-01-07 Thread Carlos Rovira
Hi Peter I could at last try the new slider and works far way better. Thanks for the great work!. I notice the problems raised by Justin. I think one of the problem is that thumb is not considering the mouse exact point of interaction and that cause the thumb "moves" or adapts to the mouse. I thi

Re: [Royale] ICollectionView

2018-01-07 Thread Piotr Zarzycki
Peter, When you were saying that :"I had a reasonably working version of DataGrid for this..." - Do you mean usage of all that new stuff which helps sorting etc ? I'm working on the next example where DataGrid is being used. I would like to have also ability to update like we are doing that in lis

RE: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-07 Thread Yishay Weiss
I think that might have been it but I’m now struggling to get a Royale build working. When trying to build Basic I’m getting C:\dev\flexjs\royale-asjs\frameworks\royale-config.xml(74): col: 0 unable to open 'C:\dev\flexjs\royale-asjs\frameworks\\11.1\playerglobal.swc'. Any pointers would

Re: [Royale] ICollectionView

2018-01-07 Thread Piotr Zarzycki
Many Thanks! I just noticed that Grid doesn't have selectedItem property. Not sure if it was for purpose. Piotr 2018-01-07 14:21 GMT+01:00 Peter Ent : > I did notice that something was happening with the scrollbars. I will look > into it. > ‹peter > > On 1/6/18, 8:52 AM, "piotrz" wrote: > > >H

Re: [Royale] ICollectionView

2018-01-07 Thread Peter Ent
I did notice that something was happening with the scrollbars. I will look into it. ‹peter On 1/6/18, 8:52 AM, "piotrz" wrote: >Hi Peter, > >Just wanted to let you know that I have started use more extensively >DataGrid and I have found that using FlexLayout gives a way better results >for DataG

Re: [website] Things needed to release website ASAP

2018-01-07 Thread Carlos Rovira
Hi Olaf and Piotr, for me the site is ready to be published, but is not complete, as Royale is not complete. The intention is that Features (a long with Home) will have more marketing-beautiful info of what Royale bring us and what can do for the users. The structure and menus are based on what ot

Re: [website] Things needed to release website ASAP

2018-01-07 Thread Carlos Rovira
Hi Justin, I revised it and didn't see anything. I think I assume at the moment that since I request for the sentence to insert, but trademarks didn't provide it and the rest of the conversation with legal didn't put more emphasis on that part that was ok. I put a sentence in the footer. 2018-01-