Re: [FlexJS] Issue with JSON.stringify and Bindable VO objects

2017-04-21 Thread Alex Harui
Hi Greg, The point wasn't to encourage the use of XML instead of JSON. It was just to see if there was any useful mechanisms of retaining type information and dealing with circularities. Seems like if we can define how to record the types, that a single Reviver parameter should be able to

[LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-21 Thread Alex Harui
Hi, It's been six months or so since 0.7.0 and it would be nice to get a new release out before/at ApacheCon. I have just seen the dual branch build successfully for both Ant and Maven when merged with the develop branch as of yesterday. DataBindingExample works ok, there are some sizing

Re: [FlexJS] Table

2017-04-21 Thread PKumar
This will be really helpful Peter. Thanks On 22-Apr-2017 12:52 AM, "Peter Ent [via Apache Flex Development]" < ml-node+s247n61270...@n4.nabble.com> wrote: > Hi, > > I've just committed/pushed a new FlexJS component (and its helpers) to the > HTML project. It is the component. I saw that

Re: [FlexJS] internal classes

2017-04-21 Thread Alex Harui
After all of the munging of the requires lists, anything in the FlexJS Dependency List should be in the requires unless it would introduce a circularity. I'll take a look. -Alex On 4/21/17, 2:04 PM, "Harbs" wrote: >Another dependency problem: >

[FlexJS] internal classes

2017-04-21 Thread Harbs
Another dependency problem: org.apache.flex.svg.GraphicContainer contains an internal class called GraphicGroup which extends ContainerBase GraphicContainer has the following requires: goog.provide('org.apache.flex.svg.GraphicContainer'); goog.require('org.apache.flex.core.UIBase');

Re: [FlexJS] Issue with JSON.stringify and Bindable VO objects

2017-04-21 Thread Greg Dove
Thanks for that info. Most often for client work, I don't choose the data transfer format, and tbh I would probably choose json vs. xml if I could choose between the two. The simplest json based 'typed' data I have seen sends "__type":"typename_here" in the generic objects, which can be used

[FlexJS] Table

2017-04-21 Thread Peter Ent
Hi, I've just committed/pushed a new FlexJS component (and its helpers) to the HTML project. It is the component. I saw that there were JS-only fragments of Table present and decided to make an official SWF/JS version. The idea is to create a clean HTML structure and mimic it in the Flash

Re: [FlexJS] Examples

2017-04-21 Thread Peter Ent
Thanks. I'll take a look. —peter On 4/21/17, 12:36 PM, "Alex Harui" wrote: >It appears the format changed. I got it working for DataBindingExample in >the dual branch. > >-Alex > >On 4/17/17, 9:47 AM, "Alex Harui" wrote: > >>I think the service may have

Re: [FlexJS] Examples

2017-04-21 Thread Alex Harui
It appears the format changed. I got it working for DataBindingExample in the dual branch. -Alex On 4/17/17, 9:47 AM, "Alex Harui" wrote: >I think the service may have been temporarily down or the format changed. >See this, for example: >

Re: Falcon build failing

2017-04-21 Thread Tom Chiverton
(aside) Your client knows there are top level domains with more than 4 characters ? And that neither local parts or domain names are limited to ASCII any more ? Tom On 20/04/17 17:50, Harbs wrote: private static const emailRegExp:RegExp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i;