RE: [flexcoders] Searching array for item

2007-09-16 Thread Alex Harui
implementation. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tony Alves Sent: Sunday, September 16, 2007 8:41 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Searching array for item Alex, I have tried the method you

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
Alex, I have tried the method you suggest, but it did not act the way I wanted, because it forces me to create a sort on my ArrayCollection, which sorts my grid. I extended the datagrid to find the value I am looking for based on the value and the name of the value. Let us know if you see a d

RE: [flexcoders] Searching array for item

2007-09-16 Thread Alex Harui
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Searching array for item Is it createCursor(), Alex? Alex Harui wrote: > > getItemIndex takes an item, which you can find() in a getCursor() on > the c

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
Is it createCursor(), Alex? Alex Harui wrote: > > getItemIndex takes an item, which you can find() in a getCursor() on > the collection. > > > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behal

RE: [flexcoders] Searching array for item

2007-09-16 Thread Alex Harui
getItemIndex takes an item, which you can find() in a getCursor() on the collection. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Sunday, September 16, 2007 1:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]