Closed arpit closed 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.
Not a bug. Was an issue in the way the example used it. Closing it now
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.