RE: [flexcoders] Filtering XMLList (ala search)

2007-12-13 Thread Tracy Spratt
What I did was to create a function that does the matching. Call a function on the change event of the text input, it fires for each character entered: private function getFilteredItems(sFilterString:String):void { var sFilterString:String = tiFilter.text; var xmlTemp:XML = new

RE: [flexcoders] Filtering XMLList (ala search)

2007-12-12 Thread Alex Harui
Did you try filtering an XMLListCollection? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Wednesday, December 12, 2007 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Filtering XMLList (ala search) Is

RE: [flexcoders] Filtering XMLList (ala search)

2007-12-12 Thread Gordon Smith
: [flexcoders] Filtering XMLList (ala search) Did you try filtering an XMLListCollection? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Wednesday, December 12, 2007 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders