RE: [Non-DoD Source] [FlexJS][XML]first milestone

2016-04-11 Thread Kessler CTR Mark J
That's awesome. As for your test cases, I have two common uses. I receive my server data back in e4x format. So I need to make sure I can separate out different XML sets from one call and also be able to do inline filtering later. A third case would be for the filterfunctions and sorting.

Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-11 Thread Nicholas Kwiatkowski
I've got the blog and website staged. Should I wait for the issues to subside on the archives site, or just go forward? -Nick On Mon, Apr 11, 2016 at 1:37 AM, OmPrakash Muppirala wrote: > Awesome. Congrats on the release! > > I will wait till Nick updates the blog and website before tweeting

Re: [Non-DoD Source] [FlexJS][XML]first milestone

2016-04-11 Thread Harbs
Thanks for these. I will add these test cases. (They should both be fine.) I have not tried using XMLListCollection, but being that it’s a purely ActionScript class, I think it should “just work”. I just committed support for E4X filtering. In theory it’s working, but there’s an issue with the

Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-11 Thread Alex Harui
I saw an email that archives.a.o is up and it worked for me doing a full FalconJX build, so I think it is ok to publish. -Alex On 4/11/16, 4:32 AM, "Nicholas Kwiatkowski" wrote: >I've got the blog and website staged. Should I wait for the issues to >subside on the archives site, or just go for

Re: FlexJS World Tour - Livestream NOW!

2016-04-11 Thread Alex Harui
I just sent Shubham the links to the videos. -Alex On 4/8/16, 1:28 PM, "Shubham Gupta" wrote: >Hi Alex, > >Can you please share those files with me. I will upload them on YouTube. > >Regards, >Shubham > >On Fri, Apr 8, 2016 at 7:35 AM, Alex Harui wrote: > >> There will be 3 separate FLV files.

Re: FlexJS World Tour - Livestream NOW!

2016-04-11 Thread Shubham Gupta
Thanks Alex, I will edit and upload the videos in a day. Regards, Shubham On Mon, Apr 11, 2016 at 9:44 AM, Alex Harui wrote: > I just sent Shubham the links to the videos. > > -Alex > > On 4/8/16, 1:28 PM, "Shubham Gupta" wrote: > > >Hi Alex, > > > >Can you please share those files with me. I

Re: FlexJS World Tour - Livestream NOW!

2016-04-11 Thread Harbs
Thanks. Great to see a group effort on this! :-) Harbs On Apr 11, 2016, at 7:52 PM, Shubham Gupta wrote: > Thanks Alex, I will edit and upload the videos in a day. > > Regards, > Shubham > > On Mon, Apr 11, 2016 at 9:44 AM, Alex Harui wrote: > >> I just sent Shubham the links to the videos.

Re: [FlexJS][XML]first milestone

2016-04-11 Thread Harbs
I made some great progress today. I just compared the output of some pretty whacky xml processing in Flash to the output using the JS XML classes and the output was pretty close! There are definitely some issues I still need to work on (besides some compiler issues in JIRA), but I’m really happ

Re: [Non-DoD Source] [FlexJS][XML]first milestone

2016-04-11 Thread Harbs
I just tried adding these tests. I’m not sure how to go about linking XMLListCollection. Do I just copy XMLListCollection to the asjs Collection project? Does it need to be reworked? On Apr 11, 2016, at 3:13 PM, Harbs wrote: > Thanks for these. I will add these test cases. (They should both be

Re: [FlexJS][XML]first milestone

2016-04-11 Thread OmPrakash Muppirala
Yay! That's fantastic news. Just curious. Will this case work? var svg:XML = var rects:XMLList = svg..rect; //rects should contain all the rects in the svg, i.e. Thanks, Om On Mon, Apr 11, 2016 at 2:21 PM, Harbs wrote: > I made some great progress to

Re: [Non-DoD Source] [FlexJS][XML]first milestone

2016-04-11 Thread Alex Harui
On 4/11/16, 2:31 PM, "Harbs" wrote: >I just tried adding these tests. I’m not sure how to go about linking >XMLListCollection. Do I just copy XMLListCollection to the asjs >Collection project? Does it need to be reworked? That should probably wait until after I port XMLListCollection in the MX

Re: [FlexJS][XML]first milestone

2016-04-11 Thread Harbs
Absolutely! I just ran this: var svg:XML = ; var rects:XMLList = svg..rect; trace(rects.toXMLString()); and got this in the console: > > > > > > > > > var rects:XMLList = svg..rect; > > //rects should contain all the rects in the svg, i.e. > > > > > > Thanks, > Om > >

Re: [FlexJS][XML]first milestone

2016-04-11 Thread OmPrakash Muppirala
Awesome! I'll post if I can remember any of my other common scenarios. Thanks, Om On Mon, Apr 11, 2016 at 2:54 PM, Harbs wrote: > Absolutely! > > I just ran this: > var svg:XML = />; > > var rects:XMLList = svg..rect; > trace(rects.toXMLString()); > > and got this in the console: > > > >

Re: [Non-DoD Source] [FlexJS][XML]first milestone

2016-04-11 Thread Harbs
No problem there. I have plenty on my plate. (and I think I just put plenty on yours as well…) ;-) I just added a number of JIRAs. If any of our other compiler buffs wants to take on some of them to give Alex some slack, feel free… Harbs On Apr 12, 2016, at 12:53 AM, Alex Harui wrote: > >

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-11 Thread piotrz
Thanks Alex, Om. Finally everything has built with success. Now I can jump to try fix some bugs. Probably will have lot's of question how to debug examples using sources. Will see. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-dev

[FlexJS] Build examples and debug it using sources

2016-04-11 Thread piotrz
Hi Guys, I just successfully built falcon and flexjs from sources. Now I would like to launch in Intellij examples and debug it with these built sources. I know that in Flash Builder with old Flex framework we could link sdk sources. I would like to ask what is your approach with building and d