[flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread sandip_patil01
HI All, I have an mxml file let say nda.mxml page which has a button called Add Textarea. When I click on that button I want to open popup window contaning two text area which i did . (i.e I am calling textareawindow.mxml with the code var popup = mx.managers.PopUpManager.createPopUp(this,

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Tracy Spratt
which I am calling as a popupwindow HI All, I have an mxml file let say nda.mxml page which has a button called Add Textarea. When I click on that button I want to open popup window contaning two text area which i did . (i.e I am calling textareawindow.mxml with the code var popup

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Kelly Roman
text={someVariable} / From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sandip_patil01 Sent: Monday, October 03, 2005 10:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing value to textarea which I am calling as a popupwindow HI