RE: [flexcoders] unable to get value from popup to parent window

2005-02-04 Thread Srikanth Duvvuri
PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] unable to get value from popup to parent window Hey Srikanth, Here you go, I have modified your files for the same. Find the attached files. Look into mxml files, those are modified only. Hope that helps -abdul From

RE: [flexcoders] unable to get value from popup to parent window

2005-02-03 Thread Dirk Eismann
Hi Srikanth, just to make sure I understand you correctly: 1) your app.mxml opens a new browser window by calling a js function 2) inside this newly created browser window, another mxml file is loaded 3) clicking on a Label inside the newly created window should update a TextInput

RE: [flexcoders] unable to get value from popup to parent window

2005-02-03 Thread Abdul Qabiz
in the same domain. -abdul From: Dirk Eismann [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 7:17 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] unable to get value from popup to parent window Hi Srikanth, just to make sure I understand you correctly: 1) your

RE: [flexcoders] unable to get value from popup to parent window

2005-02-03 Thread Abdul Qabiz
Subject: RE: [flexcoders] unable to get value from popup to parent window if that's correct, I suggest you take a look at the LocalConnection class. By using the LocalConnection class, you can exchange data directly between two mxml apps. Right! I was also going to suggest the same. You can use