[flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread mcaplan_labnet
Hi there, I'm learning the ropes of Flex. I have a pretty much textbook example of how to set up a datagrid that is resulting in compile time syntax errors. I can't for the life of me see the error. Any ideas? Thanks! mike Severity and DescriptionPathResourceLocation

Re: [flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread Aaron Miller
I think you need define your list in an mx:Array (inside the source block) since this is the type of the ArrayCollection.source property. I could be wrong though, I usually don't define data in MXML. Regards, ...aaron On 11/27/07, mcaplan_labnet [EMAIL PROTECTED] wrote: Hi there, I'm

RE: [flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread Seth Caldwell
: Tuesday, November 27, 2007 9:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie compile issue rattling my brain Hi there, I'm learning the ropes of Flex. I have a pretty much textbook example of how to set up a datagrid that is resulting in compile time syntax errors. I can't