[flexcoders] Re: Updating dataProvider from a control that uses it?

2007-02-02 Thread Danko Kozar
Does my control have to implement some interfaces which are implemented by DataGrid? I'd like a simple explanation what list controls do behind the scene when it's item is updated. Thanks.. --- In flexcoders@yahoogroups.com, "Danko Kozar" <[EMAIL PROTECTED]> wrote: > > Yes I now that - but I'

[flexcoders] Re: Updating dataProvider from a control that uses it?

2007-02-02 Thread Danko Kozar
Yes I now that - but I'd like to happen automattically. Just as when you alter the property of the DataGrid item like this: myDataGrid.items[3].myProperty = 2007 ... that action itself broadcasts the change to the grid's dataProvider! So I'd like to have only the line: mySprite.x = 123 ..