[flexcoders] Trying to use an Array inside a VO.

2010-02-04 Thread laurence5905
I have a Value Object called EventVO. Inside this object, I want there to be an Array, in addition to the various Strings and ints that are in there already of course. My problem comes in the initialization function. It currently looks something like this: public function EventVO (

[flexcoders] Getting data out of a DataGrid...

2009-05-22 Thread laurence5905
Ok, given the following: mx:DataGrid id=membersListDG dataProvider={membersList} itemClick=membersListDGItemClickHandler(event); mx:columns mx:DataGridColumn headerText=Last Name dataField=last_name width=80/ mx:DataGridColumn headerText=First Name dataField=first_name

[flexcoders] Formatting my messages on this list...

2009-05-22 Thread laurence5905
Why is it, every single time I post a message with some code in it, the formatting is always removed? All those tabs and spaces I have in there to make my code look halfway decent are all gone when the message is posted. Anyone know how to stop the formatting from being removed like that?

[flexcoders] HTTPService not behaving properly?

2009-05-12 Thread laurence5905
I don't get it. I've got an ArrayCollection being populated by an HTTPService call, and it only works like half the time. If I add a couple of break points to the program, and Debug it, then it works 100% of the time -- it's acting like there's just not enough time to load the thing into