[flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Rafael Faria
Of saurav sinha Sent: Monday, November 19, 2007 6:15 AM To: flexcoders@yahoogroups.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

RE: [flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Re:Accessing properties of an Item Renderer 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

[flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Rafael Faria
@yahoogroups.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

[flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Rafael Faria
(blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of saurav sinha Sent: Monday, November 19, 2007 6:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:Accessing properties of an Item

RE: [flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Gordon Smith
:25 PM To: flexcoders@yahoogroups.com 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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Rafael Faria [EMAIL

[flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Rafael Faria
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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Rafael Faria rafaelfaria.grupos@ wrote

RE: [flexcoders] Re:Accessing properties of an Item Renderer

2007-12-17 Thread Alex Harui
] On Behalf Of Rafael Faria Sent: Monday, December 17, 2007 9:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:Accessing properties of an Item Renderer 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

[flexcoders] Re:Accessing properties of an Item Renderer

2007-11-19 Thread saurav sinha
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

RE: [flexcoders] Re:Accessing properties of an Item Renderer

2007-11-19 Thread Alex Harui
To: flexcoders@yahoogroups.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