Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-10 Thread Johannes Nel
: Thursday, September 07, 2006 10:04 PM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally? Hi, There is a work around with using the timer in a queue to give back cpu cycles to the cpu and trick the flash player that it is not locking

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Thursday, September 07, 2006 10:04 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally? Hi, There is a work around with using the timer

Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Michael Schmalle
not hung. Stace From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Michael Schmalle Sent: Thursday, September 07, 2006 10:04 PM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally? Hi

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
is terminated -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, September 08, 2006 10:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally

Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Michael Schmalle
] File Download: Can scriptTimeLimit only be set globally? Ok, Before I go into detail, I use it for actual procssesing in the player. I am a bit confused on what you would use the setInterval() for. How about you just describe what exactly your program flow is so I can see if what I am

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, September 08, 2006 11:26 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally? Ah, I see, so you are waiting for a result handler right? Well, I don't think

[flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
I've got a flex UI driving a reporting tool in which some reports can take as long as 30 mins. Flash times out at 15 seconds by default. I can set the scriptTimeLimit in the application tag but that will apply to the whole app ...which I'm not very keen on. Anyone know of another solution? I

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Thursday, September 07, 2006 4:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] File Download: Can scriptTimeLimit only be set globally? I've got a flex UI driving a reporting

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
: Can scriptTimeLimit only be set globally? I am pretty sure this can only be set globally. Possibly you could set/reset it in code before/after your long process. You are probably going to also be unhappy to hear that as of FP 8, the scriptTimeLimit can only be set for a maximum

Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Michael Schmalle
[mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Tracy Spratt Sent: Thursday, September 07, 2006 4:53 PM To: [EMAIL PROTECTED]ups.com Subject: RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally? I am pretty sure this can only be set globally. Possibly you could set/reset