Re: [flexcoders] Binding between components

2009-06-17 Thread mikeashields
I have the following simplified mxml application but want to know how to move the label to a new component and the Button to a different component (both components then being in the application). More specifically I cannot determine how to address the variable names and/or event listeners

Re: [flexcoders] Binding between components

2009-06-17 Thread mikeashields
Steve, Thanks, your code illuminated some valuable concepts (tangent question, what does super() do? I think it introduces all the properties of the class being extended but if you could confirm it would be great) but what I am attempting to determine is how to bind/send events from component

[flexcoders] Binding between components

2009-06-16 Thread mikeashields
The full story is here: http://forums.adobe.com/message/2043864#2043864 http://forums.adobe.com/message/2043864#2043864 but in a nutshell I'm trying to bind between separate components. Google searches have yielded Metadata demarcations as one solution but I cannot get that to work (yet). I