[flexcoders] Re: Populate label with item from combobox

2008-07-23 Thread Cathal
Thanks Alex that works perfect.

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> In MXML, you might have
> 
>  
> 
> 
> 
> 
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Cathal
> Sent: Monday, July 21, 2008 3:40 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Populate label with item from combobox
> 
>  
> 
> Hi Alex,
> 
> How do I achieve this?
> 
> I've tryed doing lbl.text = selectedItem.projectname but I beleave
> this needs an event first, no? Any suggestions?
> 
> Thanks,
> Cathal
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "Alex Harui"  wrote:
> >
> > Tyr binding the label to the combobox's selectedItem.projectname
> >
>




RE: [flexcoders] Re: Populate label with item from combobox

2008-07-21 Thread Alex Harui
In MXML, you might have

 





 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Cathal
Sent: Monday, July 21, 2008 3:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Populate label with item from combobox

 

Hi Alex,

How do I achieve this?

I've tryed doing lbl.text = selectedItem.projectname but I beleave
this needs an event first, no? Any suggestions?

Thanks,
Cathal

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Tyr binding the label to the combobox's selectedItem.projectname
> 

 



[flexcoders] Re: Populate label with item from combobox

2008-07-21 Thread Cathal
Hi Alex,

How do I achieve this?

I've tryed doing lbl.text = selectedItem.projectname but I beleave
this needs an event first, no? Any suggestions?

Thanks,
Cathal

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Tyr binding the label to the combobox's selectedItem.projectname
>