AW: [FlexJS] How Binding works?

2016-12-10 Thread Christofer Dutz
hi Carlos, What do you mean with VO? What does that abbreviation stand for? Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Carlos Rovira Datum: 09.12.16 23:46 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: [FlexJS] How Binding works?

Re: [FlexJS] VO Constructor Bug

2016-12-10 Thread Carlos Rovira
Thanks Alex, that was driving me crazy. I'll try it today again 2016-12-10 1:03 GMT+01:00 Alex Harui : > I think I see a semi-colon after ActorVO(actorName:String = null) > > On 12/9/16, 3:59 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > > >Hi, > > > >this simple VO > > > >

Re: [FlexJS] How Binding works?

2016-12-10 Thread Carlos Rovira
Hi Chris, VO = ValueObject a simple class to carry data. I tried to say that the fix is needed since we want sometimes to quick prototype and we can't always introducing ValueObjects. But I`ll introduced that VOs for my example in MDL since I'm trying to create components that adhiere to best pract

Re: [FlexJS] How Binding works?

2016-12-10 Thread Christofer Dutz
Ah oh ... then I mixed up two things ;-) The way I changed the maven plugin to allow setting of failure on warning is deffinitely the way to go, but there are other problems causing the warning to appear in the first place. So I’ll leave things the way they are now. Chris Am 10.12.16, 11:11

Re: [FlexJS] get rid of inline styles (was Re: [FlexJS]Layout problems)

2016-12-10 Thread flex capacitor
In Radiate I convert Flex UIComponents to HTML components and had this problem. I made an option to allow styles to be defined inline or in a style sheet. If the option was stylesheet then if the component had an id the styles were declared by id. This included position, size, etc: #myLabel {

Re: flex-asjs git commit: Change innerHTML for a textNode to avoid remove text when using beads that “append” html tags

2016-12-10 Thread Piotr Zarzycki
Hi Carlos, Is it creation of internal elements shouldn't be in createElement instead in some setter? Piotr On Sat, Dec 10, 2016, 17:36 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 07dfd97bb -> 9b467ea51 > > > Change innerHTML for a textNode to avoid remove text whe

Re: flex-asjs git commit: Change innerHTML for a textNode to avoid remove text when using beads that “append” html tags

2016-12-10 Thread Carlos Rovira
Hi Piotr, this change is to handle the case where a tag node has mxml inner elements or has simple text. So normaly what you say is true, but here we are handling if user wants text (so creating a text node) or if he wants other nested tags (something I was struggling to get for the last month and

[FlexJS] rowIndex in item renderer

2016-12-10 Thread Carlos Rovira
Hi, I have a IR extended from MXMLItemRenderer, so I should have "rowIndex" property available, but I get nothing when I tried to write the value to span tag. Is this variable updated? What I wan to get is the row index printed in the IR, how is the most safe way to get it? additionaly, If I wan

Re: [LAST CALL] Flex SDK 4.16

2016-12-10 Thread Justin Mclean
Hi, Just to make sure everything is working before we make an official release candidate I’ve up up an RC0 here: https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc0/ It would be great if people could take a look and report back any issues they find. Thanks, Justin

FW: [FlexJS] rowIndex in item renderer

2016-12-10 Thread Yishay Weiss
From: Yishay Weiss Sent: Sunday, December 11, 2016 8:01 AM To: Carlos Rovira Subject: RE: [FlexJS] rowIndex in item renderer Try reading index instead of rowIndex. rowIndex doesn’t look like it gets updated which is probably a bug.

Re: [LAST CALL] Flex SDK 4.16

2016-12-10 Thread OmPrakash Muppirala
I don't see my changes to installer.xml in this RC. Did you get the latest code before building the RC? Thanks, Om On Sat, Dec 10, 2016 at 12:13 PM, Justin Mclean wrote: > Hi, > > Just to make sure everything is working before we make an official release > candidate I’ve up up an RC0 here: > h

Re: [LAST CALL] Flex SDK 4.16

2016-12-10 Thread Justin Mclean
Hi, > I don't see my changes to installer.xml in this RC. Did you get the latest > code before building the RC? I made the release before you checked in the fix. However I don’t see any changes to the installer.xml in the 4.16 release branch? Thanks, Justin

Re: [LAST CALL] Flex SDK 4.16

2016-12-10 Thread OmPrakash Muppirala
Hmm, I dint realize there was a 4.16 branch. I checked it into develop. Should I cherry pick them into 4.16 branch? On Sat, Dec 10, 2016 at 10:36 PM, Justin Mclean wrote: > Hi, > > > I don't see my changes to installer.xml in this RC. Did you get the > latest > > code before building the RC? >

Re: [FlexJS] rowIndex in item renderer

2016-12-10 Thread Alex Harui
On 12/10/16, 10:02 PM, "Yishay Weiss" wrote: > > >From: Yishay Weiss >Sent: Sunday, December 11, 2016 8:01 AM >To: Carlos Rovira >Subject: RE: [FlexJS] rowIndex in item renderer > > >Try reading index instead of rowIndex. rowIndex d