Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-18 Thread polestar11
--- Chaitu Vadlapatla [EMAIL PROTECTED] wrote: Hi tracy, did you manage to find a way to do the dataChange fire off. Thanks Chaitu. Hi Chaitu Yes, I did manage to get the dataChange to work, but I did change the code slightly. The latest Flex documentation says that one should

RE: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
Exactly how are you changing the data? Perhaps I'm blind. I don't see the grid as editable, nor do I see any function changing the data. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:23 AMTo:

Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread polestar11
--- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: Exactly how are you changing the data? Hi Shannon The datagrid references a bindable variable, tempArray, as its dataProvider. There is a button that updates the tempArray value when clicked, which updates the data in

RE: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
My bad... I was blind. You need to cast your dataprovider as an arrayCollection, not an array. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:23 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW]

Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread polestar11
--- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: You need to cast your dataprovider as an arrayCollection, not an array. I updated the my array to an ArrayCollection type, but still no luck. The function doDataChange() is still not being called. public function

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
Looks like now you want to use the arrayCollection.collectionChange event to trap it. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:54 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk E-Mail