There are basically three ways to achieve the following:-

1. Using Refrence of the Screen eg:-
public static var screenRefrence : YourScreen;
//and then using
screenRefrence.variableName ;

2. You can use a singleTon Class and then use the variables in the
application decraled in Singleton class (As done in ModelLocator in
Cairngorm )

3 Dispaching a Custom Event and Using the eventlistner to get the
values updated for the Sreen.

Please let me know if you still face issues.

Cheers
Varun Rathore
http://www.vrathore.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to