Re: [flexcoders] selectedIndex Issue, after dataprovider is updated

2007-01-31 Thread Tom Chiverton
On Tuesday 30 Jan 2007, jensen.axel wrote: so i'm binding to a custom class that i made, that grabs the current price range of the house... but whenever my dataprovider changes, the selected index is lost... I'd say this was expected. If the user has '200-300' selected, and you update the data

[flexcoders] selectedIndex Issue, after dataprovider is updated

2007-01-30 Thread jensen.axel
If you notice the selectedIndex of an mx:List or anything list based for that matter, be it a, tree, combobox, or anything that is built of the base List... whenever the dataprovider changes the selectedIndex is lost say i want to bind my mx:List id=myList