RE: [flexcoders] navigateToUrl( ) - can I determine when completed?

2011-09-13 Thread Merrill, Jason
oders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of lanekelly5 Sent: Monday, September 12, 2011 2:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] navigateToUrl( ) - can I determine when completed? I have a function call in my app that calls the server and expects back

[flexcoders] navigateToUrl( ) - can I determine when completed?

2011-09-12 Thread lanekelly5
I have a function call in my app that calls the server and expects back a CSV file that I want the user to be able to save. Right now I make that call via navigateToURL() with a parameter of "_blank". Due to a change in requirements, I need to refresh a grid after that server call is completed