RE: [flexcoders] getURL problem.

2006-03-22 Thread Gordon Smith
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 5:47 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] getURL problem. Thanks Gordon, we would expect the same but you never are able to get the Word document. In reality, our application is making Re

RE: [flexcoders] getURL problem.

2006-03-22 Thread Oscar . Cortes
lexcoders@yahoogroups.com | | cc: | | Subject: RE: [f

RE: [flexcoders] getURL problem.

2006-03-21 Thread Gordon Smith
ch 21, 2006 8:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] getURL problem. We are having some issues when calling getURL while other processes are running ( components still being loaded, or RemoteCall returning data). We isolated the problem in the application below. Click on Test wi

[flexcoders] getURL problem.

2006-03-21 Thread Oscar . Cortes
We are having some issues when calling getURL while other processes are running ( components still being loaded, or RemoteCall returning data). We isolated the problem in the application below. Click on Test without checking off the delay button, and a Word document is downloaded from the URL. Clic

RE: [flexcoders] getURL Problem

2005-10-03 Thread Matt Chotin
@yahoogroups.com Subject: [flexcoders] getURL Problem   I call getURL in MyCommand class (Cairngorm framework) to refresh current page with different query string. Strangely, it works only in Firefox, but not in IE. That is all I am doing: getURL("?mynewparam="+value); Anybody knows wha

[flexcoders] getURL Problem

2005-10-03 Thread Marcin Glowacki
I call getURL in MyCommand class (Cairngorm framework) to refresh current page with different query string. Strangely, it works only in Firefox, but not in IE. That is all I am doing: getURL("?mynewparam="+value); Anybody knows what my be an issue in IE Thanks, Marcin -