Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread Harbs
But if this is framework code convention let's live it as is. I just didn't > notice that is look like that. > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-develop

Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread piotrz
nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63511.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread Harbs
> - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63509.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread piotrz
View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63509.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread Harbs
> > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63502.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] PAYG and dataGroups

2017-07-24 Thread piotrz
x PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63502.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] PAYG and dataGroups

2017-07-23 Thread Alex Harui
Sunday, July 23, 2017 1:11:14 PM To: dev Subject: [FlexJS] PAYG and dataGroups I just ran into a bug in my app as follows: ListView has the following function: protected function rollOverIndexChangeHandler(event:Event):void { if (lastRollOverIndex != -1) {

[FlexJS] PAYG and dataGroups

2017-07-23 Thread Harbs
I just ran into a bug in my app as follows: ListView has the following function: protected function rollOverIndexChangeHandler(event:Event):void { if (lastRollOverIndex != -1) { var ir:ISelectableItemRenderer = dataGroup.getItemRendererForIndex(lastRollOverIndex)