It would make more sense if you could turn this recycle ON and OFF depending on what you're doing, dont you agree? if you have a list of 5 elements it wouldnt be a problem.
raf --- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > No, renderer recycling is the whole point of the list-based components. > That's how a DataGrid with 1,000,000 rows can perform well. > > - Gordon > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Rafael Faria > Sent: Monday, December 17, 2007 9:25 PM > To: [email protected] > Subject: [flexcoders] Re:Accessing properties of an Item Renderer > > > > How can i get around the recycled thing?! > > Is there anyway to "cache" it or "not" recycle it? > > thanks > Raf > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "Rafael Faria" > <rafaelfaria.grupos@> wrote: > > > > Ok i find out.. > > > > > LIST_ID.indexToItemRenderer(NUMBER_OF_INDEX).document.ID_FROM_MY_TEXTBOX > .text > > > > > > hope this helps someone else too!! > > > > > > raf > > > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> , "Rafael Faria" > > <rafaelfaria.grupos@> wrote: > > > > > > Alex, > > > > > > Could you be more clear? I'm using LIST with an itemrenderer > > > containing some textinput inside of each item. > > > > > > how do i get the text of the textinput? > > > > > > please, dont send me to your blog, its a particular question not > > general. > > > > > > someone else have an answer? > > > > > > Thanks > > > > > > Raf > > > > > > > > > > > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote: > > > > > > > > You can use indexToItemRenderer, but be aware that renderers get > > > > recycled. See my blog for more info (blogs.adobe.com/aharui) > > > > > > > > > > > > > > > > ________________________________ > > > > > > > > From: [email protected] > <mailto:flexcoders%40yahoogroups.com> > > [mailto:[email protected] > <mailto:flexcoders%40yahoogroups.com> ] On > > > > Behalf Of saurav sinha > > > > Sent: Monday, November 19, 2007 6:15 AM > > > > To: [email protected] > <mailto:flexcoders%40yahoogroups.com> > > > > Subject: [flexcoders] Re:Accessing properties of an Item Renderer > > > > > > > > > > > > > > > > Hi Friends, > > > > > > > > > > > > > > > > I m stuck with accessing properties of item renderer. > > > > > > > > > > > > > > > > I have a listbox control and used checkbox as an itemrenderer. I > > want to > > > > access the "selected" property of checkbox when user selects any > > item in > > > > the list control. > > > > > > > > > > > > > > > > Please help. > > > > > > > > > > > > > > > > Regards > > > > > > > > Saurav > > > > > > > > > > > > > > > > ________________________________ > > > > > > > > Get easy, one-click access to your favorites. Make Yahoo! your > > homepage. > > > > <http://us.rd.yahoo.com/evt=51443/*http:/www.yahoo.com/r/hs > <http://us.rd.yahoo.com/evt=51443/*http:/www.yahoo.com/r/hs> > > > > > > > > > > >

