Re: [Junk E-Mail - LOW] [flexcoders] accessing from custom component

2006-06-26 Thread Ralf Bokelberg
And if you need it the other way round, your component should dispatch an event. An event handler in the main.mxml can handle the event and update the textfield accordingly. Cheers,Ralf. On 6/24/06, Shannon Hicks [EMAIL PROTECTED] wrote: According to Macro... uh... Adobe's docs, you

RE: [Junk E-Mail - LOW] [flexcoders] accessing from custom component

2006-06-24 Thread Shannon Hicks
According to Macro... uh... Adobe's docs, you should not have components access the text field. What you do is pass the value in to the component... mx:Text id="myText"text="foo"/ comp:someComponent myData="{myText.text}"/ Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL