[flexcoders] Re: Binding between components

2009-06-17 Thread valdhor
I looked at your forum thread but can't figure out what you are trying to do. Can you post another explanation here. --- In flexcoders@yahoogroups.com, mikeashields mikeashie...@... wrote: The full story is here: http://forums.adobe.com/message/2043864#2043864

[flexcoders] Re: Binding between components

2009-06-17 Thread valdhor
First off, events will always bubble UP. To pass an event into a component just inject it. Here is a simple application that should get you started: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical xmlns:Components=components.*