If an object in one custom component needs to access an object in another custom component, how can they see each other if they're in two different files?
For example, say I have an accordion in one file, and a TabNavigator in another file. When the user selects a particular Panel in the Accordion, it should bring a particular tab to the front, and when the user selects a particular tab in the TabNavigator, it should display a particular panel in the Accordion. How can the components in one file know about the components in another? And what are the events that bring a tab to the front and that display an Accordion panel? Also, how do you access a particular node in a Tree? How do you automatically expand all nodes? Sorry for these basic questions! Thanks, josh

