[flexcoders] How to retrieve out data from first Components into second Components?

2008-02-21 Thread flexawesome
Hey there, I was working on this and can't figure out how to read out the data from com01 and pass it into com02 com01 and com02 contents a text field for each, how can I get the string in com01 from com02? You could see the sample code here: http://ted.adobe.privatepaste.com/b17ftMBAXd T

Re: [flexcoders] How to retrieve out data from first Components into second Components?

2008-02-21 Thread Sherif Abdou
you can do if the textField is protected then just create a getter - Original Message From: flexawesome <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 10:59:34 AM Subject: [flexcoders] How to retrieve out data from first Components into