[flexcoders] Update ArrayCollection from PopUp TitleWindow

2008-01-19 Thread jmfillman
I've found it amazingly easy to add an item to an ArrayCollection from a PopUp window: var newItem:Object = {date: myDate.id, height: myHeight, subject: mySubject.text, notes: myNotes.text}; mainApp.myAC.addItem(newItem); However, when it comes to updating that item from a PopUp, it appears

Re: [flexcoders] Update ArrayCollection from PopUp TitleWindow

2008-01-19 Thread Sherif Abdou
: jmfillman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 19, 2008 8:35:59 PM Subject: [flexcoders] Update ArrayCollection from PopUp TitleWindow I've found it amazingly easy to add an item to an ArrayCollection from a PopUp window: var newItem:Object = {date: myDate.id