Re: [flexcoders] accessing item data in an XMLList

2006-08-10 Thread Rick Root
Gordon Smith wrote: > > > Your code is properly traversing all nodes, including the root node. But > when you recursively call showList(item.children()), the first thing > that happens is that you set > > txtResults.txt = ""; DING DING DING! Thanks Gordon. You see when I wrote the funct

RE: [flexcoders] accessing item data in an XMLList

2006-08-09 Thread Gordon Smith
g money on FlexBuidler... it would have saved you 7 hours!)   - Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Root Sent: Wednesday, August 09, 2006 1:18 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] accessing item data in an XMLList  

RE: [Junk E-Mail - LOW] Re: [flexcoders] accessing item data in an XMLList

2006-08-09 Thread Shannon Hicks
ust 09, 2006 3:18 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [flexcoders] accessing item data in an XMLList ping... 7 hours later I haven't come up with a solution.. anyone?I suppose I could send the whole XMLList object to coldfusion as a string and have Coldfusion

Re: [flexcoders] accessing item data in an XMLList

2006-08-09 Thread Rick Root
ping... 7 hours later I haven't come up with a solution.. anyone? I suppose I could send the whole XMLList object to coldfusion as a string and have Coldfusion parse it, but that seems like an unnecessary use of network bandwidth when all I really want are the labels compiled into an array and

[flexcoders] accessing item data in an XMLList

2006-08-09 Thread Rick Root
So far, I've been unable to find examples of using a tree control and sending its data to a web service, remote object, etc. Lots of example code on using the tree control, enabling drag and drop, putting different kidns of data INTO the tree control- but nothing about getting the data out of