Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Alex Harui
Olaf, I mentioned elsewhere that setting an environment variable of PLAYERGLOBAL_VERSION worked for me. Also, I still think it would be helpful if you would just remove the checks for AIR_HOME/PLAYERGLOBAL_HOME/FLASHPLAYER_DEBUGGER and see what else needs to change to get the approval script to r

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Olaf Krueger
The keys are working now. Now I stumble over the playerglobal version issue [1] which others also had. Will continue tomorrow with downloading playerglobal 11.1... wanna cry ;-) Thanks, Olaf [1] playerglobal.version is 11.1 -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Alex Harui
Have you imported the public keys from Flex? If not, you may need to import them. This made me realize that we hadn't published a KEYS file for ROYALE so I quickly put one together at https://dist.apache.org/repos/dist/release/royale/KEYS Download and import it into GPG and try again. HTH, -Ale

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Olaf Krueger
Hi, I also downloaded "FlashPlayer projector content debugger" and link FLASHPLAYER_DEBUGGER to it. Now the script seems to work but it fails because of a signature issue [1]. I notice that others voted with +1 including a proper 'signatures match'? Do I am something wrong? Thanks, Olaf [1] gpg

Re: [Royale] ICollectionView

2018-01-11 Thread Peter Ent
Hi, Please go ahead and do that. We should have a DataGrid view bead that lets you mix percentage and non-percentage column widths, but that can weight. ‹peter On 1/11/18, 12:52 PM, "Piotr Zarzycki" wrote: >Peter, > >I did analysis of DataGridPercentageView and the only difference between >Dat

Re: Apache Royale website is live!!

2018-01-11 Thread Carlos Rovira
Hi Dave, Right! Let's see how much I can do in that front. But as I say, this task needs the magic of Alex, Peter and others to make the components work as good as possible and look awesome! (and be able for users to change visuals to adapt to what they need!) :) 2018-01-11 19:34 GMT+01:00 Dave

Re: Apache Royale website is live!!

2018-01-11 Thread Carlos Rovira
Hi Andrew, thanks. don't worry since we are doing in a good and comfortable timeframe for both. So I'll wait for more revision as you can. Thanks for taking the task of reviewing all content! :) 2018-01-11 19:08 GMT+01:00 Andrew Wetmore : > Carlos you are doing great work. > > I will confirm th

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Olaf Krueger
Alex Harui-2 wrote > For me, line 83 is blank. What do you see? Maybe it is a code-page > issue? Sorry for the noise guys, it was my fault one more time: I've just copied and pasted the XML in order to create a local file which was obviously not a good idea because of code-page issues :-( I just

Re: Apache Royale website is live!!

2018-01-11 Thread Dave Fisher
Hi - Sent from my iPhone > On Jan 11, 2018, at 10:25 AM, Carlos Rovira wrote: > > Hi Alex > > 2018-01-11 18:10 GMT+01:00 Alex Harui : > >> Hi Carlos, >> >> First, thanks for getting the site published and applying Andrew's changes. >> > > thanks for your words :) > > >> >> Now you know

Re: Apache Royale website is live!!

2018-01-11 Thread Dave Fisher
Hi - Sent from my iPhone > On Jan 11, 2018, at 9:10 AM, Alex Harui wrote: > > Hi Carlos, > > First, thanks for getting the site published and applying Andrew's changes. > > Now you know another reason why I wanted to get the website done in Royale > sooner. Then we could accept patches the w

Re: Apache Royale website is live!!

2018-01-11 Thread Carlos Rovira
Hi Alex 2018-01-11 18:10 GMT+01:00 Alex Harui : > Hi Carlos, > > First, thanks for getting the site published and applying Andrew's changes. > thanks for your words :) > > Now you know another reason why I wanted to get the website done in Royale > sooner. Then we could accept patches the way

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Piotr Zarzycki
Just stupid thing - Can system different language than English have some influence on that ? 2018-01-11 19:19 GMT+01:00 Yishay Weiss : > My line 83 is blank too, using windows. Olaf, maybe you can post the > contents of your ApproveRoyale.xml somewhere? > > > >

