[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Saturday, January 19, 2008 9:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

Re: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Sherif Abdou
Message From: jmfillman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 12:16:41 PM Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow Anyone? I seem to need syntax help. This doesn't update the arrayCollection, but does trigger

Re: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Sherif Abdou
: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow setItemAt and getItemAt work in the main application, but not from the PopUp window. From the PopUp, Cannot access a property or method of a null object reference. Seems only addItem() works from the PopUp

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
12:16:41 PM Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow Anyone? I seem to need syntax help. This doesn't update the arrayCollection, but does trigger the CollectionChange event. mainApp.myAC. itemUpdated( mainApp.myAC [itemIndex], mainApp.myAC. getItemAt

RE: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Tracy Spratt
] On Behalf Of jmfillman Sent: Wednesday, January 23, 2008 2:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow I don't get any error. It looks like it works, it is triggering an update event kind on the ArrayCollection

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow I don't get any error. It looks like it works, it is triggering an update event kind on the ArrayCollection, but the arrayCollection isn't actually getting updated. Whatever

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-22 Thread jmfillman
[mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Saturday, January 19, 2008 9:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow setItemAt and getItemAt work in the main application, but not from the PopUp window. From

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-22 Thread jmfillman
[mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Saturday, January 19, 2008 9:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow setItemAt and getItemAt work in the main application, but not from the PopUp

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-19 Thread jmfillman
I'm a little dyslexic :-), I meant itemUpdated() --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: mainApp.myAC. updateItem( ) where are you getting the updateItem() method from? there is no updateItem() method in the collection, best stradgey for this i would think

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-19 Thread jmfillman
setItemAt and getItemAt work in the main application, but not from the PopUp window. From the PopUp, Cannot access a property or method of a null object reference. Seems only addItem() works from the PopUp. --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-19 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow setItemAt and getItemAt work in the main application, but not from the PopUp window. From the PopUp, Cannot access a property or method of a null object reference. Seems only addItem() works