[flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid

2007-10-15 Thread myasandy2
Thanks - now it works like a charm!!! --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You're not using binding syntax > >

RE: [flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid

2007-10-15 Thread Alex Harui
You're not using binding syntax From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of myasandy2 Sent: Monday, October 15, 2007 8:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ArrayCollection of Objects as data pro

[flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid

2007-10-15 Thread myasandy2
I have re-done a few things trying to follow what has been said. Below is the code to make the object, put it in an array (needed for another part of the project) and put it in and ArrayCollection. the class (School), array (Schools), and ArrayCollection (SchoolsAC) are all public and Bindable.

RE: [flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid

2007-10-15 Thread Tracy Spratt
er 15, 2007 10:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid That trace statement does work - the problem is getting that in the datagrid. What shows in the datagrid is: SchoolsAC. How do I get inside that to the pr

[flexcoders] Re: ArrayCollection of Objects as data provider for DataGrid

2007-10-15 Thread myasandy2
That trace statement does work - the problem is getting that in the datagrid. What shows in the datagrid is: SchoolsAC. How do I get inside that to the property of the School? Thanks Sandy --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > If > for (var i:int = 0; i