Hi,
I want to access the variables in my main flex project mxml file in
other custom components.
Ex: // Variable decleration
for Bindable
[Bindable]
public var _responseOverviewXML:String;
[Bindable]
public var _resultGraphXml:String;
[Bindable]
public var _rootEntityId:String
The above are the variable declartions and I have a custom component
called OverviewGraph.I have instanciated the custom component in the
action script of the main mxml file as given below:
var overview_obj:OverviewGraph=new OverviewGraph();
Could anyone tell me how can I access the above variables ine the
custom component OverviewGraph?
Thanks,
Madhavi
--
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.