Re: [FlexJS] rowIndex in item renderer

2016-12-11 Thread Carlos Rovira
t; On 12/10/16, 10:02 PM, "Yishay Weiss" wrote: > > > > > > >From: Yishay Weiss<mailto:yishayj...@hotmail.com> > >Sent: Sunday, December 11, 2016 8:01 AM > >To: Carlos Rovira<mailto:carlosrov...@apache.org> > >Subject: RE: [FlexJS] rowIn

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<mailto:yishayj...@hotmail.com> >Sent: Sunday, December 11, 2016 8:01 AM >To: Carlos Rovira<mailto:carlosrov...@apache.org> >Subject: RE: [FlexJS] rowIndex in item renderer > > &g

FW: [FlexJS] rowIndex in item renderer

2016-12-10 Thread Yishay Weiss
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, December 11, 2016 8:01 AM To: Carlos Rovira<mailto:carlosrov...@apache.org> Subject: RE: [FlexJS] rowIndex in item renderer Try reading index instead of rowIndex. rowIndex doesn’t look like it gets updated which is pr

[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