RE: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection

2008-01-11 Thread pablo podas
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of j_lentzz Sent: Wednesday, January 02, 2008 10:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection Here is the code for the renderer. I extend

Re: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection

2008-01-02 Thread Johannes Nel
try dispatching a custom change event [Bindable (event='myEvent')] instead of just [Bindable] On Jan 2, 2008 11:59 AM, j_lentzz [EMAIL PROTECTED] wrote: Just tried it, but no change. I could change the values and see it in my editing locations, but they weren't reflected in the datagrid, but

RE: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection

2008-01-02 Thread Alex Harui
PROTECTED] On Behalf Of j_lentzz Sent: Wednesday, January 02, 2008 10:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection Here is the code for the renderer. I extend Label and add a dataProvider to make it act like a combobox, so

RE: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection

2008-01-02 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of j_lentzz Sent: Wednesday, January 02, 2008 11:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection Thank You! That fixed it. Are there 'rules' to follow about when/if things need