RE: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
@yahoogroups.com Subject: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY? Try owner.owner Inside itemRenderer owner would be the List, the Lists' owner would be the CB I think --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote

RE: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
@yahoogroups.com Subject: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY? Cast owner to something like ListBase to get round the compiler error. --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: OK, I tried this but I get a compiler

Re: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Simon Bailey
. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Wednesday, July 09, 2008 2:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY? Try

RE: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
] On Behalf Of Simon Bailey Sent: Wednesday, July 09, 2008 2:48 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY? Just as a precaution here, this owner parent stuff shouldn't be necessary, you should