[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-12 Thread j_lentzz
r some complex tree if you have to scan, having the correct set of > openNodes by calling expandItem in the right sequence will let you walk > the internal collection to determine the index of the node you want. > > > > ____________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread Alex Harui
t; > > > > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of j_lentzz > Sent: Monday, February 11, 2008 1:35 PM > To: flexcoders

[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread j_lentzz
ers@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > ] On > > Behalf Of j_lentzz > > Sent: Monday, February 11, 2008 12:28 PM > > To: flexcoders@yahoogroups.com <mailto:flexco

[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread j_lentzz
com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > ] On > > Behalf Of j_lentzz > > Sent: Monday, February 11, 2008 12:28 PM > > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com&g

RE: [flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread Alex Harui
the collection property From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of j_lentzz Sent: Monday, February 11, 2008 1:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to programatically select a node in an XMLListCollection I

[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread j_lentzz
__ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of j_lentzz > Sent: Monday, February 11, 2008 12:28 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: How to programatically select a node in an > XMLListCollection > > >

RE: [flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of j_lentzz Sent: Monday, February 11, 2008 12:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to programatically select a node in an XMLListCollection I took a look at that post, but it doesn't address w

[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread j_lentzz
I took a look at that post, but it doesn't address what I need to do. I can find the node using the XML navigation methods, however, I want to create a list of total nodes matched (there can be many) then allow the user to jump from match to match, so I need to be able to select a node and highlig

[flexcoders] Re: How to programatically select a node in an XMLListCollection

2008-02-11 Thread j_lentzz
Thanks! I'll check it out. John --- In flexcoders@yahoogroups.com, "Brad Bueche" <[EMAIL PROTECTED]> wrote: > > http://www.brucephillips.name/blog/index.cfm/2006/12/5/Processing-XML-in > -Flex-20-Using-The-For-Each-Statement-And-The-Descendent-Accessor--Opera > tor > > That should give you most