RE: [flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread Tracy Spratt
references to the tree nodes I can do whatever I want when an item is selected.   Thanks! Tracy   From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 9:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Find..Find next.. in TreeDataProvider Ideas

Re: [flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread JesterXL
next.. in TreeDataProvider Ideas? I have a large Tree built programmatically of TreeNodes and would like to be able to search the dataProvider for a string match in the label property. Since I do not want to open the nodes as I go, I can’t use the methods that depend on getNodeDisplayedAt(). I

[flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread Tracy Spratt
Title: Find..Find next.. in TreeDataProvider Ideas? I have a large Tree built programmatically of TreeNodes and would like to be able to search the dataProvider for a string match in the label property. Since I do not want to open the nodes as I go, I can’t use the methods that depend on