Or how about components that aren’t related in a tree at all, components that exists side by side? For instance, my app will have several central components that exist in several states in the main app. One has the job of collecting search criteria and calling remoteobject services. Another component will be an image and data viewer for the data. Once the first component collects the data, it will dispatch an event that the data is collected and processed. The main app will switch states to the viewer component, and the viewer component will download the images and format the appropriate data displays. But the data component and the viewer are totally separate and an event sent by one would not bubble up through the other. How can I send an event DOWN, or to an unrelated component that will not share “bubbling” with the sending component?
In Flex it was simple, every component could just listened to the stage. What can I do in Royale to hear events from unrelated components? -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
