Publishing for F9 with AS3, using Flash not Flex.

I have a simple DataGrid. I've added 9 items to its DataProvider. They are simple objects of a type "Candidates" that doesn't extend any other class.

I have columns for 4 public properties of Candidate: name, voteUnits, percentVote and rank. The initial value all show up in the DataGrid as expected.

After changing several values in any of the items, there is no change registered in the DataGrid.

Do I need to send an event from the object to the DataProvider?

Everything in Flash is always passed by reference, right?

Thanks!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to