Re: [SPAM] Re: [flexcoders] Selecting xml nodes in a tree

2010-01-01 Thread Jeroen Beckers
cy Spratt, > > Lariat Services, development services available > -- > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Jeroen Beckers > *Sent:* Thursday, December 31, 2009 8:34 AM > *To:* flexcoders@yahoog

RE: [SPAM] Re: [flexcoders] Selecting xml nodes in a tree

2010-01-01 Thread Tracy Spratt
. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeroen Beckers Sent: Thursday, December 31, 2009 8:34 AM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Selecting xml

Re: [flexcoders] Selecting xml nodes in a tree

2009-12-31 Thread Jeroen Beckers
'm afraid. > > > -Original Message- > From: flexcoders@yahoogroups.com on behalf > of Jeroen Beckers > Sent: Wed 12/30/2009 3:20 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Selecting xml nodes in a tree > > Hi Jim, > > I think that

RE: [flexcoders] Selecting xml nodes in a tree

2009-12-30 Thread Jim Hayes
ctice they decided they didn't like it after all! So it's not all that well tested I'm afraid. -Original Message- From: flexcoders@yahoogroups.com on behalf of Jeroen Beckers Sent: Wed 12/30/2009 3:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Selecting xml nod

Re: [flexcoders] Selecting xml nodes in a tree

2009-12-30 Thread Jeroen Beckers
Hi Jim, I think that'll be enough to get me going, thanks! :). And if not, you'll hear from me soon enough :). Greets, Dauntless On Wed, Dec 30, 2009 at 3:36 PM, Jim Hayes wrote: > > > I've used something like this (which is possibly a bit flaky, I admit. I > wrote this a long time ago and hav

RE: [flexcoders] Selecting xml nodes in a tree

2009-12-30 Thread Jim Hayes
I've used something like this (which is possibly a bit flaky, I admit. I wrote this a long time ago and haven't revisited it since). private function displayTreeNode(node:XML):void { expandTreeParents(node); movieTree.selectedItem = node;