RE: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Yishay Weiss
My line 83 is blank too, using windows. Olaf, maybe you can post the contents of your ApproveRoyale.xml somewhere? From: Alex Harui Sent: Thursday, January 11, 2018 7:26:27 PM To: dev@royale.apache.org Subject: Re: [DISCUSS] Discuss Release Apache Royale 0.9.0

Re: Apache Royale website is live!!

2018-01-11 Thread Andrew Wetmore
Carlos you are doing great work. I will confirm the updates and continue reviewing as soon as I can. Busy day in freelance land over here. On Thu, Jan 11, 2018 at 12:01 PM, Carlos Rovira wrote: > Hi Andrew, > > I applied your changes and are live. > > The commit includes: > > * More corrections

Re: [Royale] ICollectionView

2018-01-11 Thread Piotr Zarzycki
Peter, I did analysis of DataGridPercentageView and the only difference between DataGridView is one line of code. I would go and extend DataGridView. What do you think ? This bead is really useful to me and it's working, but it need to be cleaned up. If I extend it I will simply fix issue above.

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Alex Harui
For me, line 83 is blank. What do you see? Maybe it is a code-page issue? -Alex On 1/11/18, 7:27 AM, "Olaf Krueger" wrote: >> Try taking out the requirements... >I will check it out! > >Regarding the approval script: >I am pretty sure that this script is not well-formed XML. >The '<' is not a

Re: Apache Royale website is live!!

2018-01-11 Thread Alex Harui
Hi Carlos, First, thanks for getting the site published and applying Andrew's changes. Now you know another reason why I wanted to get the website done in Royale sooner. Then we could accept patches the way folks expect. I understand that WordPress is very powerful and you were able to save muc

Re: [Royale] ICollectionView

2018-01-11 Thread Piotr Zarzycki
Peter, I have found what's the problem is!! I'm using in my DataGrid bead DataGridPercentageView. This bead messing up with styles, basically overwrite them. Not sure actually what happened yet inside. If I remove it css class which provides your bead to the DataGrid is starting to be assign corre

Re: Apache Royale website is live!!

2018-01-11 Thread Carlos Rovira
Hi Andrew, I applied your changes and are live. The commit includes: * More corrections to texts provided by Andrew Wetmore * Included SEO * external links opens new browser windows in all pages encouragin users to stay in royale website * privacy policy page added 2018-01-11 9:49 GMT+01:00 C

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-11 Thread Olaf Krueger
> Try taking out the requirements... I will check it out! Regarding the approval script: I am pretty sure that this script is not well-formed XML. The '<' is not allowed in line 83 because it is not allowed with XML to have this '<' character in attribute values. I guess we have to replace it by '

Re: [Royale] ICollectionView

2018-01-11 Thread Piotr Zarzycki
Hi Peter, Yest DataGridExample is working for me. The second grid is responding for add/remove item. I'm going to add to the DataGridExample today/tomorrow Panel as I have and see whether style will be applied. My styles are in separate files style.css. DataGridExample has them inside MXML. Than

Re: [Royale] ICollectionView

2018-01-11 Thread Peter Ent
Does the DataGridExample even work for you? You should see two DataGrids, the second being dynamic with the add and remove buttons inserting and removing a row. Is that working? The images in your links look OK and match what I have. I think there is still more to do with CSS and maybe that's what

Re: Apache Royale website is live!!

2018-01-11 Thread Carlos Rovira
Thanks Andrew!, I'll check it today as I get some time 2018-01-11 2:22 GMT+01:00 Andrew Wetmore : > Hi, again: > > I added suggestions for the getting-started and get-involved pages. Will > continue to the FAQ page tomorrow. > > On Wed, Jan 10, 2018 at 8:29 PM, Carlos Rovira > wrote: > > > Hi An

Re: [royale-asjs] branch develop updated: remove className="DynamicGridColumn" to fix compilation of DataGridExample

2018-01-11 Thread Carlos Rovira
Hi Piotr, just reverse the commit right now thanks 2018-01-11 5:16 GMT+01:00 Piotr Zarzycki : > Carlos, > > You shouldn't do this. This is problem with compilation introduced when > Alex prepared first RC. Please get back with that code before RC2 in order > to have it reproducible. It is someth