Re: [flexcoders] updating an item renderer

2009-03-02 Thread claudiu ursica
The way I see it all the the item renderer is there only for display purposes. All the sock retrievals goes in to the provider, rr I mean the model which feeds the list provider. If you use binding the list will automatically display that changes. Now here-s something we do to avoid object

RE: [flexcoders] updating an item renderer

2009-03-01 Thread Tracy Spratt
The core concepts are that item renderers need to update their visual UI elements when the associated item changes, and need to update that item on user interaction. You assign a dataProvider(StockInfo) to the List, which results in item renderers being instantiated. Note, do not use an Array