Re: [flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-12 Thread anuj sharma
Hi Alex Sorry to get back so late, we had release for couple of days, With you suggestion I made it working which means it is filtering but now it is showing the complete XML list , Is there any way I can only show the attribute with the friendly-name.Like suggested, i put everything in

Re: [flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-09 Thread anuj sharma
Sorry Guys I posted another mail in the group. I thought it was working but it is not going through each node, it is just comparing with the id of the first node of my XML , Below is the code , I apologize for jumping to the conclusion that it is working as initially it seems like. I am doing

RE: [flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-09 Thread Alex Harui
I'd try using XMLListCollection instead of ArrayCollection From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj sharma Sent: Tuesday, December 09, 2008 5:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Filtering the List Entries depending upon the text

Re: [flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-09 Thread SAAGAR SHETTY
Go through this sitehttp://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/ The techniques used here will surely make it easy for you, Regards, Saagar Shetty www.xoriant.com From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-03 Thread anuj181
Hi All This is somehow regarding the question I have asked few weeks back. Unfortunately I have to stop this task at that time and now need to work on that. My need is that I have some entries in the List as an arrayCollection and there is text input box and I like to have list to filter the data