Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-03 Thread Carlos Rovira
hehe, not geek but very related! Beautiful name! :) 2018-05-03 22:14 GMT+02:00 Harbs : > Funny, but you weren’t very far off… ;-) > > We named our daughter Malka which is Hebrew for queen. (No, it was not > because of Royale. I might be a geek but my wife definitely is

Re: Jewel is no longer dependent of Basic

2018-05-03 Thread Carlos Rovira
Hi, I think I was too optimistic here. I was looking at JewelExample code and I have more Basic dependencies, like "View" But I'm very confused that after remove all "Basic" pom dependencies all is compiling correctly. I check parent poms, searching for "Basic" and I didn't find it...so how is

Re: There's some example of MXRoyale to look at?

2018-05-03 Thread Carlos Rovira
So you mean that ControlsExample are looking wrong and components should appear? Strange... Ok, hope someone could take a look, since I think it could be another good point to make noise in social networks...a good one :) thanks 2018-05-03 20:24 GMT+02:00 Alex Harui :

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

2018-05-03 Thread apacheroyaleci
See

Jenkins build is back to normal : Royale_ASDoc_Example #711

2018-05-03 Thread apacheroyaleci
See

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-03 Thread Harbs
Funny, but you weren’t very far off… ;-) We named our daughter Malka which is Hebrew for queen. (No, it was not because of Royale. I might be a geek but my wife definitely is not. ;-p She was named after a grandmother.) So she does in fact have a “Royale” name… :-) Harbs > On May 2, 2018, at

Jenkins build is back to normal : royale-asjs #731

2018-05-03 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs #730

2018-05-03 Thread apacheroyaleci
s/frameworks/mxml-manifest.xml> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/ws/frameworks/spark-manifest.xml> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/ws/ide/flashbuilder/flash

Build failed in Jenkins: Royale_ASDoc_Example #710

2018-05-03 Thread apacheroyaleci
See Changes: [aharui] try moving initialView to be last property to set up so fx:Declarations -- Started by upstream project "royale-asjs"

Build failed in Jenkins: royale-asjs_jsonly #738

2018-05-03 Thread apacheroyaleci
See Changes: [aharui] try moving initialView to be last property to set up so fx:Declarations -- [...truncated 464.74 KB...] [junit]

Re: There's some example of MXRoyale to look at?

2018-05-03 Thread Alex Harui
Hi Carlos, I haven't looked at those examples in a long time. My main focus is on getting the Flex SDK Mustella tests to run. I've got plenty on my plate right now so it would be good for others to figure out why things are going wrong and get to know the emulation components better. My 2

Jewel is no longer dependent of Basic

2018-05-03 Thread Carlos Rovira
Hi, I'm really amazed that I can get rid of Basic so easily. Just moved UIBase and HTMLElementWrapper to Core and that's it, I removed Basic dependency from Jewel projects, and I though I would have to deal with more dependencies not found...but that not happen :?... That proves that Royale is

Re: There's some example of MXRoyale to look at?

2018-05-03 Thread Carlos Rovira
Hi Alex, I finaly could build MXRoyale with maven and: 1.- HelloWorld; I can see the label "Hello World" but only on js-release, not in js-debug. So I think that's weird, did you saw that issue? 2.- ControlsExample: compile but I see the same as in 1) nothing in debug and HelloWorld label in

RE: Apache Royale on LinkedIn! Join us!

2018-05-03 Thread Alina Kazi
Awesome!! -Original Message- From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rovira Sent: Thursday, May 03, 2018 3:53 PM To: us...@royale.apache.org; dev@royale.apache.org Subject: Re: Apache Royale on LinkedIn! Join us! Hey! it's amazing that we are

Re: Bug iterating ArrayList

2018-05-03 Thread Alex Harui
Ah yes, that's true. When we get around to emulating ArrayCollection it will be iterable. -Alex On 5/3/18, 12:39 AM, "Yishay Weiss" wrote: From memory, it wasn’t possible to iterate through ArrayList with for each in Flex either.

Re: New blog example to review

2018-05-03 Thread Dany Dhondt
Hi Carlos, I mean a widget like putting a vimeo video on your site or a google map -Dany Op 3 mei 2018 om 09:43 uur uur schreef Carlos Rovira : Hi Dany, thanks! I'm creating the examples in "examples/blog" folder and uploading the "js-release" html/js/css output to

Re: States doesn't work properly anymore

2018-05-03 Thread Piotr Zarzycki
Alex, I had some session yesterday with that and I think I have found the reason. It is connected with how MDL is working. Let's start from the initial code This is how code looks like: -> After translation -> -> after translation -> In above case the parent of NavigationLayout should

Re: New blog example to review

2018-05-03 Thread Carlos Rovira
Hi Dany, thanks! I'm creating the examples in "examples/blog" folder and uploading the "js-release" html/js/css output to the website. Then showing it in an iFrame so people could look at the code and the final result. Don't know what you mean exactly with "widget", can you elaborate more about

RE: Bug iterating ArrayList

2018-05-03 Thread Yishay Weiss
From memory, it wasn’t possible to iterate through ArrayList with for each in Flex either. From: Σπύρος Αγγελόπουλος Sent: Thursday, May 3, 2018 10:13:11 AM To: dev@royale.apache.org Subject: RE: Bug iterating ArrayList Hi , Issue

RE: Bug iterating ArrayList

2018-05-03 Thread Σπύρος Αγγελόπουλος
Hi , Issue #220 Spiros -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Wednesday, May 2, 2018 6:53 PM To: dev@royale.apache.org Subject: Re: Bug iterating ArrayList Hi, Thanks for reporting. Can you file a GitHub issue?

Re: New blog example to review

2018-05-03 Thread Dany Dhondt
Hi Carlos, thanks for these great examples. To show the component, is it as easy as linking the compiled js file in an iFrame? So would this be the way to create a widget? thx Dany Op 3 mei 2018 om 06:41 uur uur schreef Olaf Krueger : Hi Carlos, thanks for another