The change event should have fired on the Tree for any node selection. Is that not happening?
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of christopherjdunn Sent: Tuesday, April 04, 2006 1:24 PM To: [email protected] Subject: [flexcoders] Custom component question - f2b2 Need some help... I have a flex app started that most everything is working. On the default state, I have a Tree. Then I have multiple states, which one of them loads a custom component. When a Tree node is selected, a function fires, that changes the state to the one with the custom component. This works just fine and the component then gets the select node data via mx.core.Application.application.functionname(). This works on the first node selection. When any other node is select, the custom component does not update. Is there a way to tell the component that the Tree has changed and re-poll to get the new selected node data? I hope this makes sense. Chris -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

