2/23/2011 2:36:12 AM
Title:
Workspace Controller using flex 3
hello everyone,
i have one doubt that i am having button in one component and wants to perform the action of that button in another component using flex 3.... i know it can be perform by workspace only....if any one have sample code means plz post it..
thanks in advance...
priya.
2/23/2011 10:38:28 PM
create a custom event in the main application and generate the event from one component on button click and add listener to that component in other component.