Re: [FlexJS] Team Page

2016-12-04 Thread Harbs
One issue I have with the page is that all links are not simple hrefs. You cannot see where it’s going to go by hovering over the element. On Dec 2, 2016, at 8:56 PM, Peter Ent wrote: > Hi, > > If you go to: http://flex.apache.org/team/ you'll see a Flex Team page > created using FlexJS. Stil

Re: [FlexJS] dialog-polypfill third party JS

2016-12-04 Thread Harbs
I started a compression class which uses pako. I have not yet committed my code. I’m including it like this: /** * FalconJX will inject html into the index.html file. Surround with * "inject_html" tag as follows: * * * https://cdnjs.cloudflar

Re: git commit: [flex-asjs] [refs/heads/develop] - Add ContactChip bead - not working - Throw error if deletable chip do not have any material icons bead

2016-12-04 Thread Piotr Zarzycki
Hi Carlos, I've added ContactChip, but for some reason it won't work in Example. Basically "strand" property in ContactChip has never been raised. I think I missed something obvious - If you could look into the ContactChip bead. Thanks, Piotr 2016-12-04 15:39 GMT+01:00 : > Repository: flex-asjs

Re: git commit: [flex-asjs] [refs/heads/develop] - Add ContactChip bead - not working - Throw error if deletable chip do not have any material icons bead

2016-12-04 Thread piotrz
I understand a bit more. In case of Beads if we set property in Mxml it will be setup before property "strand". In strand I had creation of textNode. When I set contactText in ContactChip I got null reference exception: public function set contactText(value:String):void { textNode.nodeValue =

Re: git commit: [flex-asjs] [refs/heads/develop] - Add ContactChip bead - not working - Throw error if deletable chip do not have any material icons bead

2016-12-04 Thread piotrz
In other words in case of beads values setted in MXML need to be stored in private fields and then applied in strand properties. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-

[FlexJS, MDL] Color and Image in ContactChip bead

2016-12-04 Thread piotrz
Hi Carlos, 1) Colors in Contact Chip ContactChip in MDL example has classes which gives color for text and background for contact part. "mdl-color--teal" and "mdl-color-text--white" How actually it should be implemented ? I should add some properties ? contactColorName = "white", contactTextCo

[FlexJS]Big XML files

2016-12-04 Thread Harbs
I just tried parsing a big XML file with about 5600 elements. I brought the JS engine to its knees trying to parse it. Building the DOM was quick, but iterating all those elements just took forever… :-( I’m not sure where the problem is.

Re: [FlexJS] last git code doesn't work as of 2016 NOV 29

2016-12-04 Thread Josh Tynjala
I am able to reproduce the error with get__MXMLDescriptor using the latest nightly. https://issues.apache.org/jira/browse/FLEX-35192 - Josh On Thu, Dec 1, 2016 at 9:20 AM, Alex Harui wrote: > OK. If it shows up again, file a JIRA issue with a test case. > > Thanks, > -Alex > > On 12/1/16, 3:0

Re: [FlexJS] dialog-polypfill third party JS

2016-12-04 Thread Alex Harui
On 12/4/16, 12:32 AM, "Harbs" wrote: >I started a compression class which uses pako. I have not yet committed >my code. > >I’m including it like this: > >/** > * FalconJX will inject html into the index.html file. Surround >with > * "inject_html" tag as follows: >

Re: [FlexJS] dialog-polypfill third party JS

2016-12-04 Thread Harbs
If this is code in the SDK, changing the URL in the generated HTML is painful. On Dec 5, 2016, at 8:45 AM, Alex Harui wrote: > > > On 12/4/16, 12:32 AM, "Harbs" wrote: > >> I started a compression class which uses pako. I have not yet committed >> my code. >> >> I’m including it like this:

Re: [FlexJS] dialog-polypfill third party JS

2016-12-04 Thread Alex Harui
On 12/4/16, 11:38 PM, "Harbs" wrote: >If this is code in the SDK, changing the URL in the generated HTML is >painful. I have not tried monkey-patching. Does it not work? Also, couldn't you just edit the output HTML? -Alex