[flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Troy Simpson
I have created a List with a custom ItemRenderer. The ItemRenderer creates a label and two Radio Buttons for each item in the list. When one of the RadioButtons is selected, how would I notify other components that the a radio button was selected? Would I capture the click event in the

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Sheriff
have the event bubble from the itemRenderer, and that is about it. And listen for it - Original Message From: Troy Simpson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Troy Simpson
from the itemRenderer, and that is about it. And listen for it - Original Message From: Troy Simpson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer? I have created a List

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Sheriff
this to true, under bubbling) /mx:script mx:label text={data.label} click=dispatchCustom()/ /mx:hbox - Original Message From: Troy Simpson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 6:39:22 PM Subject: Re: [flexcoders] How to dispatch event from

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer? I have created a List with a custom ItemRenderer. The ItemRenderer creates a label and two Radio Buttons for each item in the list. When

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
for it - Original Message From: Troy Simpson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer? I have created a List with a custom ItemRenderer

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer? I have created a List with a custom ItemRenderer. The ItemRenderer creates a label and two Radio Buttons for each item in the list. When one of the RadioButtons is selected, how would I notify other

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Troy Simpson
Message From: Troy Simpson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 11, 2007 3:40:27 PM Subject: [flexcoders] How to dispatch event from ItemRenderer? I have created a List with a custom ItemRenderer. The ItemRenderer creates