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
nabble.com/FlexJS-PAYG-and-dataGroups-tp63496p63511.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
> -
> 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.
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.
>
>
>
> -
> 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.
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.
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)
{
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)