Link to home
Start Free TrialLog in
Avatar of Viswanathkrishna
ViswanathkrishnaFlag for United States of America

asked on

Can I invoke one module's front controller in another module's front controller?

Lets consider a there are two modules A and B

B wants to use A's commands. but A's front controller is not initialized. . How can I initialize the A' controller if it  is not initialized. Is there any way to find that in flex?

Please let me know.

Thanks in advacne

Viswanth K Raghava
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Viswanathkrishna

ASKER

Can I initialize A's front controller when ever I need it in the action script.
If you mean class, yes...

CyanBlue
Will that not be a problem again when  the module creates the instance of the controller again.
Maybe, maybe not...  It all depends on what that class does...  I cannot really answer that cuz that's just too vague question...  

CyanBlue
Any update???  Please elaborate if you still have the problem, otherwise close the topic...  Thanks...

CyanBlue