Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Andrew Wetmore
I did a quick Google search on array collection multiple filters and came up with several tutorials with examples. Here is one: http://nwebb.co.uk/blog/?p=371 On Tue, Mar 5, 2013 at 12:21 AM, ZIONIST stinas...@yahoo.com wrote: ** any help guys? am really stuck. -- Andrew Wetmore

[flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread ZIONIST
Thanks, but am still having issues... i have just one textinput working and not perfectly. here is the code NB. i call keywordChangeHandler(event)on the change of the textinput /*** code to get Archives */ //[Bindable]

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread doug g
Can you give more details on what you are trying to do? Use text inputs how? Doug On Mar 5, 2013 1:06 AM, ZIONIST stinas...@yahoo.com wrote: ** any help guys? am really stuck.

[flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread ZIONIST
i would like to use the textinputs to filter the array collection using different parameters.

[flexcoders] RE: RAD

2013-03-05 Thread Davidson, Jerry
No one has ever done this? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Monday, March 04, 2013 9:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] RAD We are currently running Flash Builder 4.0.1 (277662). Our RAD version is

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread doug g
You may want to look up applying dynamic filters to array collections,as well as clearing them and applying multiple sort fields. Can't give you better direction without s clearer idea of what exactly you are trying to do Doug On Mar 5, 2013 9:33 AM, ZIONIST stinas...@yahoo.com wrote: ** i

[flexcoders] Irsan Gerson Zakarias P.

2013-03-05 Thread Irsan Gerson Zakarias P.
http://www.peopleserv.biz/yeznbcv/nxqapmduelcwl/zyelmmx.html Irsan Gerson Zakarias P.

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Alex Harui
Post the code that filters with one TextInput and maybe folks will help you adjust it for more than one. On 3/5/13 6:32 AM, ZIONIST stinas...@yahoo.com wrote: i would like to use the textinputs to filter the array collection using different parameters. -- Alex Harui Flex SDK Team

[flexcoders] Re: Flex programming issue

2013-03-05 Thread devchetu
thanks Jake, I am able to fix my problem --- In flexcoders@yahoogroups.com, Jake Churchill reynacho@... wrote: There's an itemRenderer and itemEditor. If you want to use the same, you say editable=true and there's another property rendererIsEditor=true (or might be editorIsRenderer - I

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Chetu Dev
Hi, Could I use multiple filtering function with the datagrid? From: Andrew Wetmore cottag...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, March 4, 2013 6:54 PM Subject: Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs  

[flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread ZIONIST
Alex, i have an arraycollection (archiveAr) which i would like to filter based on the following multiple parameters; Keywords, title and subject. i would like to use 3 textinputs to do this. one for keywords, another for title and the last one for subject. Now i can only use one textinput to

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Alex Harui
It looks like there is more work going on here than necessary. There should be no need to loop through the filteredArr and add and remove things. You should be able to set the source or list property of the filteredAr to the source, toArray or list of archiveAr and maybe apply the same