[flexcoders] Passing parameter to component

2008-07-26 Thread Cathal
Hi, I'm trying to pass the selected item on a combo box in one component to another component. If i bind it to a label it works fine, code: mx:Label text={headerComp.cbProject.selectedItem.projectname} / but passing it into another component it doesn't work. code: comp:home

RE: [flexcoders] Passing parameter to component

2008-07-26 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Passing parameter to component Hi, I'm trying to pass the selected item on a combo box in one component to another component. If i bind it to a label it works fine, code: mx:Label text={headerComp.cbProject.selectedItem.projectname} / but passing it into another