Hello,

I'm porting a webchat-like application from AS2 to AS3
with a list of usernames displayed in a List component.

In AS2 I had to save those usernames into an Array
and then send an event "updateAll" to the List
component to let it know that its dataProvider
(an Array with webchat-usernames) has changed.

But now when reading AS3 docs I can't find such an event.

I've tried just fl.controls.List.removeAll() and then
a series of addItem() and don't notice any flickering
or problems yet. Is the updateAll-event gone in AS3?

Thank you
Alex
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to