Thank you so much, Tracy. You last 3 posts have probably done more for me than the 100s of pages I've read over the last while. Very much appreciated! I like the idea of a trace in everything right now. I never even though of that. I used it in Flash all the time! "Undefined" is probably the most important word in my vocabulary:)
I have to get used to/figure out the Flex way of dealing with loadMovie type accessing in Flash - i.e., click button to change the movie loaded into your dummy clip. I need to do that with components loaded into modules, loaded into an app...or another module...or component...ad infinitum. Broadcaster/listener is something I really need to get my head around, too. What you just wrote will go a long way to solving these mysteries for me:) Shawn --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > "get the tree selected items to pass over into the horizontallist item > renderer-thingamajig" > > > > Two ways. Use a "change" handler on the tree and set the > dataProvider=event.target.selectedItem. Or, bind to the selectedItem: > <myHorizontalList dataProvider="{myTree.selectedItem}" .../> > > > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of shawn.gibson > Sent: Monday, March 12, 2007 8:13 PM > To: [email protected] > Subject: [flexcoders] Re: HTTPService-driven Tree > > > > Woo hoo. I did it, thanks to you, Tracy. The only thing I didn't for > the life of me realize, is that you have to use the .send method upon > creation completion - so for all I know, all these times I've been > trying, that was my biggest mistake. As I've been doing a lot of > pasting from the examples, it never occured to me to go all the way 'up > there' LOL! > > I used exactly the kind of code you provided me...thank you! > > Now I just need to figure out how to get the tree selected items to > pass over into the horizontallist item renderer- thingamajig...live...so > it changes the thumbs to the appropriate gallery when the user selects > the gallery via the tree. Then about a billion other things to learn, > then... > > :) > > Thanks for your help Tracy, it worked, the only missing piece was my > own ignorance... > > Shawn >

