[flexcoders] Advanced Item Editor in Simple List

2011-08-09 Thread Martin Moschitz
Hey there, I can't figure out the problem, maybe you can help me out. My List has an ArrayCollection as a DataProvider. It contains objects with a number of properties, amongst others: AktID, AktName, AktPrice, etc. I have an itemRenderer which is also the itemEditor. I set the

Re: [flexcoders] Advanced Item Editor in Simple List

2011-08-09 Thread Alex Harui
Is this an mx:List? It will attempt to write the dataField to the labelField. You may need a custom ITEM_EDIT_END handler. On 8/9/11 8:04 AM, Martin Moschitz mar...@moschitz.at wrote: Hey there, I can't figure out the problem, maybe you can help me out. My List has an ArrayCollection