[flexcoders] Re: TypeError - Please Help

2010-03-12 Thread chefbrittison
as well in the stacktrace, which will help us track it down. On 3/11/10 12:20 PM, chefbrittison britton.j...@... wrote: I'm having problems with a custom component. I'm creating a Grid in the createChildren() method and adding rows dynamically within the updateDisplayList

[flexcoders] TypeError - Please Help

2010-03-11 Thread chefbrittison
I'm having problems with a custom component. I'm creating a Grid in the createChildren() method and adding rows dynamically within the updateDisplayList() method based on the value of a property. I continue to get this error and I don't have any idea how to fix it. TypeError: Error #1010:

[flexcoders] Bindings within a dynamically created container fail.

2010-03-01 Thread chefbrittison
I have a panel which is being created dynamically within a sidebar depending on the context of the main display area. When the panel is added to the display list, the bindings don't appear to fire correctly. In this case, I have a mx:List that is bound to an arraycollection that doesnt work.

[flexcoders] Binding Issues with ArrayCollections

2010-02-24 Thread chefbrittison
I'm using Cairngorm in a project and using Commands to update the model. Upon adding an item to an ArrayCollection in the model, custom components that are bound to it are not updated. It seems that bindings are only fired upon a change of reference. Is there something I'm missing or a

[flexcoders] Re: Binding Issues with ArrayCollections

2010-02-24 Thread chefbrittison
view it kind of always works... HTH, C From: chefbrittison britton.j...@... To: flexcoders@yahoogroups.com Sent: Wed, February 24, 2010 3:12:32 AM Subject: [flexcoders] Binding Issues with ArrayCollections I'm using Cairngorm in a project