flex3 - how to navigate to an state of an mxmlcomponent-A on clicking a button of mxmlcomponent-B? -
I have a mxmlcomponent button when I click on mxmlComponentB as needed.
How is this possible?
There are a lot of ways it can be done. Looking at the context you provided, you may have component A, click on the event of the component B button, and the event handler can change the position.
This is a very tightly coupled solution, though possibly the most directly forward, so it depends on what is happening with your app.
Comments
Post a Comment