arpit / openpyro

An open source framework for ActionScript3 based applications
http://openpyro.org
MIT License
40 stars 5 forks source link

List doesnt render the correct renderers if the dataProvider is manipulated twice immediately one after another #21

Closed arpit closed 15 years ago

arpit commented 15 years ago

try this: ac = new ArrayCollection() list.dataProvider = ac; ac.addItems([2,3,4]);

the list comes up empty. If you wait for a frame and then populate the dp, it works fine.

arpit commented 15 years ago

Not a bug. Was an issue in the way the example used it. Closing it now