Re: [flexcoders] Sending Form Data

2008-09-02 Thread Cordova Aaron
om Sent: Tuesday, September 2, 2008 3:16:24 PM Subject: Re: [flexcoders] Sending Form Data What do you mean by it stops working? I tested it and it works. -- Sherif Abdou http://VadexFX. com http://Sherifabdou. com - Original Message - From: Cordova Aaron To: [EMAIL PROTECTED] ups.co

Re: [flexcoders] Sending Form Data

2008-09-02 Thread Sherif Abdou
What do you mean by it stops working? I tested it and it works. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Cordova Aaron To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 4:54 PM Subject: [flexcoders] Sending Form Da

RE: [flexcoders] Sending form

2007-03-06 Thread Dimitrios Gianninas
Some answers: 1) Once u created the pop-up, just pass it the data it needs: var win:MyPopUp = PopUpManager.create( ... ); win.myData = someArrayCollection; 2) Once the OK button is pressed, set the data to some global modal that will then be used by the main app (see Cairngorm for this as we