New project for migration using Emulation

2018-06-10 Thread Piotr Zarzycki
Hi Guys, Chris and Scott from Flex community approach to me and ask for help and guidance with porting his application to Royale. I think Emulation components will be the best to start whole effort. I will be probably super slow with that due to other tasks, but I will try to share all the

Re: [royale-asjs] branch develop updated: Jewel Grid Layout

2018-06-10 Thread Carlos Rovira
And one more thing, this as well take into account States, that is important and was part of my tests ;) 2018-06-10 12:00 GMT+02:00 Carlos Rovira : > I had hard time with BasicLayout in View, so > I remove the layout default for View in Jewel since it imposes a default > that not always is what

Re: [royale-asjs] branch develop updated: Jewel Grid Layout

2018-06-10 Thread Carlos Rovira
I had hard time with BasicLayout in View, so I remove the layout default for View in Jewel since it imposes a default that not always is what you want. So if start building from View you can add some element with x,y values and will be positioned regarding those values, and the add the new Grid

Re: [royale-asjs] branch develop updated: Jewel Grid Layout

2018-06-10 Thread Harbs
Wouldn’t this override a parent absolute positioning? > -.layout.absolute { > - position: relative; > -} Or is `.layout.absolute > *` more specific? Harbs > On Jun 10, 2018, at 11:04 AM, carlosrov...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. >